[docs] rename network traffic logging to traffic events (#3556)

This commit is contained in:
Pascal Fischer 2025-03-21 16:32:47 +01:00 committed by GitHub
parent 8d7c92c661
commit b62a1b56ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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