Esx.Settings.Internal.BootstrapConfiguration.UpdateResult
The (@name UpdateResult} (@term Structure} contains the result of the com.vmware.esx.settings.internal.bootstrap-configuration#update API. Validation errors are populated if the API fails.
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.
{
"status": "string",
"validation_errors": [
{
"path": "string",
"display_path": [
"string"
],
"messages": [
"Vapi.Std.LocalizableMessage Object"
]
}
]
}
Describes the status of the operation.
Possible values:
- SUCCESS: The operation was successful.
- FAILURE: The operation failed.
For more information see: Esx.Settings.Internal.BootstrapConfiguration.UpdateResult.Status.
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.
The API will fail if errors are found during validation of the input. This field will contain all the validation errors.
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.
This property is optional and it is only relevant when the value of status is Esx.Settings.Internal.BootstrapConfiguration.UpdateResult.Status.FAILURE.