Esx Settings DepotContent AddOns Versions Info

Esx Settings DepotContent AddOns Versions Info
Esx Settings DepotContent AddOns Versions Info

The Esx Settings DepotContent AddOns Versions Info schema defines the information regarding a OEM add-on version.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "display_name": "string",
    "vendor": "string",
    "display_version": "string",
    "summary": "string",
    "description": "string",
    "category": "string",
    "kb": "string",
    "release_date": "string",
    "components": [
        {
            "name": "string",
            "display_name": "string",
            "version": "string",
            "display_version": "string"
        }
    ],
    "removed_components": [
        {
            "name": "string",
            "display_name": "string"
        }
    ]
}
string
display_name
Required

Display name of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
vendor
Required

Vendor of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
summary
Required

Summary of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
description
Required

Discription of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
category
Required

Category of the OEM add-on.

For more information see: Esx Settings DepotContent AddOns Versions CategoryType.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
kb
Required

Link to kb article related to this the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
release_date
Required

Release date of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

components
Required

List of components in this OEM add-on.

This property was added in vSphere API 7.0.0.0.

removed_components
Required

List of components removed by this OEM add-on.

This property was added in vSphere API 7.0.0.0.