GET   groups/{groupId}

Gets monitor group.

URL Parameters

NameDescription
groupId

Top- or sub-group Id.

Remarks

Returns monitor group. If the monitor group is a subgroup, then its parent group will be added to the response.

Request example

Response body model example and description

{
  "id": 87,
  "name": "Group #1",
  "rank": 2,
  "parent": null
}
NameType Description
idInteger

The group's numeric identity.

nameString

The group's name.

rankInteger

The group's rank.

parentObject

Parent group. If top group then the value is null.

idInteger

The group's numeric identity.

nameString

The group's name.

rankInteger

The group's rank.

parentObject

Parent group. If top group then the value is null.