Get the status of the d3 host
GET /api/localmachine
{
"hostname": "hostname",
"serial": "44150",
"type": "vx4"
}
Update with the status of the d3 host
POST /api/localmachine
{
"hostname": "hostname",
"serial": "44150",
"type": "vx4"
}
Response Body
{
"message": "ok"
}