API Guide

Table Of Contents
POST method for Baselines
This method creates a baseline.
Description Creates a baseline.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
201
Example
Input:
{
"Name": "Testedi",
"Description": "myname",
"CatalogId": 23 ,
"RepositoryId": 13,
"DowngradeEnabled": true,
"Is64Bit": false,
"Targets":
[
{
"Type":
{
"Name": "DEVICE"
}
}
]
}
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,
116 Configure