API Guide

Table Of Contents
{
"Id": 10104,
"Type": {
"Id": 6000,
"Name": "GROUP"
}
}
],
"ComplianceSummary": {
"ComplianceStatus": "DOWNGRADE",
"NumberOfCritical": 0,
"NumberOfWarning": 0,
"NumberOfNormal": 0,
"NumberOfDowngrade": 1,
"NumberOfUnknown": 0
},
"DeviceComplianceReports@odata.navigationLink": "/api/UpdateService/
Baselines(6)/DeviceComplianceReports"
}
Table 80. Attributes
Attribute Description
Id Identifier for the device in the appliance.
TaskId Identifier of the job.
ComplianceStatus Shows the compliance status. The possible options are:
CRITICAL
WARNING
DOWNGRADE
OK
UNKNOWN
PUT method for Baselines(Id)
This method updates the baseline details.
Description
Returns the baseline details.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(UpdateService.Baselines)",
"@odata.count": 6,
"value":
[
{
"@odata.type": "#UpdateService.Baselines",
"@odata.id": "/api/UpdateService/Baselines(8)",
"Id": 8,
"Name": "Test 2500+",
"Description": "",
"CatalogId": 22,
"RepositoryId": 12,
"TaskId": 27734,
"RepositoryName": "Dell",
"RepositoryType": "DELL_ONLINE",
"LastRun": "2018-08-08 21:22:36.858",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets":
[
Configure 163