Sync Vdc Group

Sync Vdc Group

Sync/repair the vDC group. An example usage is to detect if a vDC still exists/is valid. If an Organization vDC referenced by the VDC group is deleted or if it is not participating in universal networking, it's status will be updated to OBJECT_NOT_FOUND and the vdc group will be marked as NOT_REALIZED. This will also initiate a sync of associated router, if any. The router entities like egress points and universal routes will also be marked as NOT_REALIZED if they reference the removed Organization vDC.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/vdcGroups/{vdcGroupId}/sync
COPY
Path Parameters
string
vdcGroupId
Required

vdcGroupId

string
vdcGroupId
Required

vdcGroupId


Authentication
This operation uses the following authentication methods.
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

404

The specified resource was not found

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

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace