API Guide

Table Of Contents
Table 70. Attributes (continued)
Attribute Description
Model Model of the unmonitored device.
api/PowerService/UserDefinedEntities/Actions/
UserDefinedEntities.Delete
Use this URI to delete the unmonitored device details.
Supported versions of Power Manager:
2.0
1.2
POST method to delete unmonitored device
Description Use this method to delete unmonitored devices that is not supported in OpenManange Enterprise.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Ids": [6,7]
}
Output:
{
"Status": "SUCCESS"
}
Table 71. Attributes
Attribute Description
Ids Unmonitored device id to be deleted.
NOTE: To delete all the devices, provide the value for Ids as -1.
api/PowerService/UserDefinedEntities/Devices
Use this URI to get list of all unmonitored devices.
Supported versions of Power Manager:
2.0
1.2
GET method to list unmonitored devices
Description
Use this method to view all the unmonitored devices.
Privilege VIEW
Unmonitored devices 61