NsxSiteStatus
NsxSiteStatus
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": "string"
},
"inventory_sync_agent_status": {
"status": "string",
"last_transition_time": "string"
},
"cluster_status": "string",
"nsx_cluster_id": "string",
"nsx_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,
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
Optional
The status of the NSX cluster.
Possible values are :
STABLE,
DEGRADED,
UNAVAILABLE,
string
nsx_cluster_id
Optional
The cluster id of the NSX site.
string
nsx_version
Optional
The current version of the NSX 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