IBMStreams com.ibm.streamsx.inet Toolkit > com.ibm.streamsx.inet 2.9.6 > com.ibm.streamsx.inet.http > HTTPGetJSONContent
Periodically connects to an HTTP endpoint to GET JSON content as a single tuple. The JSON content is assigned to the jsonString attribute in the output tuple which must be of type rstring.
This operator will be deprecated. Use a combination of HTTPRequest and Beacon operator instead.
Required: url
Optional: acceptAllCertificates, contentAttribute, extraHeaders, initDelay, iterations, period
Content of the HTTP GET request as an JSON attribute. Each successful HTTP request that returns a content results in a submitted tuple with an rstring attribute containing the returned content.
Required: url
Optional: acceptAllCertificates, contentAttribute, extraHeaders, initDelay, iterations, period
Accept all SSL certificates, even those that are self-signed. Setting this option will allow potentially insecure connections. Default is false.
Output attribute to assign content to.
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 to HTTP GET content from.