v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
monitorsLibraryManagement

Get playbook details.

Get the details of the playbooks with the specified identifiers.

get/v1/monitors/playbooksDetails

Query parameters

idsstring[] required

A comma-separated list of playbook identifiers.

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"
  }
]