AviSiteStatus

AviSiteStatus
AviSiteStatus

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

JSON Example
{
    "connection_status": "string",
    "cluster_status": "string",
    "avi_id": "string",
    "avi_version": "string",
    "configuration_status": {
        "site_precheck_status": "string",
        "site_precheck_message": "string",
        "current_status": "string"
    },
    "conditions": [
        {
            "name": "string",
            "message": "string",
            "last_transition_time": "string",
            "state": "string"
        }
    ]
}
connection_status
Optional

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

Possible values are : HEALTHY, UNHEALTHY, UNKNOWN,
cluster_status
Optional

The status of the NSX cluster.

Possible values are : STABLE, DEGRADED, UNAVAILABLE,
string
avi_id
Optional

The id of the Avi VM.

string
avi_version
Optional

The current version of the Avi site.

configuration_status
Optional

The status of the last request configuration action.

conditions
Optional

These conditions contribute to the overall readiness of the site.

Availability