Cloud Service Manager >
VPN
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=recreate
Successful Response:
Response Code:
204 No Content
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
Feature:
csm_vpn
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable