API Guide

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 29. 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 Power Manager monitored list or not.
IsPolicyCapable Capable to apply policy or not.
IsAddedIndividually Added as individual device for monitoring or not.
/api/PowerService/Groups(<Group ID>)/Devices
This URI represents all the Power Manager capable devices.
Supported versions of Power Manager:
1.1
1.0
Monitored Groups
29