SourceItem

SourceItem
SourceItem

Definition of an item browsed from a registered remote catalog content source.

JSON Example
{
    "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.

Availability
Added in 39.0.0-alpha
Returned By