ntopng/httpdocs/tables_config/ingress_egress_as_stats.json
2025-08-02 22:39:22 +02:00

78 lines
No EOL
1.6 KiB
JSON

{
"id": "ingress_egress_as_stats",
"data_url": "lua/pro/rest/v2/get/as/as_table.lua",
"use_current_page": false,
"enable_search": true,
"paging": false,
"display_empty_rows": true,
"columns": [
{
"id": "actions",
"title_i18n": "actions",
"sortable": false,
"sticky": true,
"class": [
"text-nowrap",
"text-center"
],
"render_v_node_type": "button_list",
"button_def_array": [
{
"id": "timeseries",
"icon": "fas fa-chart-area",
"title_i18n": "prefs.timeseries",
"class": [],
"event_id": "click_button_timeseries"
}
]
},
{
"id": "device",
"title_i18n": "flows_page.device_ip",
"data_field": "device",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "interface",
"title_i18n": "db_explorer.interface_data",
"data_field": "interface",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "bytes_sent",
"title_i18n": "bytes_sent",
"data_field": "bytes_sent",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "bytes_rcvd",
"title_i18n": "bytes_rcvd",
"data_field": "bytes_rcvd",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "total_bytes",
"title_i18n": "total_bytes",
"data_field": "total_bytes",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
}
]
}