API Guide
Table Of Contents
- OpenManage Enterprise Power Manager RESTful API Guide version 2.0
- Contents
- About this document
- Overview
- Key integration concepts
- Settings
- Monitored Devices
- Monitored Groups
- Power Policy
- api/PowerService/PowerBounds
- /api/PowerService/Policies
- /api/PowerService/Policies(
) - /api/PowerService/Policies(
)/PolicyDetails - /api/PowerService/MonitoredDevices(
)/Policies - /api/PowerService/MonitoredGroups(
)/Policies - /api/PowerService/Actions/PowerService.CreatePolicy
- /api/PowerService/Actions/PowerService. EditPolicy
- /api/PowerService/Actions/PowerService.EnablePolicies
- /api/PowerService/Actions/PowerService.DisablePolicies
- /api/PowerService/Actions/PowerService.DeletePolicies
- Emergency Power Reduction
- Unmonitored devices
- api/PowerService/UserDefinedEntities/Actions/UserDefinedEntities.Create
- api/PowerService/UserDefinedEntities/Actions/UserDefinedEntities.Update
- api/PowerService/UserDefinedEntities/Actions/UserDefinedEntities.Delete
- api/PowerService/UserDefinedEntities/Devices
- api/PowerService/UserDefinedEntities/Devices(
)
- Physical Groups
- api/GroupService/Actions/GroupService.CreateGroup
- api/GroupService/Actions/GroupService.UpdateGroup
- api/GroupService/Actions/GroupService.DeleteGroup
- /api/PowerService/PhysicalGroups/GroupDetails
- /api/PowerService/PhysicalGroups/GroupDetails(
) - api/PowerService/PhysicalGroups/GroupDetails
/AllLeafgroups - api/PowerService/Actions/PowerService.UpdateDeviceDetails
- /api/PowerService/DeviceDetails
- api/PowerService/PhysicalGroups/CapableDevices
- api/PowerService/PhysicalGroups/CapableDevices(
) - api/PowerService/PhysicalGroups/Actions/PhysicalGroup.AddMemberDevices
- api/PowerService/PhysicalGroups/Actions/PhysicalGroup.RemoveMemberDevices
- api/PowerService/PhysicalGroups/GroupDetails(
)/Devices - api/PowerService/PhysicalGroups/Actions/PhysicalGroup.UpdateSlots
- api/PowerService/PhysicalGroups/Actions/PhysicalGroup.MoveDevice
- Power Distribution Units
- Virtual machines
- Report Service
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