Represents a Runbook in the system.
id
str
✔️
The unique identifier for the runbook.
name
The name of the runbook.
created
models.V3RunbooksUpdationInfo
Information about when the runbook was created.
updated
Information about when the runbook was last updated.
used_count
int
The number of times this runbook has been used.
steps
List[models.V3RunbooksStep]
The steps that make up the runbook.
entity_owner
models.CommonV3EntityOwner
The owner of the entity.
organization_id
The ID of the organization this runbook belongs to.
owner
models.CommonV3RBACOwner
The RBAC owner of the runbook (typically a team).
Last updated 8 days ago