mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-20 17:36:36 +00:00
Update API pages with v0.39.0
This commit is contained in:
@@ -469,7 +469,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="network_traffic_logs_enabled" type="boolean" required={true}>
|
||||
|
||||
Enables or disables network traffic logs. If enabled, all network traffic logs from peers will be stored.
|
||||
Enables or disables network traffic logging. If enabled, all network traffic events from peers will be stored.
|
||||
|
||||
</Property>
|
||||
<Property name="network_traffic_packet_counter_enabled" type="boolean" required={true}>
|
||||
|
||||
@@ -211,7 +211,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## List all Network Traffic Events <Badge status="cloud-only" text="cloud-only" hoverText="This feature is only available in the cloud version of NetBird." /> <Badge status="experimental" text="experimental" hoverText="This feature is experimental. The endpoint will likely change and we do not guarantee backwards compatibility." /> {{ tag: 'GET' , label: '/api/events/network-traffic' }}
|
||||
## List all Traffic Events <Badge status="cloud-only" text="cloud-only" hoverText="This feature is only available in the cloud version of NetBird." /> <Badge status="experimental" text="experimental" hoverText="This feature is experimental. The endpoint will likely change and we do not guarantee backwards compatibility." /> {{ tag: 'GET' , label: '/api/events/network-traffic' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -375,6 +375,7 @@ echo $response;
|
||||
"flow_id": "61092452-b17c-4b14-b7cf-a2158c549826",
|
||||
"reporter_id": "ch8i4ug6lnn4g9hqv7m0",
|
||||
"timestamp": "2025-03-20T16:23:58.125397Z",
|
||||
"receive_timestamp": "2025-03-20T16:23:58.125397Z",
|
||||
"source": {
|
||||
"id": "ch8i4ug6lnn4g9hqv7m0",
|
||||
"type": "PEER",
|
||||
@@ -423,6 +424,7 @@ echo $response;
|
||||
"flow_id": "string",
|
||||
"reporter_id": "string",
|
||||
"timestamp": "string",
|
||||
"receive_timestamp": "string",
|
||||
"source": {
|
||||
"id": "string",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user