Runbooks
List Runbooks
Authentication
Connections
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Runbooks
List Runbooks
List all Runbooks
GET
/
plugins
/
runbooks
/
templates
Response
200 - application/json
The commit sha
The commit author
The commit message
The connections that could be used for this runbook
The error description if it failed to render
Metadata contains the attributes parsed from a template. Payload Example:
{
"customer_id" : {
"description": "the id of the customer",
"required": true,
"type": "text",
"default": "Default value to use"
},
"country": {
"description": "the country code US; BR, etc",
"required": false,
"type": "select",
"options": ["US", "BR"]
}
}
By default it will have the attributes description=""
, required=false
and type="text"
.
File path relative to repository root containing runbook file in the following format: /path/to/file.runbook.<ext>