Data - Reset Monitor For Alert

Resets the monitor information for specified alert ID.

POST http://<Servername>/OperationsManager/data/resetMonitorByAlertId

Request Body

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Type Description
alertID

string

Specify the alert ID

Responses

Name Type Description
200 OK

object

OK.Successfully monitor for the alert is reset.

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

Examples

ResetMonitorForAlert

Sample Request

POST http://<Servername>/OperationsManager/data/resetMonitorByAlertId

[
  "FBB313A9-588C-49C6-867B-0802338717D1"
]

Sample Response

[
  "true"
]