v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBmonitorsLibraryManagement
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.
Example response
[
{
"description": "<p>30 Seconds API Will Take To Respond</p>",
"playbookId": "1",
"name": "Test",
"versionId": "1",
"type": "Analytics"
}
]