Create Catalog Content Source
Create a new CatalogContentSource entity in VCD by registering the provided source information. If the sourceType is "HelmchartRepo" then the response is a 202 with task URL in location header. Otherwise, the response is 201 with CatalogContentSouce in response body.
{
"id": "string",
"url": "string",
"description": "string",
"sourceType": "string",
"orgId": "string",
"owner": {
"name": "string",
"id": "string"
},
"name": "string",
"lastSynced": "string"
}
UUID for Catalog Content Source. This is immutable.
URL of the remote source to connect to.
description
The discriminator type is used to differentiate among various types of external content sources. Supported types are: VmwareMarketplace and HelmchartRepo
URN of org in which this content source is created. This is immutable
Display name of this catalog content source.
The date and time when this catalog content source was last successfully synchronized.
Created
{
"id": "string",
"url": "string",
"description": "string",
"sourceType": "string",
"orgId": "string",
"owner": {
"name": "string",
"id": "string"
},
"name": "string",
"lastSynced": "string"
}
UUID for Catalog Content Source. This is immutable.
URL of the remote source to connect to.
description
The discriminator type is used to differentiate among various types of external content sources. Supported types are: VmwareMarketplace and HelmchartRepo
URN of org in which this content source is created. This is immutable
Display name of this catalog content source.
The date and time when this catalog content source was last successfully synchronized.
The request have been accepted and the task to monitor the request is in the Location header.