Skip to content

Retrieve the full IPsec daemon status

Request

Executes ipsec statusall on the node and streams the output. Use ?wait=1 to block and receive the full status text.


Requires nodes::service:ipsec-statusall or nodes::remote-execute permission.

Security
JWTAuthorizer
Path
nodeIDstringrequired

Node ID

Query
waitinteger

Pass 1 to block until the node responds and return its output.

Value:1
curl -i -X POST \
  'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/ipsec-statusall?wait=1' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
boolean
Response
true