vcenter hvc links sync providers: start

Initiates synchronization between the local and remote replicas for the sync provider. Warning: This operation is available as technical preview. It may be changed in a future release.

Request:

HTTP request

POST https://{server}/rest/hvc/links/{link}/sync/providers/{provider}?action=start

Path Parameters

Name Type Description
Required
link string Unique identifier of the link.
provider string Unique identifier representing the sync provider.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
500 error If sync fails.
404 not_found If the link associated with link does not exist If the provider associated with provider is not registered for sync
403 unauthorized If the user is not authorized to perform this operation.
400 resource_busy If a sync is already running.