SettingsClustersConfigurationInfo
The Configuration.Info structure defines the information about configuration commit.
Properties
string
config
Required
Configuration specification associated with the commit, encoded as JSON.
map of
SettingsHostInfo
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.
JSON Example
{
"config": "string",
"host_info": {
"key": {
"name": "string"
}
},
"metadata": {
"author": "string",
"creation_time": "string",
"id": "string"
}
}