Skip to main content

Quantela platform user manual

Remote JSON Stream

Description

Get a remote JSON object directly from an HTTP source and make it available as an object stream

Input

JSON

Output

objectStream

Method

The HTTP method to be used for the request. This can be one of the following:

  • GET

  • POST

  • HEAD

  • PUT

  • PATCH

  • DELETE

  • CONNECT

URL

The remote URL for the HTTP request

Headers

Optional key:value pairs for HTTP header

Attribute List

An attribute list used to define the start and end of the objects to be streamed. For example, the following list indicates that individual objects whose first attribute is deviceId and last attribute is siteInfo should be streamed: {deviceID siteInfo}.