Get Advisory

Get Advisory
Get the advisory with the specified id.

Get the advisory with the specified id.

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

advisory URN


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Advisory of type(s) application/json;version=9.1.0
{
    "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/advisories/{advisoryId}