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

67 lines
No EOL
1.4 KiB
JSON

{
"id": "traffic_between_ases",
"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": "as",
"title_i18n": "as_details.as",
"data_field": "as",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "src_transit_as",
"title_i18n": "src_transit_as",
"data_field": "src_transit_as",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "dst_transit_as",
"title_i18n": "dst_transit_as",
"data_field": "dst_transit_as",
"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"
]
}
]
}