Enterprise Get Enterprise Alert Definitions

Enterprise Get Enterprise Alert Definitions

List the alerts - and their respective default configuration settings - supported for the target Enterprise.

Privileges required:

READ ENTERPRISE_ALERT

Request
URI
POST
https://{api_host}/portal/rest/enterprise/getEnterpriseAlertDefinitions
COPY
Request Body
{
    "enterpriseId": 0
}
integer
enterpriseId
Optional

enterpriseId

Responses
200

Request was successfully processed

[
    {
        "id": 0,
        "created": "string",
        "name": "string",
        "type": "string",
        "definition": {
            "isSystemOnly": false,
            "isOperatorOnly": false
        },
        "firstNotificationSeconds": 0,
        "maxNotifications": 0,
        "notificationIntervalSeconds": 0,
        "resetIntervalSeconds": 0,
        "modified": "string"
    }
]

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterprise/getEnterpriseAlertDefinitions