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 to |
c | contains |
nc | does not contain |
re | matches regex |
nre | does not match regex |
ex | does exist |
nex | does not exist |
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 , webhook , slack or hipchat types |
You can list all of your recipients with the List Recipients endpoint. You can also Create Recipients too. If you're using a webhook recipient you might want to familiarise yourself with the webhook payload format
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) |