esx attestation raw config: info
The
info
structure contains information that describes the persistent user configuration.Representation:
{
"last_update_time" : "2015-01-01T22:13:05.651Z",
"configuration" : "YmluYXJ5",
"fingerprint" : "string"
}
"last_update_time" : "2015-01-01T22:13:05.651Z",
"configuration" : "YmluYXJ5",
"fingerprint" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
fingerprint | string | A configuration digest which can be used to uniquely identify the service configuration. Two service instances can be assumed to have the same configuration if their esx.attestation.raw_config.info.fingerprint fields match. |
last_update_time | date_time | The configuration last update time. |
Optional | ||
configuration | binary | An opaque configuration blob that represents the entire service persistent user configuration. This configuration blob can be provided to set in order to either restore a previous configuration, or to replicate configuration across instances in a cluster. Note that the configuration does not include private signing keys that are used to sign attestation reports. The signing keys cannot be replicated. Optional. unset when FULL is not specified. |