API Guide

Table Of Contents
Table 52. HTTP response code (continued)
Code Description or response object
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 112.
Example Response:
[
{
"host": {
"id": "{Host ID}",
"href": "",
"objectType": "Host",
"hostip": "{Host IP}",
"hostName": "{hostname}",
"managementIP": "{iDRAC IP}",
"serviceTag": "{Service Tag}",
"model": "{Server Model Name}",
"systemId": "{System ID}"
},
"overallSummary": {
"compliantStatus": "{Compliance Status}",
"nonCompliantType": "{Non-compliant Type}",
"noncompliantTypeDescription": "{Reason for non-compliance}"
},
"componentDriftInfo": {
"missingComponents": [
{
"componentName": "{Component name}",
"componentFqdd": "{Component FQDD}"
},
{
"componentName": "{Component name}",
"componentFqdd": "{Component FQDD}"
}
],
"mismatchedComponents": [
{
"componentName": "{Component name}",
"componentFqdd": "{Component FQDD}",
"subComponents": [],
"containsSubComponent": false,
"missingGroups": [],
"misMatchedGroups": [
{
"name": "{Component name}",
"missingAttributes": [],
"misMatchedAttirbutes": [
{
"attributeName": "{Attribute Name}",
"attributeLctValue": "{Attribute Value}",
"attributeDeviceValue": "{Attribute value configured
in server (enabled or disabled)"
}
]
}
]
}
]
}
}
]
For more information, see Response body on page 96.
80
Drift management