NsxSiteStatus

NsxSiteStatus
Site Status

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

JSON Example
{
    "connection_status": "string",
    "infrastructure_sync_agent_status": {
        "status": "string",
        "last_transition_time": 0
    },
    "inventory_sync_agent_status": {
        "status": "string",
        "last_transition_time": 0
    },
    "cluster_status": "string",
    "nsx_cluster_id": "string",
    "nsx_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
infrastructure_sync_agent_status
Optional

The status object for an agent running on the NSX Manager.

inventory_sync_agent_status
Optional

The status object for an agent running on the NSX Manager.

cluster_status
Read-Only  

The status of the Site cluster.

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

The cluster id of the NSX site.

string
nsx_version
Read-Only  

The current version of the NSX 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.