Get Notification Search Filters

Get Notification Search Filters

Endpoint to get system notifications search filter values
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/notifications/search-filters
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SystemAlertsFilterDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "statuses": [
        "string"
    ],
    "alertDefinitionTypes": [
        "string"
    ],
    "endpointTypes": [
        "string"
    ]
}
array of string
statuses
Optional

statuses

Possible values are : ENABLED, DISABLED,
array of string
alertDefinitionTypes
Optional

alertDefinitionTypes

Possible values are : DB_STATUS_CHANGE, DB_TASK_FAILURE,
array of string
endpointTypes
Optional

endpointTypes

Possible values are : SLACK, EMAIL, SERVICE_NOW, CUSTOM,

400

Bad Request

Operation doesn't return any data structure