Enterprise Get Enterprise Alert Configurations

Enterprise Get Enterprise Alert Configurations

Gets all alert configuration(s) for the specified enterprise.

Privileges required:

READ ENTERPRISE_ALERT

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

enterpriseId

Responses
200

Request was successfully processed

Returns Array of enterprise_get_enterprise_alert_configurations_result_item of type(s) application/json
[
    {
        "id": 0,
        "created": "string",
        "alertDefinitionId": 0,
        "enterpriseId": 0,
        "enterpriseLogicalId": "string",
        "enabled": false,
        "name": "string",
        "description": "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/getEnterpriseAlertConfigurations