Power API

Please refer to your Cryptosat onboarding instructions for setup

Turn on specific Crypto Engines of the Flatsat

get

Turn on Crypto Engines based on their indices.

Query parameters
cestringRequired

Comma separated list of Crypto Engine indices to turn on. Examples: '0', '1,2,4', '3,2'

Example: 1,2
Responses
200
Operation was successful
application/json
get
GET /turn_on HTTP/1.1
Host: 0.0.0.0:8000
Accept: */*
{
  "message": "text"
}

Turn off specific Crypto Engines of the Flatsat

get

Turn off Crypto Engines based on their indices.

Query parameters
cestringRequired

Comma separated list of Crypto Engine indices to turn off. Examples: '0', '1,2,4', '3,2'

Example: 1,2
Responses
200
Operation was successful
application/json
get
GET /turn_off HTTP/1.1
Host: 0.0.0.0:8000
Accept: */*
{
  "message": "text"
}

Get the status of all Crypto Engines on the Flatsat

get

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