Get Source Item
Get the SourceItem with given identifier from the given CatalogContentSource.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/catalogContentSources/{catalogContentSourceId}/sourceItems/{sourceItemId}
COPY
Path Parameters
string
catalogContentSourceId
Required
catalogContentSourceId
string
sourceItemId
Required
sourceItemId
string
catalogContentSourceId
Required
catalogContentSourceId
Responses
200
OK
Returns SourceItem of type(s) application/json;version=39.0
{
"id": "string",
"name": "string",
"description": "string",
"itemType": "string",
"publisher": "string",
"logo": "string",
"summary": "string",
"categories": [
"string"
],
"screenshots": [
"string"
]
}
string
id
Required
id of the item.
string
name
Required
Name of the item.
string
description
Optional
description
string
itemType
Required
Type of the item. Supported types are VmSourceItem and HelmSourceItem
string
publisher
Optional
Publisher of this item.
string
logo
Optional
URL of the logo of this item.
string
summary
Optional
summary
array of string
categories
Optional
A list of categories of this item.
array of string
screenshots
Optional
A list of URLs of the screenshots.
404
Not Found
Operation doesn't return any data structure
Availability
Added in 40.0.0-alpha
Catalog Content Sources Operations
POST
Create Access Control Grant
POST
Create Catalog Content Source
DELETE
Delete Catalog Content Source
GET
Get Access Control Grant
GET
Get Catalog Content Source
GET
Get Source Item
GET
Get Source Item Eula
GET
Query Access Control Grants
GET
Query Catalog Content Sources
GET
Query Source Items
DELETE
Remove Access Control Grant
POST
Sync Catalog Content Source
PUT
Update Access Control Grant
PUT
Update Access Control Grants
PUT
Update Catalog Content Source