API Guide

Table Of Contents
Settings
Topics:
/api/PowerService/Settings
/api/PowerService/Actions/PowerService.UpdateSettings
/api/PowerService/Settings
This URI represents the list of power settings.
Supported versions of Power Manager:
2.0
1.2
1.1
1.0
GET method for Power Service Settings
To get power and temperature monitoring units, metric gathering interval, date range configuration for Top Energy
Consumers widgets and Report settings.
Description
This method returns the list of settings that are configured.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/$metadata#Collection(PowerService.Settings)",
"@odata.count": 9,
"value": [
{
"@odata.type": "#PowerService.Settings",
"Id": 1,
"Name": "TEMPERATURE_DISPLAY_UNIT",
"DefaultValue": 1,
"Value": 1
},
{
"@odata.type": "#PowerService.Settings",
"Id": 2,
"Name": "POWER_DISPLAY_UNIT",
"DefaultValue": 1,
"Value": 1
},
{
"@odata.type": "#PowerService.Settings",
"Id": 3,
"Name": "METRIC_GATHERING_INTERVAL",
"DefaultValue": 15,
"Value": 15
},
4
Settings 17