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
Responses
200
OK
Returns
AdvisoryDefinition
of type(s)
application/json;version=39.1
This response body class contains all of the following:
InlineAdvisoryDefinition0
{
"id": "string",
"targetId": "string",
"message": "string",
"priority": "string",
"displayStart": "string",
"displayEnd": "string",
"source": "string"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/definitions/advisories/{advisoryId}
Availability
Added in 35.0
Advisory Operations
GET
Query Advisory Definitions
POST
Create Advisory Definition
GET
Get Advisory Definition
DELETE
Delete Advisory Definition
GET
Query Advisories
GET
Get Advisory
PUT
Update Advisory