TrustedInfrastructureTrustAuthorityClustersAttestationOsEsxBaseImagesInfo
The BaseImages.Info structure contains information that describes an ESX base image.
Properties
array of
StdLocalizableMessage
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
A health indicator which indicates whether each host in the cluster has this version of the ESX base image.
JSON Example
{
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"display_name": "string",
"health": "enum"
}