API Guide

Table 68. Attributes (continued)
Attribute Description
Size Space occupied by the unmonitored device in a rack.
EstimatedMaxPower Maximum power defined for the unmonitored device.
Model Model of the unmonitored device.
api/PowerService/UserDefinedEntities/Actions/
UserDefinedEntities.Update
Use this URI to edit the unmonitored device details.
Supported versions of Power Manager:
1.2
POST method to edit unmonitored device
Description Use this method to edit unmonitored device details.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Id":1,
"Name": "Device-A",
"Description": "WCK100098",
"HostName": "WCK100098",
"Identifier": "C3YCW22",
"Size": 2,
"EstimatedMaxPower": 10000,
"Model": "Power Edge"
}
Output:
{
"Status": "SUCCESS"
}
Table 69. Attributes
Attribute Description
Id Id of the unmonitored device.
Name Name of the unmonitored device.
Description Description of the unmonitored device.
HostName Host name of the unmonitored device.
Identifier Identifier of the unmonitored device.
Size Space occupied by the unmonitored device in a rack.
EstimatedMaxPower Maximum power defined for the unmonitored device.
Model Model of the unmonitored device.
56 Unmonitored devices