POST ie/machine/log/{id}
Acquisisce un singolo Log macchina
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
MachineLog| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | string |
None. |
|
| dateTime | integer |
None. |
|
| data | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"machineId": "sample string 1",
"dateTime": 2,
"data": {}
}
Response Information
Resource Description
None.