FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Constant summary | |
---|---|
string | CHANNEL := "CumulocityIoTGenericChain" Channel to send these events to.
|
string | SEND_CHANNEL := "CumulocityIoTGenericChain" Channel to send these events to. |
Field summary | |
---|---|
integer | reqId Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId(). |
string | method The HTTP verb. For example: RequestType.POST or RequestType.GET. |
string | path The HTTP path for the request. |
dictionary<string, string> | queryParams Parameters to be passed in the HTTP query string. Depending on the type of request, some examples of what can be set: 'id', 'source', 'type', 'dateFrom', 'dateTo', 'pageSize', 'withParents', 'withTotalPages', 'currentPage', 'revert'. |
boolean | isPaging Whether this is a request whose results should be paged. |
any | body The request body should be a dictionary or sequence which will be encoded as JSON. If no body is required for this request, an empty any can be provided. |
dictionary<string, string> | headers Additional HTTP headers. |
Constant detail |
---|
string CHANNEL := "CumulocityIoTGenericChain"
string SEND_CHANNEL := "CumulocityIoTGenericChain"Channel to send these events to.
Field detail |
---|
any bodyThe request body should be a dictionary or sequence which will be encoded as JSON. If no body is required for this request, an empty any can be provided.
dictionary<string, string> headersAdditional HTTP headers.
dictionary<string, string> requestHeaders := new dictionary<string, string>;
requestHeaders.add("accept","application/json");
requestHeaders.add("content-type", "application/vnd.com.nsn.cumulocity.measurementCollection+json");
boolean isPagingWhether this is a request whose results should be paged.
string methodThe HTTP verb. For example: RequestType.POST or RequestType.GET.
string pathThe HTTP path for the request.
dictionary<string, string> queryParamsParameters to be passed in the HTTP query string. Depending on the type of request, some examples of what can be set: 'id', 'source', 'type', 'dateFrom', 'dateTo', 'pageSize', 'withParents', 'withTotalPages', 'currentPage', 'revert'.
integer reqIdIdentifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |