Esx.Settings.Clusters.Configuration.Plugins.GetBootstrapConfigRequest
Represents the input structure for the Esx.Settings.Clusters.Configuration.Plugins.Operation.GET_BOOTSTRAP_CONFIG operation.
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.
{
"configs": {
"configs": [
{
"filter": {
"filter": "string"
}
}
]
}
}
The requested bootstrap configurations. The key is the component / group / key for the requested bootstrap configuration; the value is the list of specifications of the desired bootstrap configurations 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.