API Guide

Table Of Contents
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",
"@odata.type": "#UpdateService.Baselines",
"@odata.id": "/api/UpdateService/Baselines(6)",
"Id": 6,
"Name": "chassis",
"Description": "",
"CatalogId": 22,
"RepositoryId": 12,
"TaskId": 10296,
"TaskStatusId": 2060,
"RepositoryName": "online",
"RepositoryType": "DELL_ONLINE",
"LastRun": "2020-08-11 20:12:34.458",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets": [
162 Configure