Get Default Vpc Connectivity Profile

Get Default Vpc Connectivity Profile

Retrieves default VPC connectivity profile for networking workloads running within the region and Organization specified by Regional Networking Setting.

Request
URI
GET
https://{api_host}/cloudapi/vcf/regionalNetworkingSettings/{settingId}/defaultVpcConnectivityProfile
COPY
Path Parameters
string
settingId
Required

settingId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VpcConnectivityProfile of type(s) application/json;version=40.0
{
    "name": "string",
    "externalCidrBlocks": "172.10.0.0/16,10.10.0.0/16",
    "serviceEdgeClusterRef": {
        "name": "string",
        "id": "string"
    },
    "qosConfig": {
        "ingressProfile": {
            "id": "string",
            "name": "string",
            "type": "string",
            "committedBandwidthMbps": 0,
            "burstSizeBytes": 0
        },
        "egressProfile": {
            "id": "string",
            "name": "string",
            "type": "string",
            "committedBandwidthMbps": 0,
            "burstSizeBytes": 0
        }
    }
}
string
name
Optional

Display name for the VPC Connectivity Profile.

string
externalCidrBlocks
Optional

Comma separated list of the external IP CIDRs which are available for use by the VPC.

object
serviceEdgeClusterRef
Optional

Entity reference used to describe VCD entities

object
qosConfig
Required

Represents the Ingress and Egress QoS config for a gateway.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/regionalNetworkingSettings/{settingId}/defaultVpcConnectivityProfile