InlineNsxManagerSite1
{
"site_type": "string",
"site_connection_info": {
"connection_type": "string",
"hostname": "string"
},
"site_name": "string",
"virtual_ip": "string",
"manager_hostname": "string",
"cluster_manager_ips": [
"string"
],
"status": {
"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"
}
]
}
}
Site type specifies what type of site the site is - NSX, SSP or AVI. For an NSX site, the value will always be NSX_MANAGER.
Details about how to connect to the site to be configured. Supports dynamic and static endpoint connection methods for License Hub deployments, but only dynamic connections for ATP deployments.
The name of the site. In the case of a NSX_MANAGER site, the name must match the name on NSX, if already configured. This site name is not editable after onboarding.
If virtual IP is configured on the NSX site, this is the virtual IP.
The FQDN of the NSX site, if FQDN is configured.
The list of all NSX manager ips in the cluster of the site that SSP will be communicating with.
Status object for the NSX site that provides details on the status of components and actions.