Use this API to get the devices in a device group.
Method |
URL |
Required authentication |
GET |
/V1/CMDB/Devices/GroupDevices/{groupName} |
Yes |
Name |
Description |
---|---|
Token*required |
Place the token received from the API Log in to get an authentication token. |
groupName*required |
The name of a device group. |
Parameter |
Type |
Description |
Example |
---|---|---|---|
devices |
list |
A list of devices. |
{ |
id |
string |
The device ID. |
|
mgmtIP |
string |
The management IP address of the returned device. |
|
hostname |
string |
The hostname of returned device. |