API Guide
Table 79. Attributes
Attribute Description
Name Name of the Baseline
Description Description of the Baseline
CatalogId ID of the catalog - The user needs to enumerate all catalogs and
match the "Name" of the repository with the input provided at
creation time
RepositoryId ID of the repository - Derived from the catalog response
DowngradeEnabled If the firmware can be downgraded
Is64Bit This should always be set to true - The DUP files used are 64 bit
DUPs only.
Targets Id DeviceID of the device (if the baseline is being created for devices)
or GroupID of the group (if the baseline is being created for a
group of devices).
You can determine the DeviceIDs through /api/
DeviceService/Devices.
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/$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": {
130 Configure