Create Advisory Definition
Create a new advisory definition.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/definitions/advisories
COPY
Request Body
AdvisoryDefinition of type(s) application/json
Required
This request body class requires all of the following: Advisory
{
"id": "string",
"targetId": "string",
"message": "string",
"priority": "string",
"displayStart": "string",
"displayEnd": "string",
"source": "string"
}
Responses
201
Created
Returns AdvisoryDefinition of type(s) application/json;version=39.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"
}
Availability
Added in 35.0
Advisory Operations
POST
Create Advisory Definition
DELETE
Delete Advisory Definition
GET
Get Advisory
GET
Get Advisory Definition
GET
Query Advisories
GET
Query Advisory Definitions
PUT
Update Advisory