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
}

Changes

Changed in 1 of the 20 revisions of this API.1