API Guide

Table Of Contents
Power Distribution Units
Topics:
/api/PowerService/PhysicalGroups/GroupDetails(<Group ID>)/AssociatedDevices
/api/PowerService/PowerDevice/Device(arg1)/Details
/api/PowerService/PhysicalGroups/
GroupDetails(<Group ID>)/AssociatedDevices
URI represents all the Power Distribution Unit (PDU) devices that are associated to a specific physical group.
Supported versions of Power Manager:
2.0
GET method to represent all the associated PDU devices of a
specific physical group
This method represents all the PDU devices from physical group.
Description
Returns all the PDU devices that are associated to specific group.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/
$metadata#Collection(PhysicalGroup.AssociatedDevice)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PhysicalGroup.AssociatedDevice",
"Id": 10213,
"Name": "100.96.23.19",
"Identifier": "ZY20082297",
"SerialNumber": "ZY20082297",
"Type": 100,
"PowerState": 17,
"Model": "MUU3EGM0-12P027-2C20A9A00-S",
"Manufacturer": "Vertiv",
"FirmwareVersion": "5.6.1",
"HardwareRevision": "gmmb",
"PowerRating": 0,
"OutletCount": 12,
"MeteredOutletCount": 12
}
]
}
11
Power Distribution Units 81