v3
latestOpenAPI 3.0.02026-07-2759120262.8 KBMonitor Groups
Create a monitor group
Create a new monitor group with optional initial monitors. Monitors can be assigned by providing their IDs or by specifying existing group IDs whose monitors should be moved.
post/monitor-groups
Request body
Example request
{
"name": "Production Monitors",
"monitorIds": [
1,
2,
3
],
"groupIds": [
1,
2
]
}Response
Monitor group created successfully