SspSiteStatus
SspSiteStatus
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": "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,
ssp_cluster_status
Optional
The status of the NSX cluster.
Possible values are :
STABLE,
DEGRADED,
UNAVAILABLE,
string
ssp_cluster_id
Optional
The cluster id of the SSP site.
string
ssp_version
Optional
The current version of the SSP site.
configuration_status
Optional
The status of the last request configuration action.
array of
SiteCondition
conditions
Optional
These conditions contribute to the overall readiness of the site.
Availability