We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f5547 commit 2c04281Copy full SHA for 2c04281
README.md
@@ -13,13 +13,14 @@ Alerts are described using the following JSON format:
13
{
14
"id": uuid
15
"name": string,
16
- "measurement_ids": uuid[],
17
- "activation_timeranges": [{
18
- "id": uuid,
19
- "timeUnit": "day"|"hour"|"minute"|"second",
20
- "start": integer
21
- "end": integer
22
- }],
+ "measurement_id": uuid,
+ // "activation_timeranges": [{
+ // "id": uuid,
+ // "timeUnit": "day"|"hour"|"minute"|"second",
+ // "start": integer
+ // "end": integer
+ // }],
23
+ "activated": boolean, // temporary, while activation_timeranges is not supported
24
"actions": [{
25
// see actions description
26
}],
0 commit comments