v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGateway port detail
Retrieves information about a specific port with details like speed, name, MAC address, MTU, status and more.
Path parameters
The gateway serial number.
Serial number of the gateway device.
Port number that represents the physical port of the gateway interface (GE 0/0/{port-number}).
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 physical ports in a gateway.
Example response
{
"name": "GE 0/0/1",
"health": "Good",
"healthReasons": [],
"portNumber": 0,
"duplex": "Full",
"speed": "1000",
"vlan": "304-310",
"mtu": 1500,
"usage": {
"received": 10000,
"sent": 3000,
"total": 13000
},
"throughput": {
"received": 1000,
"sent": 100
},
"totalPackets": 300,
"broadcastPackets": 50,
"multicastPackets": 20,
"crcErrors": 0,
"collisions": 1,
"runts": 0,
"giants": 0,
"macAddress": "11:22:33:44:55:66",
"adminState": "Disabled",
"operState": "Down",
"portType": "Access",
"connectorType": "RJ45",
"id": "GW00000001/ports/GE 0/0/1",
"type": "network-monitoring/gateway-monitoring"
}