Configure Trusted ESXi Builds on a Cluster Level
ESXi
Builds on a Cluster LevelYou can use
the
to manage trusted instances of BaseImages
interface from the
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.os.esx
packageESXi
software on a cluster level.- Verify that you have access to a workingvSphere Trust Authorityenvironment.
- Verify that you have Trusted Infrastructure administrative privileges.
You can import, list, remove, and retrieve details
about
ESXi
base images. - ImportESXimetadata as a new trusted base image to each host in avSphere Trust AuthorityClusterby calling the.importFromImgdb_Task(java.lang.String cluster, byte[] imgdb)method of theBaseImagesinterface
- Retrieve a list of trustedESXibase images in avSphere Trust AuthorityClusterby calling the.list_Task(java.lang.String cluster, BaseImagesTypes.FilterSpec spec)method of theBaseImagesinterface
- Remove anESXibase image that should no longer be trusted from avSphere Trust AuthorityClusterby calling the.delete_Task(java.lang.String cluster, java.lang.String version)method of theBaseImagesinterface
- Retrieve details about a trustedESXibase image version in avSphere Trust AuthorityClusterby calling the.get_Task(java.lang.String cluster, java.lang.String version)method of theBaseImagesinterface