Esx Settings AddOnInfo
Esx Settings AddOnInfo
The Esx Settings AddOnInfo schema contains information that describe a specific OEM customization add-on.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"details": {
"display_name": "string",
"vendor": "string",
"display_version": "string"
},
"name": "string",
"version": "string"
}
details
Optional
Details about the add-on.
This property was added in vSphere API 7.0.0.0.
missing or null
if add-on is not present in the depot.
string
name
Required
Name of the add-on
This property was added in vSphere API 7.0.0.0.
string
version
Required
Version of the add-on
This property was added in vSphere API 7.0.0.0.
Returned By