Get Nsx Validation By Name
Get the validation results for a nsx.
Request
URI
GET
https://{api_host}/nsxs/{name}/validation
COPY
Path Parameters
string
name
Required
The name of the nsx
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"
}
]
}
object
certificate
Optional
A NsxCertificate of nsx manager
array of
object
dhcpProfiles
Required
The dhcp profiles.
array of
object
metadataProxies
Required
The metadata proxies of the nsx.
string
nsxType
Required
The type of the nsx, nsxt|nsxp.
array of
object
overlayTransportZones
Required
The overlay transport zones of the nsx.
array of
object
routers
Required
The routers of the nsx.
array of
object
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/nsxs/{name}/validation