Get Notifications

Get Notifications
Request
URI
POST
https://{api_host}/dt-rest/v100/notification/manager/notifications
COPY
Request Body
DtNotificationFilterImpl of type(s) application/json
Optional
{
    "id": "string",
    "type": "string",
    "active": false,
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
id
Optional

id

string
type
Optional

type

Possible values are : MAINTENANCE_NOTICE, VMS_IN_BAD_AGENT_STATE, VMS_IN_BAD_TOOLS_STATE, VMS_UNTRUSTED_DOMAIN,
boolean
active
Optional

active

string
location
Optional

location

array of object
DtLink
Optional

DtLink

Responses
200

successful operation

[
    "DtNotification Object"
]

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/notification/manager/notifications