Get Alert
Example: GET /api/alerts/{id}
UUID of the alert
The Alert for the specified identifier
"{\n \"alertId\" : \"31eeaeec-82d5-4037-a59b-efed2e7c8e3a\",\n \"resourceId\" : \"c40271ed-5a59-4d8a-b98c-1aa3aa603a3f\",\n \"alertLevel\" : \"NONE\",\n \"startTimeUTC\" : 1753368185,\n \"cancelTimeUTC\" : 0,\n \"updateTimeUTC\" : 1753378185,\n \"suspendUntilTimeUTC\" : 0\n}"
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 level
The UTC time when the Alert was cancelled
The control state of an Alert
extension
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.
Indicates the current condition of an Alert.
Used to determine if the conditions for the Alert still continue to exist.
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
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/alerts/{id}