esx settings: base image info
The
base_image_info
structure contains information that describe a specific ESX base-image.Representation:
{
"details" : {
"release_date" : "2015-01-01T22:13:05.651Z",
"display_version" : "string",
"display_name" : "string"
},
"version" : "string"
}
"details" : {
"release_date" : "2015-01-01T22:13:05.651Z",
"display_version" : "string",
"display_name" : "string"
},
"version" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
details.display_name | string | Display name of the base-image. |
details.display_version | string | Human readable version of the base-image. |
details.release_date | date_time | Release date of the base-image. |
version | string | Version of the base-image |
Optional | ||
details | base_image_details | Details about the base-image. Optional. unset if base-image is not present in the depot. |