API Guide
"BaselineId": 7,
"BaselineName": "Test 100"
},
{
"BaselineId": 8,
"BaselineName": "Test 2500+"
}
],
"Repository":
{
"@odata.type": "#UpdateService.Repository",
"Id": 12,
"Name": "Dell",
"Description": "",
"Source": "downloads.dell.com",
"DomainName": null,
"Username": null,
"Password": null,
"CheckCertificate": false,
"RepositoryType": "DELL_ONLINE"
}
}
]
}
POST method for Catalogs
This method creates a catalog.
Description
Creates a catalog.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
201
Example
Input:
{
"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
}
}
Output:
/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
114 Configure