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

string
crossVdcNetworkId
Required

crossVdcNetworkId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CrossVdcNetwork of type(s) application/json;version=37.2
This response body class contains all of the following: Network , 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"
    },
    "errorMessage": "string"
}

404

The specified resource was not found

Returns Error of type(s) application/json;version=37.2
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace