Developers Guide

Table Of Contents
Table 79. Attributes (continued)
Attribute Description
You can determine GroupIDs through /api/
GroupService/Groups.
Type Id ID for the device type. You can determine the DeviceType
IDs can be determined through /api/DeviceService/
DeviceType
Name Type of the target (DEVICE or GROUP).
api/UpdateService/Baselines(Id)
This URI represents a specific baseline.
GET method for Baselines(Id)
This method returns the details of a specific baseline.
Description Returns details of a specific baseline.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#UpdateService.Baselines",
"@odata.type": "#UpdateService.Baselines",
"@odata.id": "/api/UpdateService/Baselines(6)",
"Id": 6,
"Name": "NFS1",
"Description": "NFS1",
"CatalogId": 22,
"RepositoryId": 12,
"TaskId": 12465,
"TaskStatusId": 2060,
"RepositoryName": "NFS",
"RepositoryType": "NFS",
"LastRun": "2020-12-23 08:07:45.325",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets": [
{
"Id": 500,
"Type": {
"Id": 6000,
"Name": "GROUP"
}
}
],
"ComplianceSummary": {
"ComplianceStatus": "OK",
"NumberOfCritical": 0,
"NumberOfWarning": 0,
"NumberOfNormal": 34,
"NumberOfDowngrade": 0,
"NumberOfUnknown": 0
},
"DeviceComplianceReports@odata.navigationLink": "/api/UpdateService/
Baselines(6)/DeviceComplianceReports"
}
Configure
173