REST API - get

esx settings hosts software base image: get

Returns the desired base-image specification set for given host. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

GET https://{server}/api/esx/settings/hosts/{host}/software/base-image

Path Parameters

Name Type Description
Required
host string Identifier of the host.

Response:

HTTP Status Code: 200

Response Body Structure:

{
    "details"{
        "release_date""2015-01-01T22:13:05.651Z",
        "display_version""string",
        "display_name""string"
    },
    "version""string"
}

Headers:

None

Type:

Name Type Description
bold = required
- base_image_info Base-image specification.
-.details base_image_details Details about the base-image.

Optional. unset if base-image is not present in the depot.

-.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

Errors:

HTTP Status Code Type Description
500 error If there is unknown internal error. The accompanying error message will give more details about the failure.
404 not_found If there is no host associated with host in the system.
503 service_unavailable If the service is not available.
401 unauthenticated if the caller is not authenticated.
400 unsupported If the host is not a standlone host, but instead part of a cluster.