Query Source Items
Get a list of SourceItems from the given CatalogContentSource. If the 'sourceType' of CatalogContentSource is 'VmwareMarketplace', then 'itemType' of listed SourceItem results can be 'HelmSourceItem' or 'VmSourceItem'. Otherwise, if 'sourceType' is 'HelmchartRepo', 'itemType' results can only be 'HelmSourceItem'.
catalogContentSourceId
catalogContentSourceId
Filter for a query. FIQL format.
Field to use for ascending sort
Field to use for descending sort
Page to fetch, zero offset.
Results per page to fetch.
OK
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string",
"description": "string",
"itemType": "string",
"publisher": "string",
"logo": "string",
"summary": "string",
"categories": [
"string"
],
"screenshots": [
"string"
]
}
]
}
Filtering on 'itemType' when catalogContentSource is of 'sourceType' = 'HelmchartRepo' is restricted, for that use case 'itemType' only supports this expression: 'itemType==HelmSourceItem'. Note that filtering on 'sourceType' is really useless in that case.