com.apama.cumulocity
Event FindTenantOptions


Finds tenant options, searching on system, category and key.

By default will return all TenantOptions which match the criteria. You can set params to select which TenantOptions to receive.

Send this event to FindTenantOptions.SEND_CHANNEL. Cumulocity will respond with a single FindTenantOptionsResponse event on FindTenantOptionsResponse.SUBSCRIBE_CHANNEL containing all matching tenant options.
Since:
10.5.2.0
See Also:
com.apama.cumulocity.TenantOption - 
com.apama.cumulocity.FindTenantOptionsResponse - 

Constant summary
 stringSEND_CHANNEL := "CumulocityIoTGenericChain"

Channel for sending tenant options.
 
Member summary
 integerreqId

Request identifier. Must be generated using com.apama.cumulocity.Util.generateReqId().
 booleansystem

If system properties are requested.
 stringcategory

Tenant option category. May be empty.
 stringkey

Tenant option key. May be empty. If you search only using a key, then all tenant options will be fetched from Cumulocity and they will be filtered by key by the correlator.
 dictionary<stringstring>params

Additional request params. 'pageSize', 'currentPage' can be provided.
 
Constant detail

SEND_CHANNEL

string SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel for sending tenant options.
Since:
10.5.2.0

Member detail

category

string category
Tenant option category. May be empty.

key

string key
Tenant option key. May be empty. If you search only using a key, then all tenant options will be fetched from Cumulocity and they will be filtered by key by the correlator.

params

dictionary<stringstringparams
Additional request params. 'pageSize', 'currentPage' can be provided.


reqId

integer reqId
Request identifier. Must be generated using com.apama.cumulocity.Util.generateReqId().

system

boolean system
If system properties are requested.