TrustedInfrastructureTrustAuthorityClustersAttestationOsEsxBaseImagesInfo

The BaseImages.Info structure contains information that describes an ESX base image.


Properties

details Required

Details regarding the health. When the BaseImages.Health is not OK or NONE, this member will provide an actionable description of the issues present.


string
display_name Required

A unique ESX version formatted for display.


health Required

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: NONEOKWARNINGERROR


string as date-time
last_attested_time Optional

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"
}

Feedback

Was this page helpful?