POST ie/machine/keepalive

Controllo che il miniPC sia online e che sia possibile connettersi alle macchine. Restituisce anche un json di comunicazione quando sono presenti novità sulla configurazione e scarica la versione nuova.

Request Information

URI Parameters

None.

Body Parameters

KeepAlive
NameDescriptionTypeAdditional information
id

integer

None.

update_date

integer

None.

version

string

None.

log_size

integer

None.

log_date

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "update_date": 2,
  "version": "sample string 3",
  "log_size": 4,
  "log_date": 5
}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}