API Guide
/api/MetricService/MetricTypes
This URL returns all the supported metric types.
GET method for MetricTypes
Description This method returns all the supported metric types.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#Collection(MetricService.MetricType)",
"@odata.count": 19,
"value": [
{
"@odata.type": "#MetricService.MetricType",
"Id": 1,
"Name": "MAX_POWER",
"Description": "Maximum System Power Consumption"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 2,
"Name": "MIN_POWER",
"Description": "Minimum System Power Consumption"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 3,
"Name": "AVG_POWER",
"Description": "Average System Power Consumption"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 4,
"Name": "INSTANT_POWER",
"Description": "Instant System Power"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 5,
"Name": "MAX_INLET_TEMP",
"Description": "Maximum Inlet Temperature"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 6,
"Name": "MIN_INLET_TEMP",
"Description": "Average Inlet Temperature"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 7,
"Name": "AVG_INLET_TEMP",
"Description": "Instant Inlet Temperature"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 8,
"Name": "INSTANT_TEMP",
"Description": "Minimum Inlet Temperature"
},
{
"@odata.type": "#MetricService.MetricType",
APIs specific to OpenManage Enterprise
585