v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGateway tunnel detail
Retrieves information about a specific tunnel configured in the gateway.
Path parameters
The gateway serial number.
Serial number of the gateway device.
Tunnel ID configured in the gateway.
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 details about a tunnel configured in the gateway.
Example response
{
"tunnelName": "data-vpnc1-bocsim-uplink1_inet",
"gateway": "GW00000001",
"health": "Poor",
"healthReasons": [
"TUNNEL_STATUS"
],
"status": "Down",
"encapsulation": "VXLAN",
"sourceIpAddress": "10.33.1.1",
"destinationIpAddress": "200.1.1.1",
"mode": "IKE",
"vni": null,
"uptime": "3d",
"authentication": "SHA1",
"encryption": "AES-256",
"mtu": "1500",
"lastConnected": "Mar 02, 2025 16:56",
"greTunnelId": null,
"greTunnelIpAddress": null,
"usage": {
"received": 1000,
"sent": 500,
"total": 1500
},
"throughput": {
"received": 200,
"sent": 100
},
"droppedPackets": 4,
"uplinkName": "inet",
"vlanId": 340,
"inSpi": 123456789,
"outSpi": 987654321,
"macAddress": "00:44:55:66:78:4a",
"peerType": "Cloud Gateway",
"natEnabled": true,
"nextReKey": 1741093011,
"lastDownReason": null,
"tunnelType": "LAN",
"id": "GW00000001/tunnels/data-vpnc1-bocsim-uplink1_inet",
"type": "network-monitoring/gateway-monitoring"
}