Create a routine

Creates a new routine

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.
runbookIdstringRequired

Runbook ID

namestringRequired

The name of the Routine.

configanyRequired

Configuration for the Routine. Related to the type of Routine.

ordinalintegerRequired

The order of the Routine in the Runbook.

typeenumRequired

The type of Routine.

Allowed values:

Response

This endpoint returns an object.
dataobject

Routine is a set of instructions or procedures that are followed to complete a task.

Errors