Returns a list of all available playbooks for the organization, including their names, associated monitor names, and any required attributes.
Documentation Index
Fetch the complete documentation index at: https://docs.wildmoose.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from Auth0
List of available playbooks
Name of the playbook
"performance-checks"
Array of monitor names that trigger this playbook. May include placeholder patterns using {{...}} syntax.
[
"Average latency spike{{suffix}}",
"Instance {{host}} CPU is >{{threshold}}%"
]Array of required attribute names that must be specified (either directly or via a link to a message from which they can be parsed) when executing this playbook
["environment", "cluster"]