Snapservice. Sites Update$ Task
Repair the network connection between the two data protection sites, and/or the combined appliances.
Call this method when there are changes in VC or Data Protection Virtual Appliance FQDN/IP address, SSL certificate, or service account credentials.
If vCenter and Data Protection Virtual appliance certificates returned by Probe API are not trusted yet, respective certificate has to be accepted by the user and supplied as an input to this API.
The logged in interactive user must be a member of Administrators group on local site to execute the operation. The remote user must be a member of Administrators group on remote site too.
This operation was added in vSphere API 9.0.0.0.
Vmodl.Lang.ID existing remote site ID.
The parameter must be an identifier for the resource type: com.vmware.snapservice.site
.
Snapservice.Sites.UpdateSpec used to update the remote site connection info.
"Snapservice.Sites.UpdateSpec Object"
Success!
Vapi.Std.Errors.InvalidArgument If validation of spec fails.
Vapi.Std.Errors.Unsupported If the API is not supported.
"Vapi.Std.Errors.Error Object"
If the caller is not authenticated.
"Vapi.Std.Errors.Unauthenticated Object"
If the caller is not authorized to perform the operation.
"Vapi.Std.Errors.Unauthorized Object"
if site points to an unknown site.
"Vapi.Std.Errors.NotFound Object"
if there is any unknown internal error.
"Vapi.Std.Errors.Error Object"
if the system is unable to communicate with a service to complete the request.
"Vapi.Std.Errors.ServiceUnavailable Object"
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'