mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
api: Expose ports in API requests for bills (#6069)
* Expose ports in API requests for bills
This commit is contained in:
committed by
Neil Lathwood
parent
680ef0645f
commit
dc41c0eae1
@@ -1711,7 +1711,14 @@ Output:
|
||||
"allowed": "10Mbps",
|
||||
"used": "0bps",
|
||||
"percent": 0,
|
||||
"overuse": "-"
|
||||
"overuse": "-",
|
||||
"ports": [
|
||||
{
|
||||
"device_id": "168",
|
||||
"port_id": "35146",
|
||||
"ifName": "eth0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1771,7 +1778,14 @@ Output:
|
||||
"allowed": "10Mbps",
|
||||
"used": "0bps",
|
||||
"percent": 0,
|
||||
"overuse": "-"
|
||||
"overuse": "-",
|
||||
"ports": [
|
||||
{
|
||||
"device_id": "168",
|
||||
"port_id": "35146",
|
||||
"ifName": "eth0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user