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