Update API pages with v0.74.5

This commit is contained in:
netbirddev
2026-07-14 19:09:00 +00:00
parent 3ab1e21f80
commit d24d3a4bdb
2 changed files with 0 additions and 84 deletions

View File

@@ -201,10 +201,6 @@ echo $response;
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -260,10 +256,6 @@ echo $response;
"auto_update_version": "string",
"auto_update_always": "boolean",
"metrics_push_enabled": "boolean",
"agent_network_only": "boolean",
"dashboard_features": {
"agent_network": "boolean"
},
"embedded_idp_enabled": "boolean",
"local_auth_disabled": "boolean",
"local_mfa_enabled": "boolean",
@@ -609,28 +601,6 @@ echo $response;
Enables or disables client metrics push for all peers in the account
</Property>
<Property name="agent_network_only" type="boolean" required={false}>
Limits the dashboard to the Agent Network surface for this account. Set for accounts created via netbird.ai signups and can be disabled later. Enabling this requires dashboard_features.agent_network to be true in the same request.
</Property>
<Property name="dashboard_features" type="object" required={false}>
<details className="custom-details" open>
<summary>Per-account dashboard section visibility overrides. Omitted keys follow the default dashboard behavior.</summary>
<Properties>
<Properties><Property name="agent_network" type="boolean" required={false}>
Controls the Agent Network menu for the account regardless of the deployment feature flag. When true the menu is shown, when false it is hidden, and when omitted the default behavior applies. Must be true when agent_network_only is enabled.
</Property>
</Properties>
</Properties>
</details>
</Property>
<Property name="embedded_idp_enabled" type="boolean" required={false}>
@@ -730,10 +700,6 @@ curl -X PUT https://api.netbird.io/api/accounts/{accountId} \
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -788,10 +754,6 @@ let data = JSON.stringify({
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -868,10 +830,6 @@ payload = json.dumps({
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -948,10 +906,6 @@ func main() {
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -1047,10 +1001,6 @@ request.body = JSON.dump({
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -1109,10 +1059,6 @@ RequestBody body = RequestBody.create(mediaType, '{
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -1187,10 +1133,6 @@ curl_setopt_array($curl, array(
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -1260,10 +1202,6 @@ echo $response;
"auto_update_version": "0.51.2",
"auto_update_always": false,
"metrics_push_enabled": false,
"agent_network_only": false,
"dashboard_features": {
"agent_network": true
},
"embedded_idp_enabled": false,
"local_auth_disabled": false,
"local_mfa_enabled": false,
@@ -1317,10 +1255,6 @@ echo $response;
"auto_update_version": "string",
"auto_update_always": "boolean",
"metrics_push_enabled": "boolean",
"agent_network_only": "boolean",
"dashboard_features": {
"agent_network": "boolean"
},
"embedded_idp_enabled": "boolean",
"local_auth_disabled": "boolean",
"local_mfa_enabled": "boolean",

View File

@@ -237,14 +237,6 @@ echo $response;
Filter by reporter ID
</Property>
<Property name="source_id" type="string" required={false}>
Filter by source endpoint ID
</Property>
<Property name="destination_id" type="string" required={false}>
Filter by destination endpoint ID
</Property>
<Property name="protocol" type="integer" required={false}>
Filter by protocol
</Property>
@@ -475,11 +467,6 @@ echo $response;
"rx_packets": 5,
"tx_bytes": 1234,
"tx_packets": 5,
"num_of_starts": 3,
"num_of_ends": 4,
"num_of_drops": 5,
"window_start": {},
"window_end": {},
"events": [
{
"type": "TYPE_START",
@@ -555,11 +542,6 @@ echo $response;
"rx_packets": "integer",
"tx_bytes": "integer",
"tx_packets": "integer",
"num_of_starts": "integer",
"num_of_ends": "integer",
"num_of_drops": "integer",
"window_start": "string",
"window_end": "string",
"events": [
{
"type": "string",