InlineNsxManagerSite1

InlineNsxManagerSite1
InlineNsxManagerSite1
JSON Example
{
    "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"
            }
        ]
    }
}
string As ^NSX_MANAGER$
site_type
Required  
Constraints: default: NSX_MANAGER

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.

site_connection_info
Required  

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.

string
site_name
Required  

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.

string
virtual_ip
Read-Only  

If virtual IP is configured on the NSX site, this is the virtual IP.

string
manager_hostname
Read-Only  

The FQDN of the NSX site, if FQDN is configured.

array of string
cluster_manager_ips
Optional

The list of all NSX manager ips in the cluster of the site that SSP will be communicating with.

status
Read-Only  

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