API Guide

Attribute Description
Password Password to access the share containing the catalog (CIFS /
HTTPS).
CheckCertificate Whether certificate checking is enabled for the HTTPS repository.
RepositoryType NFS / CIFS / HTTP / HTTPS/DELL_ONLINE
POST method for Catalogs
This method creates a catalog.
Description Creates a catalog.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"Filename":"catalog.xml",
"SourcePath":"install_packages/Packages",
"Repository":
{
"Name":"HTTPS-again",
"Description":"HTTPS Desc",
"RepositoryType":"HTTPS",
"Source":"10.255.2.128:2607",
"DomainName":"",
"Username":"",
"Password":"",
"CheckCertificate":false
}
}
/api/UpdateService/Catalogs(Id)
This URI represents a specific catalog.
GET method for Catalogs(Id)
This method returns the details of a specific catalog.
Description
Returns the 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",
Configure 121