Create Vdc Group
Creates a vDC Group. A universal router will also be created if universalNetworkingEnabled is set to true.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/vdcGroups
COPY
Request Body
VdcGroup
of type(s)
application/json
Optional
Show optional properties
{
"orgId": "string",
"name": "string",
"participatingOrgVdcs": [
{
"vdcRef": {}
}
]
}
{
"id": "string",
"orgId": "string",
"name": "string",
"description": "string",
"localEgress": false,
"participatingOrgVdcs": [
{
"id": "string",
"vdcRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"siteRef": {
"name": "string",
"id": "string"
},
"networkProviderScope": "string",
"faultDomainTag": "string",
"remoteOrg": false,
"status": {}
}
],
"participatingOrgVdcCount": 0,
"universalNetworkingEnabled": false,
"networkPoolUniversalId": "string",
"networkPoolId": "string",
"status": {},
"type": "string",
"networkProviderType": "string",
"dfwEnabled": false,
"errorMessage": "string",
"networkingTenancyEnabled": false
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
400
Invalid configuration.
Returns
Error
of type(s)
*/*;version=39.1
"Error Object"
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","orgId:"string","participatingOrgVdcs":["object"]}' https://{api_host}/cloudapi/1.0.0/vdcGroups