API Guide

]
}
2.9.18 /api/TemplateService/Baselines(baselineId)/DeviceConfigComplianceReports(deviceId)/DeviceComplianceDetails
GET
Description
Get the configuration compliance baseline device compliance details report by BaselineID and DeviceID.
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Input:
Output:
{
"@odata.context": "/api/$metadata#TemplateService.DeviceComplianceDetail/$entity",
"@odata.id": "/api/TemplateService/Baselines(1)/DeviceConfigComplianceReports(5514)/
DeviceComplianceDetails",
"DeviceId": 5514,
"DeviceName": "idrac.dell.com",
"BaselineId": 1,
"BaselineName": "Example Baseline",
"TemplateId": 12,
"TemplateName": "Example Compliance Template",
"ComplianceAttributeGroups": [
{
"GroupNameId": 2,
"DisplayName": "System",
"ComplianceStatus": 1,
"ComplianceReason": "All attributes on the target device(s) match the compliance
template.",
"ComplianceSubAttributeGroups": [
{
"GroupNameId": 1,
"DisplayName": "Chassis Power State",
"ComplianceStatus": 1,
"ComplianceReason": "All attributes on the target device(s) match the
compliance template.",
"ComplianceSubAttributeGroups": [],
"Attributes": [
{
"AttributeId": 3585,
"CustomId": 0,
"DisplayName": "ChassisPwrState 1 Chassis LED State",
"Description": null,
"Value": null,
"ExpectedValue": "Off",
"ComplianceStatus": 1,
"ComplianceReason": "All attributes on the target device(s) match
the compliance template."
}
]
},
{
"GroupNameId": 3,
"DisplayName": "Server Power",
"ComplianceStatus": 1,
"ComplianceReason": "All attributes on the target device(s) match the
compliance template.",
"ComplianceSubAttributeGroups": [],
"Attributes": [
{
"AttributeId": 3583,
"CustomId": 0,
"DisplayName": "ServerPwr 1 Power Cap Setting",
"Description": null,
OpenManage Enterprise–Specific resource model
85