Get devices in a device group

Use this API to get the devices in a device group.

Resource Information

Method

URL

Required authentication

GET

/V1/CMDB/Devices/GroupDevices/{groupName}

Yes

Parameters

Name

Description

Token*required
(header)

Place the token received from the API Log in to get an authentication token.

groupName*required
(path)

The name of a device group.

Response

Parameter

Type

Description

Example

devices

list

A list of devices.

{
  "devices": [
    {
      "id""967cadf3-f4e3-4714-97e8-a9ead6320057",
      "mgmtIP""10.10.0.16",
      "hostname""BST-POP1"
    }
  ]
}

id

string

The device ID.

mgmtIP

string

The management IP address of the returned device.

hostname

string

The hostname of returned device.