v1

latestOpenAPI 3.0.1Blue Oak Model License 1.0.02026-07-1764634.1 KB

JSON-RPC endpoint

All RPC commands are sent as POST requests to this endpoint. The route field in the request body determines which command is executed.

See the individual route descriptions below for details on each command.

post/

Request body

type1 required

Message type (1 = request).

routestring required

The RPC command route name.

idinteger required

Request ID for matching responses.

{"stackTrail":"components:schemas:RPCRequest:properties:payload","oasType":"schema","type":"unknown","description":"Typed JSON object for the route's parameters. Null or omitted for no-param routes."}

Response

JSON-RPC response

type2

Message type (2 = response).

idinteger

ID matching the request.

All 64 operations