REST API - get-task

vcenter trusted infrastructure trust authority clusters attestation os esx base images: get-task

Get the trusted ESX base version details. This operation was added in vSphere API 7.0.0.0.

Request:

HTTP request

GET https://{server}/api/vcenter/trusted-infrastructure/trust-authority-clusters/{cluster}/attestation/os/esx/base-images/{version}

?vmw-task=true

Path Parameters

Name Type Description
Required
cluster string The id of the cluster on which the operation will be executed.
version string The ESX base image version.

Response:

HTTP Status Code: 202

Response Body Structure:

"obj-103"

Headers:

None

Type:

Name Type Description
bold = required
- string The version info.

Errors:

HTTP Status Code Type Description
500 error if there is a generic error.
400 invalid_argument if the version is invalid or the cluster id is empty.
404 not_found if the version or cluster is not found.
401 unauthenticated if the caller is not authenticated.