POST groups/{groupId}/checks
Assigns checks to the monitor group.
URL Parameters
| Name | Description |
|---|---|
| groupId | Monitor group identifier. |
Remarks
Only subgroups can contain checks.Request example
curl --request POST "https://api-asm1.apica.io/v3/groups/321/checks?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"AssignedChecks": [
12345,
6789,
345
],
"NotAssignedChecks": [
234,
237,
2366
]
},
{
"AssignedChecks": [
12345,
6789,
345
],
"NotAssignedChecks": [
234,
237,
2366
]
},
{
"AssignedChecks": [
12345,
6789,
345
],
"NotAssignedChecks": [
234,
237,
2366
]
}
]
| Name | Type | Description |
|---|---|---|
| AssignedChecks | Array | Assigned checks. |
| NotAssignedChecks | Array | Not assigned checks. |