Endpoint
/api/v2/tenants/{tenantId}/deviceGroups/{deviceGroupId}/childs/search
Path Parameters
tenantId
string

deviceGroupId
string

Query Parameters
pageNo
integer

pageSize
integer

isDescendingOrder
boolean

sortName
string

queryString
string

Responses

OK

descendingOrder
boolean

nextPage
boolean

nextPageNo
integer

orderBy
string

pageNo
integer

pageSize
integer

previousPageNo
integer

results
array

results.aliasName
results.createdDate
results.entityType
results.hostName
results.id
results.name
results.resourceName
results.resourceType
results.updatedDate
totalPages
integer

totalResults
integer

{
  "descendingOrder": true,
  "nextPage": false,
  "orderBy": "id",
  "pageNo": 1,
  "pageSize": 100,
  "previousPageNo": 0,
  "results": [
    {
      "createdDate": "2017-08-09T09:52:26+0000",
      "entityType": "DEVICE_GROUP",
      "id": "DGP-bc92ea8e-f3cd-476e-a736-a8e606d43207",
      "name": "Network Devices",
      "type": "DEVICE_GROUP",
      "updatedDate": "2017-08-09T09:52:26+0000"
    },
    {
      "aliasName": "",
      "hostName": "",
      "id": "e6d7e7a5-a410-47fe-a99d-33323b700d04",
      "name": "dot-exp-bos-045.massdot.trans.internal",
      "resourceName": "dot-exp-bos-045.massdot.trans.internal",
      "resourceType": "VMWAREHOST",
      "type": "DEVICE"
    },
    {
      "aliasName": "",
      "hostName": "",
      "id": "e14dae78-b68a-4179-98db-02eab5feeea7",
      "name": "dot-exp-bos-039.massdot.trans.internal",
      "resourceName": "dot-exp-bos-039.massdot.trans.internal",
      "resourceType": "VMWAREHOST",
      "type": "DEVICE"
    },
    {
      "aliasName": "",
      "hostName": "",
      "id": "4b53d84c-760a-49cb-a904-47271aed9091",
      "name": "dot-exp-bos-022.massdot.trans.internal",
      "resourceName": "dot-exp-bos-022.massdot.trans.internal",
      "resourceType": "VMWAREHOST",
      "type": "DEVICE"
    }
  ],
  "totalPages": 1,
  "totalResults": 4
}
{
  "descendingOrder": true,
  "nextPage": false,
  "orderBy": "id",
  "pageNo": 1,
  "pageSize": 100,
  "previousPageNo": 0,
  "results": [
    {
      "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"
    }
  ],
  "totalPages": 1,
  "totalResults": 3
}