Skip to content

Commit d2c0276

Browse files
author
netbirddev
committed
Update API pages with v0.39.0
1 parent dd9f4e2 commit d2c0276

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/pages/ipa/resources/accounts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ echo $response;
469469
</Property>
470470
<Property name="network_traffic_logs_enabled" type="boolean" required={true}>
471471
472-
Enables or disables network traffic logs. If enabled, all network traffic logs from peers will be stored.
472+
Enables or disables network traffic logging. If enabled, all network traffic events from peers will be stored.
473473
474474
</Property>
475475
<Property name="network_traffic_packet_counter_enabled" type="boolean" required={true}>

src/pages/ipa/resources/events.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ echo $response;
211211
---
212212
213213
214-
## 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' }}
214+
## 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' }}
215215
216216
<Row>
217217
<Col>
@@ -375,6 +375,7 @@ echo $response;
375375
"flow_id": "61092452-b17c-4b14-b7cf-a2158c549826",
376376
"reporter_id": "ch8i4ug6lnn4g9hqv7m0",
377377
"timestamp": "2025-03-20T16:23:58.125397Z",
378+
"receive_timestamp": "2025-03-20T16:23:58.125397Z",
378379
"source": {
379380
"id": "ch8i4ug6lnn4g9hqv7m0",
380381
"type": "PEER",
@@ -423,6 +424,7 @@ echo $response;
423424
"flow_id": "string",
424425
"reporter_id": "string",
425426
"timestamp": "string",
427+
"receive_timestamp": "string",
426428
"source": {
427429
"id": "string",
428430
"type": "string",

0 commit comments

Comments
 (0)