API Guide
Output:
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
Input:
Output:
{
"@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"
}
},
{
"Id": 25031,
"Type": {
114
Configure