NSX-T Data Center REST API

Read NSX Edge Ipsec VPN service status

Checks the status of iked process on the Edge.
If iked process is running, returns "running",
returns "stopped" otherwise.

Request:

Method:
GET
URI Path(s):
/api/v1/transport-nodes/<transport-node-id>/node/services/ipsecvpn/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<ip>/api/v1/node/services/ipsecvpn/status

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeServiceStatusProperties+

Example Response:

{ "_schema": "NodeServiceStatusProperties", "_self": { "href": "/node/services/ipsecvpn/status", "rel": "self" }, "pids": [ 21661 ], "runtime_state": "running" }

Required Permissions:

read

Feature:

system_administration

Additional Errors: