v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGet details of gateway uplink
Retrieves details of the uplink connected to the gateway.
Path parameters
The gateway serial number.
Serial number of the gateway device.
Name of the uplink interface.
Query parameters
Date-time in RFC 3339 format (ISO 8601) in UTC timezone with milliseconds.
When not provided, the response returns the latest statistics. When provided, the response returns aggregated statistics over the specified time range. Aggregation starts from this timestamp, which must be in RFC 3339 (ISO 8601) format in UTC+0 timezone. The difference between end-at and start-at must be less than 30 days.
Date-time in RFC 3339 format (ISO 8601) in UTC timezone with milliseconds.
Aggregation is computed up to this timestamp, which must be in RFC 3339 (ISO 8601) format in UTC+0 timezone. The timestamp must be earlier than the current time and later than start-at.
Response
Object containing information about the uplink connected to the gateway.
Example response
{
"linkTag": "att",
"status": "Up",
"wanStatus": "Up",
"linkStatus": "Up",
"publicIpAddress": "220.227.124.242",
"privateIpAddress": "10.27.103.66",
"vlanId": 304,
"isBackupUplink": false,
"usage": {
"received": 1000,
"sent": 500,
"total": 1500
},
"throughput": {
"received": 1000,
"sent": 500
},
"id": "GW00000001/uplinks/att",
"type": "network-monitoring/gateway-monitoring"
}