API Guide

Table Of Contents
"Type": "Temperature"
}
Example
response body
{
"PluginId": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4625",
"EntityId": 10079,
"Type": "Temperature",
"State": "Unknown",
"UpperWarning": "100",
"UpperCritical": "150",
"LowerWarning": "70",
"LowerCritical": "80"
}
Table 195. Attributes
Attribute Description
PluginId ID of a plug-in.
EntityId ID of an entitydevice or group.
Type Typetemperature or power.
State State of an entityunknown, normal, warning, critical.
UpperWarning Upper limit threshold of state warning.
UpperCritical Upper limit threshold of state critical.
LowerWarning Lower limit threshold of state warning.
LowerCritical Lower limit threshold of state critical.
/api/MetricService/TopOffenders
This URL returns the highest power and temperature information of offenders.
GET method for TopOffenders
Description
This method returns the highest power and temperature information of offenders.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(MetricService.TopOffender)",
"@odata.count": 1,
"value": [
{
"Id": 18,
"EntityId": 10105,
"EntityName": "VishServer1",
"TotalViolations": 1,
"EntityType": 1,
"ThresholdType": 7,
"ViolationState": 4,
"UpperCriticalViolations": 1,
"UpperWarningViolations": 0,
"LowerCriticalViolations": 0,
"LowerWarningViolations": 0,
APIs specific to OpenManage Enterprise 635