mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 09:47:49 +02:00
[docs] rename network traffic logging to traffic events (#3556)
This commit is contained in:
parent
8d7c92c661
commit
b62a1b56ce
@ -107,7 +107,7 @@ components:
|
|||||||
type: boolean
|
type: boolean
|
||||||
example: true
|
example: true
|
||||||
network_traffic_logs_enabled:
|
network_traffic_logs_enabled:
|
||||||
description: Enables or disables network traffic logs. If enabled, all network traffic logs from peers will be stored.
|
description: Enables or disables network traffic logging. If enabled, all network traffic events from peers will be stored.
|
||||||
type: boolean
|
type: boolean
|
||||||
example: true
|
example: true
|
||||||
network_traffic_packet_counter_enabled:
|
network_traffic_packet_counter_enabled:
|
||||||
@ -4178,7 +4178,7 @@ paths:
|
|||||||
"$ref": "#/components/responses/internal_error"
|
"$ref": "#/components/responses/internal_error"
|
||||||
/api/events/network-traffic:
|
/api/events/network-traffic:
|
||||||
get:
|
get:
|
||||||
summary: List all Network Traffic Events
|
summary: List all Traffic Events
|
||||||
description: Returns a list of all network traffic events
|
description: Returns a list of all network traffic events
|
||||||
tags: [ Events ]
|
tags: [ Events ]
|
||||||
x-cloud-only: true
|
x-cloud-only: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user