Get Advisory Definition

Get Advisory Definition

Get the advisory definition with the specified id.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/definitions/advisories/{advisoryId}
COPY
Path Parameters
string
advisoryId
Required

advisory URN

string
advisoryId
Required

advisory URN


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns AdvisoryDefinition of type(s) application/json;version=36.0
This response body class contains all of the following: Advisory
{
    "id": "string",
    "targetId": "string",
    "message": "string",
    "priority": "string",
    "displayStart": "string",
    "displayEnd": "string",
    "source": "string"
}