API Guide
Table 79. Attributes (continued)
Attribute Description
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/$entity",
"@odata.type": "#UpdateService.Baselines",
"@odata.id": "/api/UpdateService/Baselines(8)",
"Id": 8,
"Name": "https",
"Description": "https",
"CatalogId": 24,
"RepositoryId": 14,
"TaskId": 25790,
"RepositoryName": "https",
"RepositoryType": "HTTPS",
"LastRun": "2018-09-10 04:46:56.632",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets": [
{
"Id": 25025,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
},
{
"Id": 25028,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
},
{
"Id": 25029,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
},
{
"Id": 25030,
"Type": {
"Id": 1000,
"Name": "DEVICE"
Configure
131