Get VDC Network Profile
DescriptionRetrieves the vDC Network Profile.
Request
URLURL
Path Parameters
Path Parameters
Authentication
Response
Response BodyResponse Body
200 OK
{
"primaryEdgeCluster": {
"id": "string",
"name": "string"
},
"secondaryEdgeCluster": {
"id": "string",
"name": "string"
},
"servicesEdgeCluster": {
"backingId": "string",
"edgeClusterRef": {
"id": "string",
"name": "string"
}
},
"vappNetworkSegmentProfileTemplateRef": {
"id": "string",
"name": "string"
},
"vdcNetworkSegmentProfileTemplateRef": {
"id": "string",
"name": "string"
}
}
The Edge Cluster where the primary appliance for an NSX-V Edge Gateway will be deployed.
The Edge Cluster where the secondary appliance for an NSX-V Edge Gateway will be deployed if HA is enabled on the Edge.
The Edge Cluster where the DHCP server profile will be stored for NSX-T networks using NETWORK mode DHCP.
The vApp Network Segment Profile Template that is to be used when any new vApp Network is created under this VDC. Setting this will override any global level vApp Network Segment Profile Template. This field is only applicable for NSX-T Org vDC’s.
The Org vDC Network Segment Profile Template that is to be used when any new Org vDC Network is created under this VDC. Setting this will override any global level Org vDC Network Segment Profile Template. This field is only applicable for NSX-T Org vDC’s.