Get Vpc Configuration

Get Vpc Configuration
Request
URI
GET
https://{api_host}/v1/nsxt-clusters/{nsxt-cluster-id}/vpc-configuration
COPY
Path Parameters
string
nsxt-cluster-id
Required

NSX cluster ID


Responses
200

OK

Returns VpcConfiguration of type(s) application/json
{
    "defaultTgwStatus": "One among: NOT_CONFIGURED, DTGW, CTGW, UNAVAILABLE"
}
string
defaultTgwStatus
Required

Default Transit Gateway status


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/v1/nsxt-clusters/{nsxt-cluster-id}/vpc-configuration