SettingsDepotContentBaseImagesVersionsInfo
The Versions.Info structure defines the information regarding a base-image.
Properties
Category of the base-image.
Possible values are: SECURITY , ENHANCEMENT , BUGFIX
List of components in this base-image.
Discription of the base-image.
Display name of the base-image.
Human readable version of the base-image.
Link to kb article related to this the base-image.
Release date of the base-image.
Summary of the base-image.
Version of the base-image. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.base_image. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.base_image.
JSON Example
{
"category": "enum",
"components": [
{
"display_name": "string",
"display_version": "string",
"name": "string",
"version": "string"
}
],
"description": "string",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"version": "string"
}