mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Rename exporter-details to exporter-interfaces
This commit is contained in:
parent
2c336d4b68
commit
cd90639104
8 changed files with 10 additions and 56 deletions
|
|
@ -3518,52 +3518,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/lua/pro/rest/v2/get/flowdevice/stats.lua": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Alerts"
|
||||
],
|
||||
"summary": "Get flow device stats",
|
||||
"description": "get flow device stats",
|
||||
"operationId": "get_flowdevice_stats",
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "ifid",
|
||||
"in": "query",
|
||||
"description": "Interface identifier",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
{
|
||||
"name": "ip",
|
||||
"in": "query",
|
||||
"description": "The IP address of the device",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "ifIdx",
|
||||
"in": "query",
|
||||
"description": "The interface index",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"0": {
|
||||
"description": "OK"
|
||||
},
|
||||
"-3": {
|
||||
"description": "NOT_GRANTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/lua/pro/rest/v2/get/flowdevices/stats.lua": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "exporters_details",
|
||||
"data_url": "lua/pro/rest/v2/get/flowdevice/stats.lua",
|
||||
"data_url": "lua/pro/rest/v2/get/exporters/exporters_interfaces.lua",
|
||||
"use_current_page": false,
|
||||
"enable_search": false,
|
||||
"paging": false,
|
||||
Loading…
Add table
Add a link
Reference in a new issue