API Guide
Table Of Contents
- OpenManage Enterprise Power Manager RESTful API Guide version 1.1
- 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
- Report Service
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/$metadata#Collection(PowerService.Device)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PowerService.Device",
"Id": 10069,
"DeviceName": "SKCLUSN1.tejd.bdcsv.lab",
"ServiceTag": "4xBzewP",
"Type": 1000,
"PowerState": 17,
"ManagedState": 3000,
"ConnectionState": true,
"HealthStatus": 4000,
"Model": "PowerEdge R940",
"InWorkingSet": true,
"IsPolicyCapable": true,
"IsAddedIndividually": true
}
]
}
Table 30. Attributes
Attribute Name Description
Id Device Id.
DeviceName Device Name.
ServiceTag Device Service Tag.
Type Device Type.
PowerState Power State of device.
ManagedState Managed State of the device.
ConnectionState Connection state of the device.
HealthStatus Health status of the device.
Model Device Model.
InWorkingSet Available in monitored list.
IsPolicyCapable Capable to apply Power cap policy or not.
IsAddedIndividually Device is added individually or not.
Table 31. Filter
Field Operator
Id eq
DeviceName Contains
ServiceTag Contains
Model Contains
Type eq
30 Monitored Groups