Esx.Settings.Clusters.Configuration.AvailableValues.PathInfo

Esx.Settings.Clusters.Configuration.AvailableValues.PathInfo
Esx.Settings.Clusters.Configuration.AvailableValues.PathInfo

The Esx.Settings.Clusters.Configuration.AvailableValues.PathInfo schema contains available values for a path.

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.

JSON Example
{
    "cluster_values": "string",
    "host_values": {
        "host_values": "string"
    },
    "status": "string",
    "error": {
        "type": "string",
        "id": "string",
        "time": "string",
        "message": "Vapi.Std.LocalizableMessage Object",
        "resolution": "Vapi.Std.LocalizableMessage Object",
        "originator": "string",
        "retriable": false
    }
}
string
cluster_values
Optional

Available values for cluster configurations.

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.Clusters.Configuration.AvailableValues.PathInfo.Status.OK.

object
host_values
Optional

Available values per host for host specific configurations.

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.Clusters.Configuration.AvailableValues.PathInfo.Status.OK.

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: HostSystem. 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: HostSystem.

string
status
Required

Status for an input path.

Possible values:

  • OK: The operation completed successfully.
  • ERROR: The operation encountered failed due to an error.

For more information see: Esx.Settings.Clusters.Configuration.AvailableValues.PathInfo.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.

error
Optional

Notifications for an input path.

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.Clusters.Configuration.AvailableValues.PathInfo.Status.ERROR.