Error when trying to reconnect sites using REST API /pairings/{pairing_id}/actions/reconnect - Reconnect existing pairing to remote Site Recovery Manager server.
{
"error_code": "2.1.5",
"message": "Create Lspp Url Failed",
"op_id": "xxxxxxxxxxxxxxx"
}
Live Site Recovery - 9.x
REST API v2
This issue can be caused if the URLs of the VC ("pair_psc_info") are invalid
PairingSpec config file
{
"pair_psc_info": {
"password": "",
"port": 0,
"thumbprint": "",
"url": "fqdn",
"username": ""
},
"pair_srm_thumbprint": "",
"pair_srm_url": "fqdn",
"pair_vc_guid": ""
}
.
Recommended to use the FQDN of vCenter and SRM in PairingSpec config file
https://developer.broadcom.com/xapis?tab=Compute%2520Virtualization APIs Broadcom Developer Documentation
https://developer.broadcom.com/xapis/vrms-appliance-config-api/2.0.0/ for Configure VR
https://developer.broadcom.com/xapis/vsphere-replication-api/latest/ for operational VR
https://developer.broadcom.com/xapis/srm-appliance-config-api/2.0.0/ for Configure SRM
https://developer.broadcom.com/xapis/vmware-site-recovery-manager-rest-api-gateway/latest/ for operational SRM