-
Interface Summary
Interface |
Description |
AlarmApi |
API for creating, updating and retrieving alarms from the platform.
|
AlarmCollection |
|
-
Package com.cumulocity.sdk.client.alarm Description
Provides the classes necessary to create, update and query alarms.
Alarm is represented by AlarmRepresentation and a set of
alarms by AlarmCollectionRepresentation.
Alarm api involves four main entities:
the alarm api operationCollection, the alarm operationCollection,
the alarm collection operationCollection and the alarm filter operationCollection.
- The alarm api operationCollection is the entry point to the alarm api.
- The alarm operationCollection can be used to get and update an alarm.
- The alarm collection operationCollection can be used to create an alarm
and get all the alarm.
- The alarm filter operationCollection can be used to query alarms
based on different conditions
- Since:
- 0.9
- See Also:
com.cumulocity.rest.representation.alarm