Get Nsx Validation By Name

Get Nsx Validation By Name

Get the validation results for a nsx.

Request
URI
GET
https://{api_host}/api/v2/nsxs/{name}/validation
COPY
Path Parameters
string
name
Required

The name of the nsx


Authentication
This operation uses the following authentication methods.
Responses
200

nsx_validation

Returns nsx_validation of type(s) application/json
{
    "certificate": {
        "hostname": "string",
        "pem": "string"
    },
    "dhcpProfiles": [
        {
            "description": "string",
            "display_name": "string",
            "id": "string"
        }
    ],
    "metadataProxies": [
        {
            "display_name": "string",
            "id": "string",
            "metadata_server_url": "string"
        }
    ],
    "nsxType": "string",
    "overlayTransportZones": [
        {
            "display_name": "string",
            "host_switch_name": "string",
            "id": "string",
            "transport_type": "string"
        }
    ],
    "routers": [
        {
            "display_name": "string",
            "id": "string",
            "router_type": "string"
        }
    ],
    "vlanTransportZones": [
        {
            "display_name": "string",
            "host_switch_name": "string",
            "id": "string",
            "transport_type": "string"
        }
    ]
}
certificate
Optional

certificate

dhcpProfiles
Required

The dhcp profiles.

metadataProxies
Required

The metadata proxies of the nsx.

string
nsxType
Required

The type of the nsx, nsxt|nsxp.

overlayTransportZones
Required

The overlay transport zones of the nsx.

array of router
routers
Required

The routers of the nsx.

vlanTransportZones
Required

The vlan transport zones of the nsx.


401
Operation doesn't return any data structure

404
Operation doesn't return any data structure