API Guide

Table Of Contents
GET method for Monitored Devices
This method returns monitored device details.
Description Returns the monitored device details.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/
$metadata#Collection(PowerService.MonitoredDevice)",
"@odata.count": 1,
"value": [
{
"@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,
"Location": "DC/Room/Aisle/Rack 1",
"SlotNumber": 10,
"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 19. 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.
Monitored Devices 23