Update Catalog Content Source
Update the definition of existing catalog content source entity. If the sourceType is "HelmchartRepo" and the URL is changed then the response is a 202 with task URL in location header. This task tracks the replication process of the corresponding remote source items. Otherwise, the response is 201 with the updated CatalogContentSouce in response body.
catalogContentSourceId
catalogContentSourceId
{
"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.
OK
{
"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.