FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
string | CHANNEL := "CumulocityIoTGenericChain"
Channel to send these events to.
|
string | SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel to send these events to. |
Member summary | |
---|---|
integer | reqId
Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId(). |
string | method
The HTTP verb, for example "POST" or "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', 'fromDate', 'toDate', '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.
Member 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.
e.g. for a create measurement GenericRequest the following headers are required dictionaryrequestHeaders := new dictionary ; 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 "POST" or "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', 'fromDate', 'toDate', '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 | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |