CTI
List monitor group manager
Retrieve a collection of monitor group managers.
get/monitor_groups/{id}/managers
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the monitor group.
Response
OK
Example response
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}