ASIC Sentry API Document (1.0.0)

Download OpenAPI specification:

Nguyen Vinh Linh: nguyenvinhlinh93@gmail.com

This is API document for ASIC Sentry serving Remote Relay Controller(RRC)

ASIC Miner

Get ASIC miner expected status

Authorizations:
rrc_serial_number

Responses

Response samples

Content type
application/json
{
  • "name": "Thanh Long",
  • "asic_expected_status": "on",
  • "light_expected_status": "on"
}

Post ASIC Miner log data

Authorizations:
None
Request Body schema: application/json
power_consumption
integer
power_consumption_uom
string

unit measurement of power consumption

Responses

Request samples

Content type
application/json
{
  • "power_consumption": 0,
  • "power_consumption_uom": "W"
}

Response samples

Content type
application/json
{
  • "message": "Invalid RRC_SERIAL_NUMBER"
}