Get Vdc Network Profile

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


Authentication
This operation uses the following authentication methods.
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