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.
{
"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"
}
]
}
Display name of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Vendor of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Human readable version of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Summary of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Discription of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
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.
Link to kb article related to this the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Release date of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
List of components in this OEM add-on.
This property was added in vSphere API 7.0.0.0.
List of components removed by this OEM add-on.
This property was added in vSphere API 7.0.0.0.