Settings_Clusters_Configuration_Info

Settings_Clusters_Configuration_Info
Settings_Clusters_Configuration_Info

The Configuration.Info structure defines the information about configuration commit.

JSON Example
{
    "metadata": {
        "id": "string",
        "author": "string",
        "creation_time": "string"
    },
    "host_info": {
        "host_info": {
            "name": "string",
            "is_vsan_witness": false
        }
    },
    "config": "string"
}
metadata
Required

The Configuration.Metadata structure defines the metadata information about configuration commit.

object
host_info
Required

A mapping of BIOS UUIDs for every host in the cluster to information about that host. The host-specific/host-override sections of the configuration use BIOS UUIDs to identify hosts, so this information can be useful to get details about hosts mentioned there.

string
config
Required

Configuration specification associated with the commit, encoded as JSON.