Request ‒ gateways/Get (Specific)
Example JSON Gateways/Get (Specific) Request
curl -X GET \
https://api.axonize.com/odata/gateways/58c6898fb88c391588c91234 \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B221234’ \
Example JSON Gateways/Get (Specific) Response
Status 200 ‒ OK
{
“@odata.context”: “https://10.10.2.103/odata/$metadata#Gateways/$entity”,
“type”: “HttpGatewayProducer”,
“namespace”: “ssg”,
“name”: “gw-5p6hm”,
“datastructureEndpoint”: null,
“authKey”: “”,
“iothubUrl”: “”,
“gatewayDeviceId”: “5dee1f1ce3b0c76550c51234”,
“productId”: “5dd24b95e3b0cc5f50cf1234”,
“port”: 8020,
“ip”: “”,
“url”: “”,
“status”: “Installed”,
“manufacturer”: “Amazon”,
“id”: “5dee1f1de3b0c76550c51234”,
“appId”: “f5b62d39-d05d-4563-8442-0ebaa8f61344”,
“createDate”: “2019-12-09T10:17:01.172Z”,
“createUser”: “1234”,
“updateDate”: “2019-12-09T10:17:08.062Z”,
“updateUser”: “1234”,
“image”: null
}