PUT   groups/{groupId}

Updates a monitor group.

URL Parameters

NameDescription
groupId

Remarks

Specify top_group_id to move a subgroup to the top level group with Id equal to the specified top_group_id.

Request example and description

curl --request PUT "https://api-asm1.apica.io/v3/groups/321?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{
  "top_group_id": 87,
  "name": "Group #2",
  "rank": 3
}"
NameType Required Description
top_group_idIntegerNo

The parent group's identity.

nameStringNo

The group's name.

rankIntegerNo

The group's rank.