Get Catalog Content Source

Get Catalog Content Source

Get specified catalog content source

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/catalogContentSources/{catalogContentSourceId}
COPY
Path Parameters
string
catalogContentSourceId
Required

catalogContentSourceId

string
catalogContentSourceId
Required

catalogContentSourceId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CatalogContentSource of type(s) application/json;version=39.0
{
    "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

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

owner
Optional

Entity reference used to describe VCD entities

string
name
Required

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.


404

Not Found

Operation doesn't return any data structure