Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.46 KB

PostAlarmCollectionResourceRequest.md

File metadata and controls

21 lines (17 loc) · 1.46 KB

kern.services.CumulocityClient.Model.PostAlarmCollectionResourceRequest

Properties

Name Type Description Notes
Count int Number of times that this alarm has been triggered. [optional] [readonly]
CreationTime DateTime The date and time when the alarm was created. [optional] [readonly]
FirstOccurrenceTime DateTime The time at which the alarm occurred for the first time. Only present when `count` is greater than 1. [optional] [readonly]
Id string Unique identifier of the alarm. [optional] [readonly]
LastUpdated DateTime The date and time when the alarm was last updated. [optional] [readonly]
Self string A URL linking to this resource. [optional] [readonly]
Severity string The severity of the alarm.
Source PostAlarmCollectionResourceRequestAllOfSource
Status string The status of the alarm. If not specified, a new alarm will be created as ACTIVE. [optional]
Text string Description of the alarm.
Time DateTime The date and time when the alarm is triggered.
Type string Identifies the type of this alarm.

[Back to Model list] [Back to API list] [Back to README]