Retrieve vSphere Trust Authority Components InformationLast Updated December 16, 2024
vSphere Trust Authority
Components InformationYou can use
interfaces from the
to retrieve information about Attestation Service and Key Provider Service
instances running on hosts.com.vmware.vcenter.trusted_infrastructure.trust_authority_hosts
package- Verify that you have access to a workingvSphere Trust Authorityenvironment.
- Verify that you have Trusted Infrastructure administrative privileges.
You can use the retrieved information to connect to
the hosts running the
vSphere Trust Authority
components. - Retrieve detailed information, including the certificates, about the Attestation Service instance running on a Trust Authority Hostby calling the.get(java.lang.String host)method of theAttestationinterface
- List Trust Authority Hosts running an Attestation Service instance by using filtersby calling the.list(AttestationTypes.FilterSpec spec, AttestationTypes.SummaryType projection)method of theAttestationinterface
- Retrieve detailed information, including the certificates, about the Key Provider Service instance running on a Trust Authority Hostby calling the.get(java.lang.String host)method of theKmsinterface
- List Trust Authority Hosts running a Key Provider Service instance by using filtersby calling the.list(KmsTypes.FilterSpec spec, KmsTypes.SummaryType projection)method of theKmsinterface