Settings_Clusters_Configuration_SchemaResult

Settings_Clusters_Configuration_SchemaResult
Settings_Clusters_Configuration_SchemaResult

The SchemaResult structure contains fields that describe the configuration schema associated with the cluster.

JSON Example
{
    "source": "string",
    "schema": "string",
    "reference_host": {
        "status": "string",
        "host": "string",
        "name": "string",
        "summary": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": {
                        "id": "string",
                        "params": {
                            "params": "Std_LocalizationParam Object"
                        }
                    },
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    }
}
source
Optional

The possible sources of the schema.
IMAGE_PROFILE : The schema was derived from a VLCM image profile.
HOST : The schema was extracted from a reference host.

string
schema
Required

The configuration schema associated with the cluster.

reference_host
Optional

The ReferenceHostInfo structure contains fields that describe the host that was used as a reference for generating the schema.