[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations

Get Alert Definition By ID

Description

Using this method, you can look up details about a particular alert definition

Request

Request

URL

URL


get
https://localhost/suite-api/api/alertdefinitions/{id}
Copy

Path Parameters

Path Parameters

string
id Required

The id of the Alert Definition


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns AlertDefinition of type(s) application/json, application/xml

The Alert Definition corresponding to the identifier specified

Errors

Errors

404

No Alert Definition has been found for the identifier specified

Code Samples

Code Samples

cURL Command

curl https://localhost/suite-api/api/alertdefinitions/{id}


Feedback

Was this page helpful?