Alarm Template

ModelsStructures

Alarm Template
#

Alarm Template

This model accepts additional fields of type Object.

NameDescription
created_time
Decimal
Response Only

when the object has been created, in epoch

delivery
REQUIRED

Delivery object to configure the alarm delivery

id
UUID
Response Only

Unique ID of the object instance in the Mist Organnization

modified_time
Decimal
Response Only

when the object has been modified for the last time, in epoch

name
String

Some string to name the alarm template

org_id
UUID
Response Only
rules
REQUIRED

Alarm Rules object to configure the individual alarm keys/types. Property key is the alarm name.

{
  "delivery": {
    "enabled": true,
    "to_org_admins": true,
    "to_site_admins": false,
    "additional_emails": [
      "additional_emails9",
      "additional_emails0",
      "additional_emails1"
    ],
    "exampleAdditionalProperty": {
      "key1": "val1",
      "key2": "val2"
    }
  },
  "id": "53f10664-3ce8-4c27-b382-0ef66432349f",
  "name": "default",
  "org_id": "a97c1b22-a4e9-411e-9bfd-d8695a0f9e61",
  "rules": {
    "ap_offline": {
      "delivery": {
        "additional_emails": [
          "string"
        ],
        "enabled": true,
        "to_org_admins": true,
        "to_site_admins": true,
        "exampleAdditionalProperty": {
          "key1": "val1",
          "key2": "val2"
        }
      },
      "enabled": true,
      "exampleAdditionalProperty": {
        "key1": "val1",
        "key2": "val2"
      }
    },
    "bad_cable": {
      "delivery": {
        "additional_emails": [
          "string"
        ],
        "enabled": true,
        "to_org_admins": true,
        "to_site_admins": true,
        "exampleAdditionalProperty": {
          "key1": "val1",
          "key2": "val2"
        }
      },
      "enabled": true,
      "exampleAdditionalProperty": {
        "key1": "val1",
        "key2": "val2"
      }
    }
  },
  "created_time": 2.88,
  "modified_time": 76.08,
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}