Esx.Settings.Clusters.Configuration.Plugins.GetBootstrapConfigResponse
The Esx.Settings.Clusters.Configuration.Plugins.GetBootstrapConfigResponse schema contains properties that detail the bootstrap configuration for a given solution.
Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Note: this schema is restricted for VMware internal use only.
{
"bootstrap_configs": {
"bootstrap_configs": [
"string"
]
}
}
The requested bootstrap configurations. The key is the component / group / key for the requested bootstrap configuration; the value is the list of JSON-encoded bootstrap configurations requested for that particular component / group / key.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.configuration.component.group.key. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.configuration.component.group.key.