TrustedInfrastructureTrustedClustersAttestationServicesAppliedConfigSummary

The ServicesAppliedConfig.Summary structure contains basic information about the aggregated health status for a service.


Properties

address Required

The network address of the Attestation Service configured for use in the Trusted Cluster.


health Required

The ServicesAppliedConfig.Health enumerated type is an indicator for the consistency of the applied Attestation Service configuration in a cluster with respect to the desired state.
NONE : The consistency of the applied configuration is unknown.
OK : The applied Attestation Service configuration is consistent with the desired state.
ERROR : The applied Attestation Service configuration has diverged from the desired state.

Possible values are: NONEOKERROR


string
service Optional

The unique identifier of an Attestation Service configuration from the desired state. If unset, this Attestation 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.attestation.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.attestation.Service.

JSON Example

{
	"address": {
		"hostname": "string"
	},
	"health": "NONE"
}

Feedback

Was this page helpful?