Endpoint
/api/v2/tenants/{tenantId}/serviceGroups/{sgId}/childs
Deletes child resources and devices from a service group.
Path Parameters
tenantIdstring
sgIdstring
idstring
namestring
[
{
"id": "fgh672e9-64df-4ef0-b1b7-82167d87d4b4",
"name": "arn:aws:sns:us-east-1:290642135901:cloudtrail-sns"
},
{
"id": "57778bb1-a294-450a-87f5-4371a74ac39f",
"name": "arn:aws:sns:us-east-1:290642135901:onboa-demo-sns"
},
{
"id": "h5h677e2-3461-4ff1-bfdb-65ee2124c6c3",
"name": "arn:aws:sns:us-east-1:290642135901:alarm-notifications-topic"
}
]
Responses
OK
Endpoint
/api/v2/tenants/{tenantId}/serviceGroups/{sgId}/childs
Adds resources and devices of the same resource type as a child to a service group.
Path Parameters
tenantIdstring
sgIdstring
idstring
Service group unique ID or name.
namestring
Service group unique ID or name.
[
{
"id": "fef562e9-64df-4ef0-b1b7-82167d87d4b4",
"name": "arn:aws:sns:us-east-1:290642135901:cloudtrail-sns"
},
{
"id": "57778bb1-a294-450a-93e4-6534a74ac39f",
"name": "arn:aws:sns:us-east-1:290642135901:onboard-sns"
},
{
"id": "g5g247e2-3461-4ff1-bfgh-65ee2124c6c3",
"name": "arn:aws:sns:us-east-1:290642135901:alarm-notifications-topic"
}
]
Responses
OK