GET ie/machine/configs/{id}
Ottiene tutte le configurazione delle macchine presenti nel database
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MachineConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | string |
None. |
|
| protocol | string |
None. |
|
| ipAddress | string |
None. |
|
| port | integer |
None. |
|
| configuration | Object |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"machineId": "sample string 1",
"protocol": "sample string 2",
"ipAddress": "sample string 3",
"port": 4,
"configuration": {}
},
{
"machineId": "sample string 1",
"protocol": "sample string 2",
"ipAddress": "sample string 3",
"port": 4,
"configuration": {}
}
]