Rigs API

Endpoints to manage rigs

Get list of rigs

GET /rigs

Request

Headers

Host: example.org
Cookie: 

Route

GET /rigs

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: text/html; charset=utf-8
ETag: W/"6193208465a4ad7f9310439044ada591"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 8bfd5cb8-5594-4d94-86c9-5a4c849c6c35
X-Runtime: 0.005505
Vary: Origin
Content-Length: 710

Status

200 OK

Body

<html>
<head>
  <meta http-equiv="refresh" content="60">
</head>
<body>
<table>
  <tr>
    <th>ID</th>
    <th>LAN IP</th>
    <th></th>
    <th>Branch (version)</th>
  </tr>
  <tr>
  <td><font color="green">&#9212;</font><b>0360</b></td>
  <td><a href='http://143.134.236.5'>143.134.236.5</a></td>
  <td><a href='http://0360.gc2.geocam.xyz'>zerotier</a></td>
  <td>master(420)</td>
  <td>less than a minute</td>
  <td></td>
</tr><tr>
  <td><font color="green">&#9212;</font><b>0790</b></td>
  <td><a href='http://205.103.24.201'>205.103.24.201</a></td>
  <td><a href='http://0790.gc2.geocam.xyz'>zerotier</a></td>
  <td>master(420)</td>
  <td>less than a minute</td>
  <td></td>
</tr>
</table>
</body>
</html>