Alert
Properties
The identifier of the Alert Definition that defined this Alert
Localized name of the associated Alert Definition
The UUID of the Alert
The impact of the Alert
The criticality of the alert
Possible values are: UNKNOWN , NONE , INFORMATION , WARNING , IMMEDIATE , CRITICAL , AUTO
The UTC time when the Alert was cancelled
The state of the Alert
Possible values are: OPEN , ASSIGNED , SUSPENDED , SUPPRESSED
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
The unique ID for the user account that owns this Alert
The user-name of the user account that owns this Alert
The UUID of the Resource causing the Alert
The UTC time when the Alert started
The stat-key related to the violating alert. The alert may be associated with a stat-key and not have an associated alertDefinitionId if the alert was generated through an external event.
The status of the Alert
Possible values are: NEW , ACTIVE , UPDATED , CANCELED
The Sub-type of the Alert
The UTC time when the suspended Alert will resume
The Alert Type describing the Alert
The UTC time when the Alert was updated
JSON Example
{
"alertDefinitionId": "string",
"alertDefinitionName": "string",
"alertId": "string",
"alertImpact": "string",
"alertLevel": "UNKNOWN",
"cancelTimeUTC": 0,
"controlState": "OPEN",
"extension": {
"anyObjects": {}
},
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "NEXT"
}
],
"ownerId": "string",
"ownerName": "string",
"resourceId": "string",
"startTimeUTC": 0,
"statKey": "string",
"status": "NEW",
"subType": "string",
"suspendUntilTimeUTC": 0,
"type": "string",
"updateTimeUTC": 0
}