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
Constraints: minLength: 0 maxLength: 256

Name of the item.

string
description
Optional
Constraints: minLength: 0 maxLength: 10000

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
Constraints: minLength: 0 maxLength: 5000

summary

array of string
categories
Optional

A list of categories of this item.

array of string
screenshots
Optional
Constraints: maxItems: 10

A list of URLs of the screenshots.

Returned By