Check Trusted Cluster Health
You can use
the
to retrieve information about the health of the applied ServicesAppliedConfig
interface
from the
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.kms
,
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.attestation
,
and com.vmware.vcenter.trusted_infrastructure.trusted_clusters
packagesvSphere Trust Authority
component configurations
in a Trusted Cluster.- Verify that you have access to a workingvSphere Trust Authorityenvironment.
- Verify that you have Trusted Infrastructure administrative privileges.
You can retrieve basic and detailed information
about the health of Key Provider Service or Attestation Service configurations
applied to a Trusted Cluster with respect to the desired state. You can also
retrieve detailed information about the health of all applied
vSphere Trust Authority
component
configurations in a Trusted Cluster. - Retrieve a summary about the health status of all Key Provider Service instances configured for use in a Trusted Clusterby calling the.list_Task(java.lang.String cluster, ServicesAppliedConfigTypes.FilterSpec spec)method of theServicesAppliedConfiginterface from thecom.vmware.vcenter.trusted_infrastructure.trusted_clusters.kmspackageIf the operation is successful, you can verify whether all Key Provider Service configurations of the Trusted Cluster are applied successfully and every host in the cluster is consistent with the desired state.
- Retrieve detailed information about the health status of a specific Key Provider Service instance configured for use in a Trusted Clusterby calling the.get_Task(java.lang.String cluster, NetworkAddress address)method of theServicesAppliedConfiginterface from thecom.vmware.vcenter.trusted_infrastructure.trusted_clusters.kmspackageIf the operation is successful, you can verify whether the specified Key Provider Service configuration of the Trusted Cluster is applied successfully and every host in the cluster is consistent with the desired state.
- Retrieve a summary about the health status of all Attestation Service instances configured for use in a Trusted Clusterby calling the.list_Task(java.lang.String cluster, ServicesAppliedConfigTypes.FilterSpec spec)method of theServicesAppliedConfiginterface from thecom.vmware.vcenter.trusted_infrastructure.trusted_clusters.attestationpackageIf the operation is successful, you can verify whether all Attestation Service configurations of the Trusted Cluster are applied successfully and every host in the cluster is consistent with the desired state.
- Retrieve detailed information about the health status of a specific Attestation Service instance configured for use in a Trusted Clusterby calling the.get_Task(java.lang.String cluster, NetworkAddress address)method of theServicesAppliedConfiginterface from thecom.vmware.vcenter.trusted_infrastructure.trusted_clusters.attestationpackageIf the operation is successful, you can verify whether the specified Attestation Service configuration of the Trusted Cluster is applied successfully and every host in the cluster is consistent with the desired state.
- Retrieve detailed information about the health status of allvSphere Trust Authoritycomponents configured for use in a Trusted Clusterby calling the.get_Task(java.lang.String cluster)method of theServicesAppliedConfiginterface from thecom.vmware.vcenter.trusted_infrastructure.trusted_clusterspackageIf the operation is successful, you can verify whether thevSphere Trust Authoritycomponent configuration is applied successfully and every host in the cluster is consistent with the desired state.
If there are errors, you can try to remediate the Trusted Cluster. See Remediate a Trusted Cluster.