cluster_status

cluster_status
cluster_status

A ClusterStatus represents OpenStack deployment

JSON Example
{
    "endpoints": {
        "hostname": "string",
        "private_vip": "string",
        "public_vip": "string"
    },
    "ha_enabled": false,
    "ip_access_enabled": false,
    "nodes": [
        {
            "ip": "string",
            "name": "string",
            "role": "string",
            "status": "string"
        }
    ],
    "services": [
        {
            "desired": 0,
            "group": "string",
            "name": "string",
            "ready": 0
        }
    ],
    "status": "string"
}
endpoints
Required

endpoints

boolean
ha_enabled
Required

The HA enabled flag.

boolean
ip_access_enabled
Required

The ip access enabled flag.

nodes
Required

The nodes of cluster.

services
Required

The services of cluster.

string
status
Required

The status of the cluster.