Get Cross Vdc Network

Get Cross Vdc Network

Retrieves a specific Cross vDC network.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/crossVdcNetworks/{crossVdcNetworkId}
COPY
Path Parameters
string
crossVdcNetworkId
Required

crossVdcNetworkId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CrossVdcNetwork of type(s) application/json;version=39.1
This response body class contains all of the following: InlineCrossVdcNetwork0 , InlineCrossVdcNetwork1
{
    "id": "string",
    "name": "string",
    "description": "string",
    "subnets": {
        "values": [
            {
                "gateway": "string",
                "prefixLength": 0,
                "dnsSuffix": "string",
                "dnsServer1": "string",
                "dnsServer2": "string",
                "ipRanges": {
                    "values": [
                        {
                            "startAddress": "string",
                            "endAddress": "string"
                        }
                    ]
                },
                "enabled": false,
                "totalIpCount": 0,
                "usedIpCount": 0
            }
        ]
    },
    "vdcGroupRef": {
        "name": "string",
        "id": "string"
    },
    "routerRef": {
        "name": "string",
        "id": "string"
    },
    "status": {},
    "errorMessage": "string"
}

404

The specified resource was not found

Returns Error of type(s) application/json;version=39.1
"Error Object"
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/crossVdcNetworks/{crossVdcNetworkId}