POST   groups

Creates a new monitor group.

Remarks

Specify top_group_id to create a subgroup in the top level group with Id equal to the specified top_group_id. If top_group_id is not specified the group will be created as top level group.

Request example and description

curl --request POST "https://api-asm1.apica.io/v3/groups?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.

nameStringYes

The group's name.

rankIntegerNo

The group's rank.