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
string
orgVdcId
Required
orgVdcId
Responses
200
OK
Returns VdcNetworkProfile of type(s) application/json;version=38.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"
}
}
Availability
Added in 32.0
Vdc Network Profile Operations
DELETE
Delete Vdc Network Profile
GET
Get Vdc Network Profile
PUT
Update Vdc Network Profile