Comparison | Explanation |
---|
lt | less than |
gt | greater than |
lte | less than or equal to |
gte | greater than or equal to |
eq | equal to |
neq | not equal toc - contains |
nc | does not contain |
re | matches regex |
nre | does not match regex |
Parameters | Required | Type | Description |
---|
type | Yes | string | The type of recipient: user , pagerduty or webhook |
id | Yes | string | The ID of the recipient e.g. user ID or webhook ID |
actions | depends | string | The notification types to send, not required for pagerduty or webhook types` |
Parameters | Required | Type | Description |
---|
seconds | Yes | string | The number of seconds to wait. |
enabled | Yes | string | Whether the wait configuration is enabled or not |
displayUnits | Yes | string | Hint for the UI, always s (may change in future releases) |
Parameters | Required | Type | Description |
---|
seconds | Yes | string | The number of seconds to wait. |
enabled | Yes | string | Whether the wait configuration is enabled or not |
displayUnits | Yes | string | Hint for the UI, always s (may change in future releases) |