URL
POST https://{api-url}/api/v2/tenants/{tenantId}/deviceGroups/{deviceGroupId}/childs
Sample URLs
https://{api-url}/api/v2/tenants/client_10/deviceGroups/DGP-7f14f667-7839-4446-a3ed-a66150ee08c1/childs
Parameters
Both fields are mandatory:
Field | Data Type | Description |
---|---|---|
id | String | Device unique ID. |
type | String | Device/Resource type. |
Sample request
[{
"id": "fcc492e9-64df-4ef0-b1b7-82167d87d4b4",
"name": "arn:aws:sns:us-east-1:290642135901:cloudtrail-sns",
"type": "SNS"
},
{
"id": "57778bb1-a294-450a-93e4-4371a74ac39f",
"name": "arn:aws:sns:us-east-1:290642135901:onboa-demo-sns",
"type": "SNS"
},
{
"id": "f7f247e2-3461-4ff1-bfdb-65ee2124c6c3",
"name": "arn:aws:sns:us-east-1:290642135901:alarm-notifications-topic",
"type": "SNS"
}
]
Sample response
Null