Reference Guide

Table Of Contents
Table 196. Attributes (continued)
Attribute Description
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,
"UpperCritical": 8,
"UpperWarning": 7,
"LowerCritical": 5,
"LowerWarning": 6
}
]
}
Table 197. Attributes
Attribute Description
Id Threshold ID
EntityId ID of an entitydevice or group
EntityName Entity Name
TotalViolations Total number of violations
EntityType Type of entitydevice or group
ThresholdType Type of thresholdpower or temperature
ViolationState Violation state
UpperCriticalViolations Upper critical violations
UpperWarningViolations Upper warning violations
LowerCriticalViolations Lower critical violations
706 APIs specific to OpenManage Enterprise