API Guide

Table Of Contents
Configure
Topics:
Firmware
Template Service
Identity pools
Network Configuration Service
Firmware
/api/UpdateService/Catalogs
This URI represents the catalogs in the appliance.
GET method for Catalogs
This method returns the catalogs that are created in the appliance.
Description
Returns the list of catalogs.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"@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": 27539,
"BaseLocation": "ftp.dell.com",
"ManifestIdentifier": "26920c45-0742-44cd-a2c6-c2f2d2df4037",
"ReleaseIdentifier": "NH6TJ",
"ManifestVersion": "18.07.02",
"ReleaseDate": "2018-07-17 10:10:32.000",
"LastUpdated": "2018-08-08 18:20:22.981",
"BundlesCount": 230,
"PredecessorIdentifier": "a05daa5b-7b98-413c-9000-5806cf1d836a",
"AssociatedBaselines":
[
{
"BaselineId": 10,
"BaselineName": "No ID"
},
{
"BaselineId": 9,
6
Configure 151