v3

latestOpenAPI 3.0.02026-07-2759120262.8 KB
Monitor 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

namestring required

Name of the monitor group

monitorIdsnumber[]

List of monitor IDs to be assigned to this group

groupIdsnumber[]

List of group IDs whose monitors should be moved to this new group

Example request

{
  "name": "Production Monitors",
  "monitorIds": [
    1,
    2,
    3
  ],
  "groupIds": [
    1,
    2
  ]
}

Response

Monitor group created successfully

idnumber required
namestring required