Returns details of the gateway requested
| Param name | Description |
|---|---|
|
pretty optional |
Return a pretty formatted response if true, Default is false Value: Must be a Boolean |
Request - get details of the specified gateway (gateway_key specified as a part of the url)
curl -X GET -H "Content-Type:application/json" -H "X-Auth-Token:WtUFnj8pvSxVnH9e_xkq7A" https://api.datonis.io/api/v3/gateway/e54986t366
Response (returns details of the gateway requested)
{
"gateway": {
"gateway_key": "e54986t366",
"gateway_type": "kura",
"name": "trial",
"gateway_version": "4.5.160",
"tags": "hji",
"adapters": [
{
"type": null,
"configuration": "{}",
"enabled": true,
"adapter_pid": "com.altizon.gateway.SimulatorAdapter"
},
{
"type": null,
"configuration": "{}",
"enabled": false,
"adapter_pid": "com.altizon.gateway.OPCUAAdapter"
}
]
}
}