Endpoint
/api/v2/tenants/{tenantId}/deviceGroups/{deviceGroupId}/childs

Manually removes devices and resources from a device group.

Path Parameters
tenantId
string

deviceGroupId
string

id
string

[
  {
    "id": "042761ba-542e-4a7a-8e38-3ebbea7eeb16"
  },
  {
    "id": "023471da-698b-3a2e-1e93-6dbaca8eea23"
  },
  {
    "id": "855eb82e-3064-40a1-a26e-77efabe300da"
  }
]

Responses

OK

Endpoint
/api/v2/tenants/{tenantId}/deviceGroups/{deviceGroupId}/childs

Manually adds devices and resources to a device group without a defined set of rules.

Path Parameters
tenantId
string

deviceGroupId
string

id
string

Device unique ID.

name
string

type
string

Device/Resource type.

[
  {
    "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"
  }
]

Responses

OK