disguise developers

Local Machine API

GET localmachine

Summary

Get the status of the d3 host

URL

GET    /api/localmachine

Responses

Response Body

{
  "hostname": "hostname",
  "serial": "44150",
  "type": "vx4"
}

POST localmachine

Summary

Update with the status of the d3 host

URL

POST    /api/localmachine

Request Body

{
  "hostname": "hostname",
  "serial": "44150",
  "type": "vx4"
}

Responses

Response Body

{
  "message": "ok"
}