Create a new runbook for use with incidents.
Field | Type | Required | Description |
---|---|---|---|
Name |
string | ✔️ | N/A |
Type |
components.PostV1RunbooksType | ✔️ | Deprecated, but still required. Please just use 'incident' |
Summary |
*string | ➖ | Deprecated. Use description |
Description |
*string | ➖ | A longer description about the Runbook. Supports markdown format |
AutoAttachToRestrictedIncidents |
*bool | ➖ | Whether or not this runbook should be automatically attached to restricted incidents. Note that setting this to true will prevent it from being attached to public incidents, even manually. Defaults to false . |
Tutorial |
*bool | ➖ | Whether or not this runbook is a tutorial runbook |
Owner |
*components.PostV1RunbooksOwner | ➖ | An object representing a Team that owns the runbook |
AttachmentRule |
*components.AttachmentRule | ➖ | N/A |
Steps |
[]components.Steps | ➖ | N/A |