Edit

Data - Retrieve Alert Description

Retrieves the alert description for provided alert.

GET http://<Servername>/OperationsManager/data/alertDescription/{id}

URI Parameters

Name In Required Type Description
id
path True

string

ID of the alert

Responses

Name Type Description
200 OK

string

OK.Successfully retrieved alert description.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Examples

RetrieveAlertDescription

Sample request

GET http://<Servername>/OperationsManager/data/alertDescription/96664200-b3be-4597-bf3b-4e077ada4c0a

Sample response

[
  "Please see the alert context for details."
]