Power API
Please refer to your Cryptosat onboarding instructions for setup
Turn on Crypto Engines based on their indices.
Query parameters
cestringRequiredExample:
Comma separated list of Crypto Engine indices to turn on. Examples: '0', '1,2,4', '3,2'
1,2
Responses
200
Operation was successful
application/json
400
Invalid input
application/json
get
GET /turn_on HTTP/1.1
Host: 0.0.0.0:8000
Accept: */*
{
"message": "text"
}
Turn off Crypto Engines based on their indices.
Query parameters
cestringRequiredExample:
Comma separated list of Crypto Engine indices to turn off. Examples: '0', '1,2,4', '3,2'
1,2
Responses
200
Operation was successful
application/json
400
Invalid input
application/json
get
GET /turn_off HTTP/1.1
Host: 0.0.0.0:8000
Accept: */*
{
"message": "text"
}
Retrieve the current status of all the Crypto Engines.
Responses
200
Status retrieved successfully
application/json
get
GET /status HTTP/1.1
Host: 0.0.0.0:8000
Accept: */*
200
Status retrieved successfully
{
"status": {
"ANY_ADDITIONAL_PROPERTY": {
"is_on": true,
"alias": "text"
}
}
}
UI Dashboard
At your disposal is a simple GUI dashboard for monitoring and controlling power supply

Last updated