Settings_Clusters_Configuration_ReferenceHostInfo

Settings_Clusters_Configuration_ReferenceHostInfo
Settings_Clusters_Configuration_ReferenceHostInfo

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

JSON Example
{
    "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"
    }
}
status
Required

The status of the reference host.
OK : The reference host is in the cluster and connected.
DISCONNECTED : The reference host is in the cluster, but disconnected.
UNAVAILABLE : There is no reference host or it is no longer in the cluster.

string
host
Optional

The ID of the reference host. This field is optional and it is only relevant when the value of ReferenceHostInfo.status is one of OK or DISCONNECTED. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: HostSystem. When operations return a value of this structure as a result, the field will be an identifier for the resource type: HostSystem.

string
name
Optional

The name of the reference host. This field is optional and it is only relevant when the value of ReferenceHostInfo.status is one of OK or DISCONNECTED.

summary
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.