Get Alert Using GET
Example: GET /api/alerts/{id}
UUID of the alert
The Alert for the specified identifier
{
"alertDefinitionId": "string",
"alertDefinitionName": "string",
"alertId": "string",
"alertImpact": "string",
"alertLevel": "string",
"cancelTimeUTC": 0,
"controlState": "string",
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"ownerId": "string",
"ownerName": "string",
"resourceId": "string",
"startTimeUTC": 0,
"statKey": "string",
"status": "string",
"subType": "string",
"suspendUntilTimeUTC": 0,
"type": "string",
"updateTimeUTC": 0
}
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
The UTC time when the Alert was cancelled
The state of the Alert
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
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
No Alert with the specified identifier is found
Error occurred while retrieving the Alert with the specified identifier