SspSiteStatus

SspSiteStatus
SSP Site Status

Status object for the SSP site that provides details on the status of components and actions.

JSON Example
{
    "connection_status": "string",
    "ssp_cluster_status": "string",
    "ssp_cluster_id": "string",
    "ssp_version": "string",
    "configuration_status": {
        "site_precheck_status": {
            "site_precheck_phase": "string",
            "site_precheck_state": "string",
            "site_precheck_results": [
                {
                    "precheck_name": "string",
                    "precheck_last_run_time": 0,
                    "precheck_result_status": "string",
                    "precheck_message": "string"
                }
            ]
        },
        "current_status": "string",
        "configuration_message": "string"
    },
    "conditions": [
        {
            "name": "string",
            "message": "string",
            "last_transition_time": 0,
            "state": "string"
        }
    ]
}
connection_status
Read-Only  

The current status of the connection between SSP and the NSX site.

Enumeration: HEALTHY, UNHEALTHY, UNKNOWN
ssp_cluster_status
Read-Only  

The status of the Site cluster.

Enumeration: STABLE, DEGRADED, UNAVAILABLE
string
ssp_cluster_id
Read-Only  

The cluster id of the SSP site.

string
ssp_version
Read-Only  

The current version of the SSP site.

configuration_status
Optional

The status of the last request configuration action.

conditions
Read-Only  

These conditions contribute to the overall readiness of the site.