latestOpenAPI 3.0.3BSD 3-Clauseraw.githubusercontent.com2026-08-214532102.7 KB

7996e8479177

node

Get the status of the Border Agent ephemeral key (ePSKc) session.

get/node/ba-epskc/key

Response

Successful operation

state'disabled' | 'stopped' | 'started' | 'connected' | 'accepted'

The Border Agent ephemeral key session state.

portinteger

The UDP port used by the ephemeral key session, if active.

Example response

{
  "state": "started",
  "port": 49152
}