List Depot Content Base Images
Released in v7.0.0 DescriptionReturns a list of currently available base-images in the depot. if you do not have all of the privileges described as follows: - Operation execution requires VcIntegrity.lifecycleSettings.Read.
Request
URLURL
Query Parameters
Query Parameters
Header Parameters
Header Parameters
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response BodyResponse Body
array
of
SettingsDepotContentBaseImagesSummary
of type application/json
List of base-images in the depot. These will be sorted by the version of the base-image.
{
"category": "enum",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"version": "string"
}
Category of the base-image.
Possible values are:
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.