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
}"
Name | Type |
Required |
Description |
top_group_id
|
Integer |
No |
The parent group's identity. |
name
|
String |
Yes |
The group's name. |
rank
|
Integer |
No |
The group's rank. |