v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 Scale out Relay

Demote a relay to simple node

Demote a relay to a simple node.

post/scaleoutrelay/demote/{nodeId}

Path parameters

nodeIdstring uuid (or "root") required
Example:9a1773c9-0889-40b6-be89-f6504443ac1b

Id of the target node

Response

Demote to node response

action'demoteToNode' required

The id of the action

result'success' | 'error' required

Result of the request

datastring required

Success or error message

Example response

{
  "data": "17dadf50-6056-4c8b-a935-6b97d14b89a7"
}