π οΈThunderEngine API
This endpoint allows you to create a new node.
Name of the node.
Node created successfully
Validation error
Internall server error
This endpoint destroys a node by its identifier.
Unique identifier of the node to be destroyed.
Node destroyed successfully
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
Internall server error
This endpoint allows you to upgrade a node.
The unique identifier of the node.
Node upgraded successfully
Validation error
Internall server error
This endpoint allows you to Update node settings.
Node Updated successfully
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.
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.
Invalid request parameters.
Node or task not found.
Last updated