FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
string | SUBSCRIBE_CHANNEL := "cumulocity.findtenant.response" The channel to which FindTenantOptions response is sent from the transport. |
Member summary | |
---|---|
integer | reqId Request identifier. |
sequence<com.apama.cumulocity.TenantOption> | options All tenant options that matched the specified criteria. |
boolean | error True if an error was received during this FindTenantOptions request. |
integer | statusCode Status code from the final response. |
string | errorDetails If there is an error, typically this will be the error message parsed from the error event else empty. |
Constant detail |
---|
string SUBSCRIBE_CHANNEL := "cumulocity.findtenant.response"The channel to which FindTenantOptions response is sent from the transport.
Member detail |
---|
boolean errorTrue if an error was received during this FindTenantOptions request.
string errorDetailsIf there is an error, typically this will be the error message parsed from the error event else empty.
sequence<com.apama.cumulocity.TenantOption> optionsAll tenant options that matched the specified criteria.
integer reqIdRequest identifier.
integer statusCodeStatus code from the final response.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |