White Papers
APIs
11
Updating Firmware using OpenManage Enterprise APIs
Attribute Name Type Description
Name String Name of the repository
Description String Description of the repository provided by users
Source String URL or location of the repository
DomainName String Domain for the user credentials (CIFS only)
Username String Username to access the share containing the catalog
(CIFS/HTTPS)
Password String Password to access the share containing the catalog
(CIFS/HTTPS)
CheckCertificate String Whether certificate checking was enabled for the HTTPS
repository
RepositoryType String NFS/CIFS/HTTP/HTTPS/DELL_ONLINE
Example: Response Payload
Response payload showing a catalog created from Dell online. Baselines are not associated with this catalog
yet.
{
"@odata.context": "/api/$metadata#Collection(UpdateService.Catalogs)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#UpdateService.Catalogs",
"@odata.id": "/api/UpdateService/Catalogs(22)",
"Id": 22,
"Filename": "catalog.xml",
"SourcePath": "catalog/catalog.gz",
"Status": "Completed",
"TaskId": 25106,
"BaseLocation": "downloads.dell.com",
"ManifestIdentifier": "ccb8a137-aa0b-4101-8f92-d524b5e27e56",
"ReleaseIdentifier": "6D09X",
"ManifestVersion": "19.01.00",
"ReleaseDate": "2018-12-31 10:15:59.000",
"LastUpdated": "2019-01-17 12:19:33.440",
"BundlesCount": 246,
"PredecessorIdentifier": "74c35fa7-c094-4ab7-97cd-0e716bd92bf3",
"AssociatedBaselines": [],
"Repository": {
"@odata.type": "#UpdateService.Repository",
"Id": 12,
"Name": "c1",
"Description": "",










