v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGateways
Gateway Details
Retrieves detailed information about a specific gateway including macAddress, deviceName, status and more.
get/network-monitoring/v1/gateways/{serial-number}
Path parameters
serial-numberstring required
The gateway serial number.
Example:GW00000001
Serial number of the gateway device.
Response
Object containing information about the gateway, such as MAC address, name, status, uplinks, ports, and VLANs.
Example response
{
"serialNumber": "GW00000001",
"macAddress": "11:22:33:44:55:66",
"deviceName": "gw_1",
"cpuUtilization": 32,
"memoryUtilization": 45,
"siteId": "24833497",
"firmwareVersion": "8.5.2.0_59123",
"ipAddress": "198.51.100.42",
"uptimeInMillis": 1702794777,
"macRange": "20:4c:03:14:03:7c-20:4c:03:14:03:9b",
"rebootReason": "Nanny rebooted machine - low on free memory",
"deviceFunction": "VPNC",
"mode": "Cluster",
"status": "Online",
"role": "Isoleader",
"model": "Aruba 7005",
"siteName": "site_1",
"clusterName": "gateway-cluster-1",
"id": "GW00000001",
"type": "network-monitoring/gateway-monitoring"
}