v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
monitorsLibraryManagement

List all playbooks.

List all playbooks available to run.

get/v1/monitors/playbooks

Query parameters

playbookTypestring

A string value for playbook type.

Response

MonitorPlaybooks have been retrieved successfully.

descriptionstring required

The description of the monitor playbook.

playbookIdstring required

The id of the playbook.

namestring required

The name of the playbook.

versionIdstring required

The version id of the playbook.

typestring required

The type of the playbook.

Example response

[
  {
    "description": "<p>30 Seconds API Will Take To Respond</p>",
    "playbookId": "1",
    "name": "Test",
    "versionId": "1",
    "type": "Analytics"
  }
]