| id |
int |
|
[optional] [readonly] |
| name |
str |
Name of the incoming webhook |
[optional] |
| url |
str |
The full URL of the incoming webhook |
[optional] |
| header_name |
str |
Name of the header required for interacting with Webhook endpoint |
[optional] |
| header_value |
str |
Content of the header required for interacting with Webhook endpoint |
[optional] |
| status |
str |
Status of the incoming webhook |
[optional] [readonly] |
| first_error |
datetime |
If endpoint is active, when error happened first time |
[optional] [readonly] |
| last_error |
datetime |
If endpoint is active, when error happened last time |
[optional] [readonly] |
| note |
str |
Description of the latest error |
[optional] [readonly] |
| owner |
int |
Owner/receiver of notification, if empty processed as system notification |
[optional] |