API Guide

Table Of Contents
"PolicyDescription": "Updated policy on group",
"PolicyState": true
}
]
}
Table 47. Attributes
Attribute name Description
Id ID of the policy
Type Type of the policy.
PolicyName Name associated with the policy.
PolicyDescription Description associated with the policy
PolicyState Indicates if the policy is enabled or disabled
/api/PowerService/MonitoredGroups(<GroupId>)/
Policies
This URI returns the power policies that are created on the specified group.
Supported versions of Power Manager:
2.0
1.2
1.1
1.0
GET method for policies created on specified groups
Description
Returns all the power policies.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/$metadata#Collection(PowerService.Policy)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PowerService.Policy",
"Id": 30,
"Type": 1,
"PolicyName": "Group Policy",
"PolicyDescription": "Updated policy on group",
"PolicyState": true
}
]
}
Power Policy 45