TrustedInfrastructureTrustAuthorityClustersAttestationOsEsxBaseImagesInfo
The BaseImages.Info structure contains information that describes an ESX base image.
Properties
Details regarding the health. When the BaseImages.Health is not OK or NONE, this member will provide an actionable description of the issues present.
A unique ESX version formatted for display.
The BaseImages.Health enumerated type is indicator for the consistency of the hosts status in the cluster.
NONE : No status available.
OK : Each host in the cluster is in consistent state with the rest hosts in the cluster.
WARNING : Attestation is funtioning, however there is an issue that requires attention.
ERROR : Not all hosts in the cluster are in consistent state.
Possible values are: NONE , OK , WARNING , ERROR
The last time that an attestation completed successfully using this ESX base image. If unset, then there is no known last attestation time using this ESX base image.
JSON Example
{
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"display_name": "string",
"health": "NONE"
}