API Guide
Table 77. Attributes (continued)
Attribute Description
BaselineId Identifier of a baseline associated with the catalog.
BaselineName Name of a baseline associated with the catalog.
Name Name of the repository.
Description User provided description for the repository.
Source URL or location of the repository.
DomainName Domain for the user credentials (CIFS only).
Username Username to access the share containing the catalog (CIFS /
HTTPS).
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.
Configure 125