Event summary |
Alarm | Alarm data. |
CumulocityRequestInterface | Cumulocity Request Interface. |
CurrentUser | User data. |
Error | Sent in the case of any error. |
Event | Event data. |
EventDeleted | Event deleted notification. subscribe to the cumulocity.measurements channel to receive updates. |
FindAlarm | Find an Alarm, searching on source, status and type. |
FindAlarmResponse | Sent in response to a FindAlarm request and containing a matched Alarm. |
FindAlarmResponseAck | Completed search for alarms. |
FindEvent | Find an Event, searching on source, status and type. |
FindEventResponse | Sent in response to a FindEvents request and containing a matching Event. |
FindEventResponseAck | Completed search for events. |
FindManagedObject | Find ManagedObject (that is, devices). |
FindManagedObjectResponse | Sent in response to a FindManagedObject request and contains a matching ManagedObject. |
FindManagedObjectResponseAck | Completed search for Managed object. |
FindMeasurement | Find a Measurement, searching on source, type, fragementType. |
FindMeasurementResponse | Sent in response to a FindMeasurement request and contains a matching Measurement. |
FindMeasurementResponseAck | Completed search for Measurement. |
FindOperation | Find an Operation, searching on source, status, fragementType and agent. |
FindOperationResponse | Sent in response to a FindOperation request and contains a matching Operation. |
FindOperationResponseAck | Completed search for Operation. |
FindTenantOptions | Find tenant options, searching on system, category and key. |
FindTenantOptionsResponse | Response containing requested tenant options. |
GenericRequest | Generic requests, allowing to request anything available in the Cumulocity REST API, distinguishable by the URL provided and extra parameters. |
GenericResponse | Zero or more GenericResponse events are sent for each GenericRequest on the GenericResponse.SUBSCRIBE_CHANNEL channel, followed by a GenericResponseComplete. |
GenericResponseComplete | Sent after the last GenericResponse event for a given request. |
GetCurrentUser | Get user details. Set authorization, for basic authentication, or authCookie and xsrfToken, for oauth authentication to get user details of a different user. If neither is specified, will fetch details of current user. |
GetCurrentUserResponse | Response to GetCurrentUser request. Contains required user details. Subscribe to GetCurrentUserResponse.SUBSCRIBE_CHANNEL to listen for this event. |
GetCurrentUserResponseFailed | Response to GetCurrentUser request. Contains the error that occured while fetching the user details. Subscribe to GetCurrentUserResponse.SUBSCRIBE_CHANNEL to listen for this event. |
ManagedObject | Description of a device or other Managed Object. |
ManagedObjectDeleted | Managed object deleted notification. |
Measurement | Measurement data. |
MeasurementDeleted | Measurement deleted notification. |
MeasurementFragment | Measurement Fragment. |
MeasurementValue | Measurement value. |
ObjectCommitFailed | Failed response to create/update Cumulocity object, include the request id, status code and response from Cumulocity. |
ObjectCommitted | Response received on creating or updating Cumulocity objects, include the request id, the id of the newly created object and body of the response from Cumulocity. |
Operation | An operation to send to a device. |
RequestAllDevices | Request all Managed Objects to be sent. |
RequestAllDevicesComplete | Sent at the end of a RequestAllDevices stream of events. |
Role | User Role. |
SendEmail | Sends email alert. |
SendSMS | Sends SMS alert. |
SendSpeech | Sends speech. |
SMSResourceReference | SMS resource reference. |
SMSResponse | SMS response. |
Subscribe | Subscribe to measurements/events/alarms/operations/managedObjects. |
SubscribeMeasurements | Subscribe to measures. The equivalent of sending SubscribeMeasurements("*") at hostReady can be achieved by setting configuration subscribeToAllMeasures to true. |
TenantOption | Represents an option in the tenant. |
Unsubscribe | Unsubscribe from measurements/events/alarms/managedObjects/operations. |
UnsubscribeMeasurements | Unsubscribe from measures. |
Util | Cumulocity Utilities. |