API Guide
"@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":
[
{
"Id": 1010,
"Type":
{
"Id": 6000,
"Name": "GROUP"
}
}
],
"ComplianceSummary":
{
"ComplianceStatus": "CRITICAL",
"NumberOfCritical": 7761,
"NumberOfWarning": 1,
"NumberOfNormal": 12,
"NumberOfDowngrade": 1
},
"DeviceComplianceReports@odata.navigationLink": "/api/UpdateService/
Baselines(8)/DeviceComplianceReports"
}
]
}
Table 78. Attributes
Attribute Description
Name Name of the Baseline.
Description Description of the Baseline.
CatalogId ID of the catalog.
RepositoryId ID of the repository.
TaskId Identifier of task which created this baseline.
RepositoryName Repository name.
RepositoryType Repository type.
DowngradeEnabled Field to indicate if downgrade is possible.
Is64Bit Always set to "true".
Target Id Identifier of device or group that this baseline targets.
Type Id Device Type ID.
Name DeviceType derived "Name".
ComplianceStatus Indicates if the upgrade is critical.
Configure 127