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\" : \"905a7445-c4ef-46ff-b019-98fb2461918e\",\n \"alertLevel\" : \"NONE\",\n \"startTimeUTC\" : 1744473857,\n \"cancelTimeUTC\" : 0,\n \"updateTimeUTC\" : 1744483857,\n \"suspendUntilTimeUTC\" : 0\n}"
The UUID of the Alert
The UUID of the Resource causing the Alert
The Criticality level
The Alert Type describing the Alert
The Sub-type of the Alert
Indicates the current condition of an Alert.
Used to determine if the conditions for the Alert still continue to exist.
The UTC time when the Alert started
The UTC time when the Alert was cancelled
The UTC time when the Alert was updated
The UTC time when the suspended Alert will resume
The control state of an Alert
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 unique ID for the user account that owns this Alert
The user-name of the user account that owns this Alert
The identifier of the Alert Definition that defined this Alert
Localized name of the associated Alert Definition
The impact of the Alert
extension
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
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}