API Guide

Table Of Contents
PUT method for Catalogs(Id)
This method updates the catalog details.
Description Updates details of a specific catalog.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#UpdateService.Catalogs/$entity",
"@odata.type": "#UpdateService.Catalogs",
"@odata.id": "/api/UpdateService/Catalogs(28)",
"Id": 28,
"Filename": "CatalogA00.xml",
"SourcePath": "cifs/compute",
"Status": "Completed",
"TaskId": 26960,
"BaseLocation": "",
"ManifestIdentifier": "",
"ReleaseIdentifier": "8217fadb-ec37-46a4-b7ba-56a353dbf3d2",
"ManifestVersion": null,
"ReleaseDate": "2018-05-21 05:33:25.000",
"LastUpdated": "2018-09-10 03:26:51.362",
"BundlesCount": 3,
"PredecessorIdentifier": "",
"AssociatedBaselines":
[
{
"BaselineId": 12,
"BaselineName": "cifs1"
}
],
"Repository":
{
"@odata.type": "#UpdateService.Repository",
"Id": 18,
"Name": "cifs1",
"Description": "",
"Source": "2607:f2b1:f082:5::b1a",
"DomainName": "",
"Username": "administrator",
"Password": null,
"CheckCertificate": false,
"RepositoryType": "CIFS"
}
}
/api/UpdateService/Baselines
This URI represents the baselines.
To check the firmware compliance of devices, do the following:
1. Obtain the job identification number associated to a baseline by using the get method of API: /api/UpdateService/Baselines
2. Check the compliance by using the API: /api/JobService/Actions/JobService.RunJobs on page 380
GET method for Baselines
This method returns the baselines.
Description
Returns the baselines.
Privilege VIEW
Configure 155