node
Generate and activate an ephemeral key (ePSKc).
Generates a new 9-digit Thread Administration Passcode (TAP) and starts listening for an external commissioner candidate to connect using it. The ephemeral key feature must first be enabled with a PUT request to /node/ba-epskc/state.
post/node/ba-epskc/key
Request body
Example request
{
"lifetime": 120000,
"port": 49152
}Response
Successful operation
Example response
{
"tap": "123456789",
"port": 49152
}