VLR/VR REST API call fails - Create Lspp Url Failed
search cancel

VLR/VR REST API call fails - Create Lspp Url Failed

book

Article ID: 386840

calendar_today

Updated On:

Products

VMware Live Recovery

Issue/Introduction

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"
}

 

Environment

Live Site Recovery - 9.x

REST API v2

 

Cause

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": ""
}

.

Resolution

Additional Information