Rename exporter-details to exporter-interfaces

This commit is contained in:
Alfredo Cardigliano 2025-10-17 10:18:20 +02:00
parent 2c336d4b68
commit cd90639104
8 changed files with 10 additions and 56 deletions

View file

@ -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": [

View file

@ -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,