v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGet gateway port frames errors trend
Retrieves gateway port frame errors trend data for the specified port based on timestamp range.
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
OData Version 4.0 filter string (limited functionality). Supports only 'and' conjunction ('or' and 'not' are NOT supported). Supported fields, operators and value format are in the below given table.
| Field | Operators | Format |
|---|---|---|
| timestamp | gt and lt | Date-time (RFC 3339 timestamp in UTC+0) string |
The operators are implemented as follows:
-
gt: Used to indicate the start of the timestamp range.
-
lt: Used to indicate the end of the timestamp range.
Id of a site where devices are associated.
ID of the site for which gateway-related information is requested.
Response
The response object provides the data of the errors in runts, giants, collisions and crc/Fcs.
Example response
{
"graph": {
"keys": [
"crc/Fcs",
"crc/FcsPercentage",
"collisions",
"collisionsPercentage",
"runts",
"runtsPercentage",
"giants",
"giantsPercentage"
],
"samples": [
{
"data": [
261,
0.01,
0,
0,
308,
0.01,
270,
0.01
],
"timestamp": "2022-07-30T20:00:00Z"
}
]
},
"id": "gw1/ports/GE 0/0/1/frames-errors-trends",
"type": "network-monitoring/gateway-monitoring"
}