TrustedInfrastructureTrustAuthorityClustersAttestationOsEsxBaseImagesFilterSpec
The BaseImages.FilterSpec structure contains the data necessary for identifying a Trust Authority Host in a cluster.
Properties
Search criteria by ESX base image version version numbers. displayName if {@term.unset} return all ESX display version numbers.
Search criteria by health indicator. health if {@term.unset} return all health indicators.
Possible values are: NONE , OK , WARNING , ERROR
Search criteria by ESX base image version numbers. version if {@term.unset} return all ESX version numbers. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.os.esx.BaseImage. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.os.esx.BaseImage.
JSON Example
{
"display_name": [
"string"
],
"health": "enum",
"version": [
"string"
]
}