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

curl --request GET "https://api-asm1.apica.io/v3/groups/321?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

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

The group's numeric identity.

name String

The group's name.

rank Integer

The group's rank.

parent Object

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

id Integer

The group's numeric identity.

name String

The group's name.

rank Integer

The group's rank.

parent Object

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