Create a runbook

Creates a new runbook

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
accountIdstringRequired
Account ID
appIdstringRequired
App ID
environmentIdstringRequired
Environment ID
spaceIdstringRequired
Space ID
namestringRequired
The name of the Runbook.
configobjectRequired
The configuration of the Runbook.
statusenumRequired
The status of the Runbook.
typeenumRequired
The type of the Runbook.
Allowed values:

Response

This endpoint returns an object.
dataobject
Runbook

Errors