Get Vdc Network Profile
Retrieves the vDC Network Profile.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vdcs/{orgVdcId}/networkProfile
COPY
Path Parameters
string
orgVdcId
Required
orgVdcId
Responses
200
OK
Returns
VdcNetworkProfile
of type(s)
application/json;version=39.1
{
"primaryEdgeCluster": {
"name": "string",
"id": "string"
},
"secondaryEdgeCluster": {
"name": "string",
"id": "string"
},
"servicesEdgeCluster": {
"edgeClusterRef": {
"name": "string",
"id": "string"
},
"backingId": "string"
},
"vdcNetworkSegmentProfileTemplateRef": {
"name": "string",
"id": "string"
},
"vappNetworkSegmentProfileTemplateRef": {
"name": "string",
"id": "string"
}
}
object
primaryEdgeCluster
Optional
Entity reference used to describe VCD entities
object
secondaryEdgeCluster
Optional
Entity reference used to describe VCD entities
object
servicesEdgeCluster
Optional
This represents the Edge Cluster to be used for network services. This can only be used to represent Edge Clusters managed by NSX-T.
object
vdcNetworkSegmentProfileTemplateRef
Optional
Entity reference used to describe VCD entities
object
vappNetworkSegmentProfileTemplateRef
Optional
Entity reference used to describe VCD entities
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/vdcs/{orgVdcId}/networkProfile
Availability
Added in 32.0
Vdc Network Profile Operations
GET
Get Vdc Network Profile
PUT
Update Vdc Network Profile
DELETE
Delete Vdc Network Profile