API Guide

Table Of Contents
"@odata.type": "#MetricService.MetricType",
"Id": 15,
"Name": "MAX_UTIL_IO",
"Description": "Maximum IO utilization"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 16,
"Name": "MIN_UTIL_IO",
"Description": "Minimum IO utilization"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 17,
"Name": "AVG_UTIL_IO",
"Description": "Average IO utilization"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 18,
"Name": "SYS_AIRFLOW",
"Description": "System Air Flow"
},
{
"@odata.type": "#MetricService.MetricType",
"Id": 19,
"Name": "SYS_ENERGY",
"Description": "System Energy Consumption"
}
]
}
/api/MetricService/MetricsConsumption
This URL represents the aggregated metrics of the device or group.
POST method for MetricsConsumption
Description
This method returns the aggregated metrics of the device or group.
Privilege VIEW
HTTP response
codes
201
Example request
body
{
"PluginId": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4625",
"EntityType": 0,
"EntityId": 10397,
"Duration": 1,
"MetricTypes": [1,2,3]
}
Example
response body
{
"Value": [
{
"Type": "1",
"Value": "242.0"
},
{
"Type": "2",
APIs specific to OpenManage Enterprise 633