Retrieve a collection of monitor group managers.
The unique ID of monitor group.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
GET /api/monitor_groups/{id}/managers HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"name": "text",
"display_name": "text",
"extension_number": "text"
}
]
}
Add user into monitor group manager list.
The unique ID of monitor group.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
The extension number.
[0-9]{3,64}
POST /api/monitor_groups/{id}/managers/{extension_number} HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content