PUT groups/{groupId}
Updates a monitor group.
URL Parameters
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
}"
Name | Type |
Required |
Description |
top_group_id
|
Integer |
No |
The parent group's identity. |
name
|
String |
No |
The group's name. |
rank
|
Integer |
No |
The group's rank. |