CatalogContentSource
CatalogContentSource
A Catalog Content source that gets registered to VCD.
JSON Example
{
"id": "string",
"url": "string",
"description": "string",
"sourceType": "string",
"orgId": "string",
"owner": {
"name": "string",
"id": "string"
},
"name": "string",
"lastSynced": "string"
}
string
id
Optional
UUID for Catalog Content Source. This is immutable.
string
url
Required
URL of the remote source to connect to.
string
description
Optional
Constraints:
minLength: 0
maxLength: 256
default: A Catalog Content Source
description
string
sourceType
Required
The discriminator type is used to differentiate among various types of external content sources. Supported types are: VmwareMarketplace and HelmchartRepo
string
orgId
Optional
URN of org in which this content source is created. This is immutable
string
name
Required
Constraints:
minLength: 1
maxLength: 128
Display name of this catalog content source.
string As date-time
As date-time
lastSynced
Optional
The date and time when this catalog content source was last successfully synchronized.