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
{
"@odata.type": "#PowerService.MonitoredDevice",
"@odata.id": "/api/PowerService/MonitoredDevices(10079)",
"Id": 10079,
"DeviceName": "100.96.27.67",
"ServiceTag": "DSFYSF2",
"Type": 1000,
"Model": "PowerEdge M630",
"PowerState": 17,
"ConnectionState": true,
"HealthStatus": 1000,
"ManagedState": 3000,
"AddedOn": "2019-06-25 12:55:34.107889",
"IsPartOfGroup": false,
"GroupAssociation": [
{
"Id": 11359,
"Name": "W1"
}
],
"LicenseStatus": 1,
"PowerPolicyCapable": true,
"AllDevices": true,
"EPRStatus": {
"@odata.id": "/api/PowerService/MonitoredDevices(10079)/
EPRStatus"
},
"Policies@odata.navigationLink": "/api/PowerService/
MonitoredDevices(10079)/Policies"
}
]
}
Table 20. Attributes
Attribute Name Description
Id Device Id
DeviceName Device Name
ServiceTag Service Tag of the device.
Type Device Type
Model Device Model
PowerState Power State of the device.
ConnectionState Connection State of the device
HealthStatus Health Status of the device
ManagedState Managed State of the device
AddedOn Date when the device is added.
GroupAssociation Group to which the device belongs to.
GroupAssociation.Id Group Id of the group to which the device belongs to.
GroupAssociation.Name Group Name device belongs to.
LicenseStatus License status of the device.
PowerPolicyCapable Device is Policy capable or not.
AllDevices Filter attribute to get all devices or individual devices.
IsPartOfGroup Device is part of group or not.
Monitored Devices 23