enterprise_get_enterprise_alerts_result_item

enterprise_get_enterprise_alerts_result_item
enterprise_get_enterprise_alerts_result_item
JSON Example
{
    "id": 0,
    "created": "string",
    "triggerTime": "string",
    "enterpriseAlertConfigurationId": 0,
    "enterpriseId": 0,
    "edgeId": 0,
    "edgeName": "string",
    "linkId": 0,
    "linkName": "string",
    "enterpriseObjectId": 0,
    "enterpriseObjectName": "string",
    "name": "string",
    "type": "string",
    "state": "string",
    "stateSetTime": "string",
    "lastContact": "string",
    "firstNotificationSeconds": 0,
    "maxNotifications": 0,
    "notificationIntervalSeconds": 0,
    "resetIntervalSeconds": 0,
    "comment": "string",
    "nextNotificationTime": "string",
    "remainingNotifications": 0,
    "timezone": "string",
    "locale": "string",
    "modified": "string",
    "notifications": [
        {
            "id": "number",
            "enterpriseAlertTriggerId": "number",
            "enterpriseId": "number",
            "created": "string",
            "enterpriseUserList": [
                {
                    "email": "string",
                    "emailEnabled": 0,
                    "enabled": 0,
                    "enterpriseUserId": 0,
                    "mobileEnabled": 0,
                    "mobilePhone": "string",
                    "smsEnabled": 0,
                    "username": "string"
                }
            ],
            "smsEnabled": "number",
            "smsList": "string",
            "smsText": "string",
            "emailEnabled": "number",
            "emailList": "string",
            "emailText": "string",
            "mobileEnabled": "number",
            "mobileList": "string",
            "mobileText": "string",
            "snmpEnabled": "number",
            "snmpList": "string",
            "modified": "string"
        }
    ]
}