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
Responses
200
OK
Returns CrossVdcNetwork of type(s) application/json;version=39.0
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"
},
"status": {},
"errorMessage": "string"
}
404
The specified resource was not found
Returns Error of type(s) application/json;version=39.0
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Availability
Added in 31.0
Cross Vdc Network Operations
DELETE
Delete Cross Vdc Network
GET
Get Cross Vdc Network
POST
Sync Cross Vdc Network
PUT
Update Cross Vdc Network