Hosts_BaseImageInfo
Hosts_BaseImageInfo
The BaseImageInfo structure contains fields that describe a specific ESX base-image in the software solution.
JSON Example
{
"version": "string",
"display_name": "string",
"display_version": "string",
"release_date": "string"
}
string
version
Required
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.hosts.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.hosts.base_image.
string
display_name
Required
Display name of the base-image.
string
display_version
Required
Human readable version of the base-image.
string As date-time
release_date
Required
Release date of the base-image.