TrustedInfrastructureTrustedClustersKmsServicesAppliedConfigSummary
The ServicesAppliedConfig.Summary structure contains basic information about the aggregated health status for a service.
Properties
The network address of the Key Provider Service configured for use in the Trusted Cluster.
The health value indicates whether the configuration applied to the cluster differs from the desired state.
The unique identifier of a Key Provider Service configuration from the desired state. If unset, this Key Provider Service is not registered within this vCenter and thus the applied configuration is not present in the desired state. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service.
JSON Example
{
"address": {
"hostname": "string"
},
"health": "enum"
}