π οΈThunderEngine API
This endpoint allows you to create a new node.
Name of the node.
Node created successfully
A message describing the outcome of the action.
Validation error
Internall server error
This endpoint destroys a node by its identifier.
Unique identifier of the node to be destroyed.
Node destroyed successfully
Confirmation message indicating the node was destroyed.
Validation error or node not found
Returns details of a specific node by node ID.
The unique identifier of the node.
Details of the node
Invalid node ID supplied
Node not found
Returns public key for webhook verification.
success response
public key.
Internall server error
Returns a latest RLN image version.
A list of nodes
A letest RLN image version.
Internall server error
This endpoint allows you to upgrade a node.
The unique identifier of the node.
Node upgraded successfully
A message describing the outcome of the action.
Validation error
Internall server error
This endpoint allows you to Update node settings.
Node Updated successfully
A message describing the outcome of the action.
Validation error
Internal
Start a Node
The unique identifier of the node.
Start a Node initiated successfully.
Invalid request parameters.
Node not found.
Stop a Node
The unique identifier of the node.
Stop a Node initiated successfully.
Invalid request parameters.
Node not found.
Initiates an export of logs for a specified node.
The unique identifier of the node.
Log export initiated successfully.
The task ID for tracking the log export process.
Invalid request parameters.
Node not found.
Retrieves the download URLs for logs related to a specific task ID.
The unique identifier of the node.
The task ID associated with the log export.
List of log download URLs retrieved successfully.
An array of download URLs for the logs.
Invalid request parameters.
Node or task not found.
Last updated