IBMStreams com.ibm.streamsx.inet Toolkit > com.ibm.streamsx.inet 2.9.6 > com.ibm.streamsx.inet.http > HTTPGetXMLContent
Periodically connects to an HTTP endpoint to GET XML content as a single tuple. The XML content is assigned to the first attribute in the output tuple which must be of type xml.The URL can have a single query parameter updated using the updateParameter parameter.When set the URL query string will be modified to set the named parameter to a new value.The default action is to set it to the number of milliseconds since the 1970 epoch.
Required: url
Optional: acceptAllCertificates, extraHeaders, initDelay, iterations, period, updateParameter, updateParameterFromContent
Content of the HTTP GET request as an XML attribute. Each successful HTTP request that returns a single well-formed XML document results in a submitted tuple with an XML attribute containing the returned content.
Required: url
Optional: acceptAllCertificates, extraHeaders, initDelay, iterations, period, updateParameter, updateParameterFromContent
Accept all SSL certificates, even those that are self-signed. Setting this option will allow potentially insecure connections. Default is false.
Extra headers to send with request, format is "Header-Name: value"
Delay in seconds before the operator starts producing tuples.
The number of tuples to submit. Negative value or zero means continually fetch and submit tuples.
Polling period in seconds. Tuples will be fetched every period seconds.
URL query parameter to update based upon content in a successful request.
Update the query parameter set in updateParameter from the value of this XPath expression against the returned content.
URL to HTTP GET content from.