Developers Guide

Table Of Contents
GET method for Baselines
This method returns the baselines.
Description Returns the baselines.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(UpdateService.Baselines)",
"@odata.count": 4,
"value": [
{
"@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"
},
{
"@odata.type": "#UpdateService.Baselines",
"@odata.id": "/api/UpdateService/Baselines(7)",
"Id": 7,
"Name": "HTTP1",
"Description": "HTTP1",
"CatalogId": 23,
"RepositoryId": 13,
"TaskId": 12466,
"TaskStatusId": 2060,
"RepositoryName": "HTTP",
"RepositoryType": "HTTP",
"LastRun": "2020-12-23 08:07:49.682",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets": [
{
"Id": 500,
"Type": {
"Id": 6000,
168
Configure