Reconnect Pairing
Reconnect existing pairing to remote Site Recovery Manager server.
The ID of a pairing between this Site Recovery Manager server and remote one.
Remote Site Recovery Manager server spec to reconnect to.
Show optional properties
{
"pair_psc_info": {
"url": "string",
"port": 0,
"thumbprint": "string",
"username": "string",
"password": "string"
},
"pair_vc_guid": "string"
}
{
"pair_psc_info": {
"url": "string",
"port": 0,
"thumbprint": "string",
"username": "string",
"password": "string"
},
"pair_vc_guid": "string",
"pair_srm_thumbprint": "string",
"pair_srm_url": "string"
}
Details of a pair Platform Services Controller.
Server guid of the remote vCenter Server.
The expected thumbprint of the remote Site Recovery Manager. Used to match against the actual thumbprint of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute pair_srm_url has a meaningful value. Can be null when the remote Site Recovery Manager certificates are trusted.
The expected URL of the remote Site Recovery Manager. Used to match against the actual URL of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute pair_srm_thumbprint has a meaningful value. Can be null when the remote Site Recovery Manager certificates are trusted.
Reconnect pairing task.
"Task Object"
ID of the task.
Description of the task.
ID of the description of the task.
Entity the task is executed upon.
Name of the entity the task is executed upon.
Status of the task.
Detailed information about the error if the task status is ERROR.
Information about the task result if the task status is SUCCESS.
The current progress of the task, in percentage number.
The queued time of the task, in milliseconds.
The start time of the task, in milliseconds.
The complete time of the task, in milliseconds.
Bad request - the server cannot understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Not Found - server cannot find the requested in URL resource
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"pair_psc_info:"object","pair_vc_guid:"string"}' https://{api_host}/pairings/{pairing_id}/actions/reconnect