1 copy.json 2.82 KB
{
  "id": "",
  "name": "6",
  "transportType": "DEFAULT",
  "profileData": {
    "alarms": [
      {
        "id": "05f99082-3941-467d-999a-7ab5eb7bac46",
        "alarmType": "6",
        "propagate": true,
        "propagateRelationTypes": ["6"],
        "createRules": {
          "MAJOR": {
            "alarmDetails": "CO2过高",
            "schedule": {
              "type": "ANY_TIME",
              "timezone": "Asia/Shanghai (UTC+08:00)"
            },
            "condition": [
              {
                "key": {
                  "type": "TIME_SERIES",
                  "key": "100"
                },
                "valueType": "NUMERIC",
                "value": "100",
                "predicate": {
                  "type": "NUMERIC",
                  "operation": "NOT_EQUAL",
                  "value": {
                    "defaultValue": "100"
                  }
                }
              }
            ]
          },
          "MINOR": {
            "alarmDetails": "CO过高",
            "schedule": {
              "type": "ANY_TIME",
              "timezone": "Asia/Shanghai (UTC+08:00)"
            },
            "condition": [
              {
                "key": {
                  "type": "TIME_SERIES",
                  "key": "2000"
                },
                "valueType": "NUMERIC",
                "value": "2000",
                "predicate": {
                  "type": "NUMERIC",
                  "operation": "EQUAL",
                  "value": {
                    "defaultValue": "2000"
                  }
                }
              }
            ]
          }
        },
        "clearRule": {
          "schedule": {
            "type": "ANY_TIME",
            "timezone": "Asia/Shanghai (UTC+08:00)"
          },
          "condition": [
            {
              "key": {
                "type": "TIME_SERIES",
                "key": "123"
              },
              "valueType": "NUMERIC",
              "value": "123",
              "predicate": {
                "type": "NUMERIC",
                "operation": "GREATER_OR_EQUAL",
                "value": {
                  "defaultValue": "123"
                }
              }
            },
            {
              "key": {
                "type": "TIME_SERIES",
                "key": "456"
              },
              "valueType": "NUMERIC",
              "value": "456",
              "predicate": {
                "type": "NUMERIC",
                "operation": "LESS",
                "value": {
                  "defaultValue": "456"
                }
              }
            }
          ],
          "alarmDetails": "CO3过低"
        }
      }
    ]
  },
  "alarmProfile": {
    "alarmContactId": "224a312c-4f52-41ef-9dce-2aac69ec2e85,8aff39c6-af9c-416a-b110-601183e39da0",
    "messageMode": "EMAIL_MESSAGE"
  }
}