NSX-T Data Center REST API
Re-establish an existing CSM VPN session in errored state. If the create of an CSM VPN session errored out and the state is DOWN, this call can be made. CSM will attempt to re-create any missing NSX entities and attempt to re-establish the session.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/csm/vpn/sessions/<session-id>?action=recreate
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
POST https://<nsx-csm>/api/v1/csm/vpn/sessions/9174ffd1-41b1-42d6-a28d-05c61a0698e2?action=recreateSuccessful Response:
Response Code:
                204 No Content
              Response Headers:
                  n/a
                Response Body:
    n/a
  