@robinmordasiewicz/f5xc-api-mcp 2.0.39-2601190826 → 2.0.41-2601192058

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/tools/generated/dependency-graph.json +1 -1
  2. package/dist/version.d.ts +2 -2
  3. package/dist/version.js +2 -2
  4. package/manifest.json +1 -1
  5. package/package.json +1 -1
  6. package/specs/domains/admin_console_and_ui.json +25 -25
  7. package/specs/domains/ai_services.json +109 -35
  8. package/specs/domains/api.json +863 -315
  9. package/specs/domains/authentication.json +85 -53
  10. package/specs/domains/bigip.json +689 -219
  11. package/specs/domains/billing_and_usage.json +453 -89
  12. package/specs/domains/blindfold.json +354 -162
  13. package/specs/domains/bot_and_threat_defense.json +97 -73
  14. package/specs/domains/cdn.json +4571 -1033
  15. package/specs/domains/ce_management.json +1067 -286
  16. package/specs/domains/certificates.json +128 -86
  17. package/specs/domains/cloud_infrastructure.json +444 -180
  18. package/specs/domains/container_services.json +837 -243
  19. package/specs/domains/data_and_privacy_security.json +112 -76
  20. package/specs/domains/data_intelligence.json +333 -111
  21. package/specs/domains/ddos.json +1180 -326
  22. package/specs/domains/dns.json +1070 -242
  23. package/specs/domains/managed_kubernetes.json +271 -127
  24. package/specs/domains/marketplace.json +469 -187
  25. package/specs/domains/network.json +1892 -560
  26. package/specs/domains/network_security.json +1707 -465
  27. package/specs/domains/nginx_one.json +109 -73
  28. package/specs/domains/object_storage.json +115 -31
  29. package/specs/domains/observability.json +1218 -220
  30. package/specs/domains/rate_limiting.json +107 -63
  31. package/specs/domains/secops_and_incident_response.json +66 -42
  32. package/specs/domains/service_mesh.json +1018 -304
  33. package/specs/domains/shape.json +3386 -720
  34. package/specs/domains/sites.json +5530 -1443
  35. package/specs/domains/statistics.json +1812 -459
  36. package/specs/domains/support.json +170 -120
  37. package/specs/domains/telemetry_and_insights.json +311 -113
  38. package/specs/domains/tenant_and_identity.json +712 -324
  39. package/specs/domains/threat_campaign.json +460 -148
  40. package/specs/domains/users.json +66 -66
  41. package/specs/domains/validation.json +2 -2
  42. package/specs/domains/virtual.json +6293 -1569
  43. package/specs/domains/vpm_and_node_management.json +16 -4
  44. package/specs/domains/waf.json +1221 -331
  45. package/specs/index.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-01-19T05:53:55.907942+00:00",
3
+ "generatedAt": "2026-01-19T18:45:46.871947+00:00",
4
4
  "totalResources": 792,
5
5
  "dependencies": {
6
6
  "admin_console_and_ui/static-component": {
package/dist/version.d.ts CHANGED
@@ -8,9 +8,9 @@
8
8
  * The version comes from package.json to ensure consistency.
9
9
  */
10
10
  /** Package version from package.json */
11
- export declare const VERSION = "2.0.39-2601190826";
11
+ export declare const VERSION = "2.0.41-2601192058";
12
12
  /** Package name */
13
13
  export declare const PACKAGE_NAME = "@robinmordasiewicz/f5xc-api-mcp";
14
14
  /** Upstream F5 XC API version from specs */
15
- export declare const UPSTREAM_VERSION = "2.0.39";
15
+ export declare const UPSTREAM_VERSION = "2.0.41";
16
16
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -8,9 +8,9 @@
8
8
  * The version comes from package.json to ensure consistency.
9
9
  */
10
10
  /** Package version from package.json */
11
- export const VERSION = "2.0.39-2601190826";
11
+ export const VERSION = "2.0.41-2601192058";
12
12
  /** Package name */
13
13
  export const PACKAGE_NAME = "@robinmordasiewicz/f5xc-api-mcp";
14
14
  /** Upstream F5 XC API version from specs */
15
- export const UPSTREAM_VERSION = "2.0.39";
15
+ export const UPSTREAM_VERSION = "2.0.41";
16
16
  //# sourceMappingURL=version.js.map
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifest_version": "0.3",
3
3
  "name": "f5xc-api-mcp",
4
4
  "display_name": "F5 Distributed Cloud API",
5
- "version": "2.0.39-2601190826",
5
+ "version": "2.0.41-2601192058",
6
6
  "description": "MCP server for F5 Distributed Cloud API - AI-powered infrastructure management with 1548 tools across 38 domains",
7
7
  "long_description": "Enables AI assistants to manage F5 Distributed Cloud resources including HTTP load balancers, origin pools, WAF policies, DNS zones, and multi-cloud sites. Works in dual mode: documentation mode (no auth) or execution mode (with auth). Provides CURL examples for all API operations.",
8
8
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-api-mcp",
3
- "version": "2.0.39-2601190826",
3
+ "version": "2.0.41-2601192058",
4
4
  "description": "F5 Distributed Cloud API MCP Server - Exposes F5XC APIs to AI assistants via Model Context Protocol",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Admin Console And Ui",
5
5
  "description": "Dashboard customization through namespace-bounded asset libraries. Storage systems for branding resources, layout templates, and interactive widgets. Catalog organization with system object references tracking modification history and deployment status. Schema enforcement ensuring configuration validity across tenant hierarchies and environment boundaries.",
6
- "version": "2.0.39",
6
+ "version": "2.0.41",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -621,7 +621,7 @@
621
621
  },
622
622
  "x-original-maxLength": 1024,
623
623
  "x-reconciled-from-discovery": true,
624
- "x-reconciled-at": "2026-01-19T05:53:40.766353+00:00"
624
+ "x-reconciled-at": "2026-01-19T18:45:31.853128+00:00"
625
625
  }
626
626
  },
627
627
  "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
@@ -757,7 +757,7 @@
757
757
  },
758
758
  "x-original-maxLength": 1024,
759
759
  "x-reconciled-from-discovery": true,
760
- "x-reconciled-at": "2026-01-19T05:53:40.766422+00:00"
760
+ "x-reconciled-at": "2026-01-19T18:45:31.853195+00:00"
761
761
  }
762
762
  },
763
763
  "x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
@@ -874,7 +874,7 @@
874
874
  },
875
875
  "x-original-maxLength": 1200,
876
876
  "x-reconciled-from-discovery": true,
877
- "x-reconciled-at": "2026-01-19T05:53:40.766487+00:00"
877
+ "x-reconciled-at": "2026-01-19T18:45:31.853259+00:00"
878
878
  },
879
879
  "disable": {
880
880
  "type": "boolean",
@@ -934,7 +934,7 @@
934
934
  },
935
935
  "x-original-maxLength": 1024,
936
936
  "x-reconciled-from-discovery": true,
937
- "x-reconciled-at": "2026-01-19T05:53:40.766536+00:00"
937
+ "x-reconciled-at": "2026-01-19T18:45:31.853308+00:00"
938
938
  },
939
939
  "namespace": {
940
940
  "type": "string",
@@ -955,7 +955,7 @@
955
955
  },
956
956
  "x-original-maxLength": 1024,
957
957
  "x-reconciled-from-discovery": true,
958
- "x-reconciled-at": "2026-01-19T05:53:40.766563+00:00"
958
+ "x-reconciled-at": "2026-01-19T18:45:31.853335+00:00"
959
959
  }
960
960
  },
961
961
  "x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
@@ -1003,7 +1003,7 @@
1003
1003
  "readOnly": true,
1004
1004
  "x-original-maxLength": 1024,
1005
1005
  "x-reconciled-from-discovery": true,
1006
- "x-reconciled-at": "2026-01-19T05:53:40.766593+00:00"
1006
+ "x-reconciled-at": "2026-01-19T18:45:31.853365+00:00"
1007
1007
  },
1008
1008
  "name": {
1009
1009
  "type": "string",
@@ -1024,7 +1024,7 @@
1024
1024
  },
1025
1025
  "x-original-maxLength": 1024,
1026
1026
  "x-reconciled-from-discovery": true,
1027
- "x-reconciled-at": "2026-01-19T05:53:40.766620+00:00"
1027
+ "x-reconciled-at": "2026-01-19T18:45:31.853391+00:00"
1028
1028
  },
1029
1029
  "namespace": {
1030
1030
  "type": "string",
@@ -1045,7 +1045,7 @@
1045
1045
  },
1046
1046
  "x-original-maxLength": 1024,
1047
1047
  "x-reconciled-from-discovery": true,
1048
- "x-reconciled-at": "2026-01-19T05:53:40.766647+00:00"
1048
+ "x-reconciled-at": "2026-01-19T18:45:31.853419+00:00"
1049
1049
  },
1050
1050
  "tenant": {
1051
1051
  "type": "string",
@@ -1068,7 +1068,7 @@
1068
1068
  "x-field-mutability": "read-only",
1069
1069
  "x-original-maxLength": 1024,
1070
1070
  "x-reconciled-from-discovery": true,
1071
- "x-reconciled-at": "2026-01-19T05:53:40.766674+00:00"
1071
+ "x-reconciled-at": "2026-01-19T18:45:31.853446+00:00"
1072
1072
  },
1073
1073
  "uid": {
1074
1074
  "type": "string",
@@ -1092,7 +1092,7 @@
1092
1092
  "x-original-maxLength": 1024,
1093
1093
  "format": "uuid",
1094
1094
  "x-reconciled-from-discovery": true,
1095
- "x-reconciled-at": "2026-01-19T05:53:40.766703+00:00"
1095
+ "x-reconciled-at": "2026-01-19T18:45:31.853475+00:00"
1096
1096
  }
1097
1097
  },
1098
1098
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -1157,7 +1157,7 @@
1157
1157
  },
1158
1158
  "x-original-maxLength": 1024,
1159
1159
  "x-reconciled-from-discovery": true,
1160
- "x-reconciled-at": "2026-01-19T05:53:40.766743+00:00"
1160
+ "x-reconciled-at": "2026-01-19T18:45:31.853515+00:00"
1161
1161
  },
1162
1162
  "status": {
1163
1163
  "type": "string",
@@ -1177,7 +1177,7 @@
1177
1177
  },
1178
1178
  "x-original-maxLength": 1024,
1179
1179
  "x-reconciled-from-discovery": true,
1180
- "x-reconciled-at": "2026-01-19T05:53:40.766771+00:00"
1180
+ "x-reconciled-at": "2026-01-19T18:45:31.853542+00:00"
1181
1181
  }
1182
1182
  },
1183
1183
  "x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
@@ -1372,7 +1372,7 @@
1372
1372
  "x-field-mutability": "read-only",
1373
1373
  "x-original-maxLength": 1024,
1374
1374
  "x-reconciled-from-discovery": true,
1375
- "x-reconciled-at": "2026-01-19T05:53:40.766917+00:00"
1375
+ "x-reconciled-at": "2026-01-19T18:45:31.853680+00:00"
1376
1376
  },
1377
1377
  "uid": {
1378
1378
  "type": "string",
@@ -1395,7 +1395,7 @@
1395
1395
  "x-original-maxLength": 1024,
1396
1396
  "format": "uuid",
1397
1397
  "x-reconciled-from-discovery": true,
1398
- "x-reconciled-at": "2026-01-19T05:53:40.766948+00:00"
1398
+ "x-reconciled-at": "2026-01-19T18:45:31.853709+00:00"
1399
1399
  }
1400
1400
  },
1401
1401
  "x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
@@ -1447,7 +1447,7 @@
1447
1447
  },
1448
1448
  "x-original-maxLength": 1024,
1449
1449
  "x-reconciled-from-discovery": true,
1450
- "x-reconciled-at": "2026-01-19T05:53:40.766980+00:00"
1450
+ "x-reconciled-at": "2026-01-19T18:45:31.853740+00:00"
1451
1451
  },
1452
1452
  "name": {
1453
1453
  "type": "string",
@@ -1468,7 +1468,7 @@
1468
1468
  },
1469
1469
  "x-original-maxLength": 1024,
1470
1470
  "x-reconciled-from-discovery": true,
1471
- "x-reconciled-at": "2026-01-19T05:53:40.767008+00:00"
1471
+ "x-reconciled-at": "2026-01-19T18:45:31.853767+00:00"
1472
1472
  },
1473
1473
  "namespace": {
1474
1474
  "type": "string",
@@ -1489,7 +1489,7 @@
1489
1489
  },
1490
1490
  "x-original-maxLength": 1024,
1491
1491
  "x-reconciled-from-discovery": true,
1492
- "x-reconciled-at": "2026-01-19T05:53:40.767035+00:00"
1492
+ "x-reconciled-at": "2026-01-19T18:45:31.853793+00:00"
1493
1493
  },
1494
1494
  "uid": {
1495
1495
  "type": "string",
@@ -1510,7 +1510,7 @@
1510
1510
  "x-original-maxLength": 1024,
1511
1511
  "format": "uuid",
1512
1512
  "x-reconciled-from-discovery": true,
1513
- "x-reconciled-at": "2026-01-19T05:53:40.767064+00:00"
1513
+ "x-reconciled-at": "2026-01-19T18:45:31.853822+00:00"
1514
1514
  }
1515
1515
  },
1516
1516
  "x-f5xc-description-short": "ViewRefType represents a reference to a view.",
@@ -1662,7 +1662,7 @@
1662
1662
  "maxLength": 15,
1663
1663
  "minLength": 3,
1664
1664
  "x-reconciled-from-discovery": true,
1665
- "x-reconciled-at": "2026-01-19T05:53:40.767155+00:00"
1665
+ "x-reconciled-at": "2026-01-19T18:45:31.853911+00:00"
1666
1666
  }
1667
1667
  },
1668
1668
  "x-f5xc-minimum-configuration": {
@@ -1768,7 +1768,7 @@
1768
1768
  },
1769
1769
  "x-original-maxLength": 1024,
1770
1770
  "x-reconciled-from-discovery": true,
1771
- "x-reconciled-at": "2026-01-19T05:53:40.767221+00:00"
1771
+ "x-reconciled-at": "2026-01-19T18:45:31.853976+00:00"
1772
1772
  },
1773
1773
  "disabled": {
1774
1774
  "type": "boolean",
@@ -1822,7 +1822,7 @@
1822
1822
  },
1823
1823
  "x-original-maxLength": 1024,
1824
1824
  "x-reconciled-from-discovery": true,
1825
- "x-reconciled-at": "2026-01-19T05:53:40.767288+00:00"
1825
+ "x-reconciled-at": "2026-01-19T18:45:31.854045+00:00"
1826
1826
  },
1827
1827
  "namespace": {
1828
1828
  "type": "string",
@@ -1841,7 +1841,7 @@
1841
1841
  },
1842
1842
  "x-original-maxLength": 1024,
1843
1843
  "x-reconciled-from-discovery": true,
1844
- "x-reconciled-at": "2026-01-19T05:53:40.767317+00:00"
1844
+ "x-reconciled-at": "2026-01-19T18:45:31.854072+00:00"
1845
1845
  },
1846
1846
  "owner_view": {
1847
1847
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -1867,7 +1867,7 @@
1867
1867
  "x-field-mutability": "read-only",
1868
1868
  "x-original-maxLength": 1024,
1869
1869
  "x-reconciled-from-discovery": true,
1870
- "x-reconciled-at": "2026-01-19T05:53:40.767362+00:00"
1870
+ "x-reconciled-at": "2026-01-19T18:45:31.854118+00:00"
1871
1871
  },
1872
1872
  "uid": {
1873
1873
  "type": "string",
@@ -1889,7 +1889,7 @@
1889
1889
  "x-original-maxLength": 1024,
1890
1890
  "format": "uuid",
1891
1891
  "x-reconciled-from-discovery": true,
1892
- "x-reconciled-at": "2026-01-19T05:53:40.767391+00:00"
1892
+ "x-reconciled-at": "2026-01-19T18:45:31.854146+00:00"
1893
1893
  }
1894
1894
  },
1895
1895
  "x-f5xc-description-short": "By default a summary of static_component is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Ai Services",
5
5
  "description": "Query handling through inference routing with production and test modes. Positive and negative quality markers with detailed categorization capture assistant performance. Streaming connections support authenticated access, subscription lifecycles, and feature flags. IP provisioning services allocate infrastructure resources for model workloads across distributed systems.",
6
- "version": "2.0.39",
6
+ "version": "2.0.41",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -2470,13 +2470,19 @@
2470
2470
  },
2471
2471
  "x-original-maxLength": 1024,
2472
2472
  "x-reconciled-from-discovery": true,
2473
- "x-reconciled-at": "2026-01-19T05:53:30.134918+00:00"
2473
+ "x-reconciled-at": "2026-01-19T18:45:21.492561+00:00"
2474
2474
  },
2475
2475
  "negative_feedback": {
2476
- "$ref": "#/components/schemas/ai_assistantNegativeFeedbackDetails"
2476
+ "$ref": "#/components/schemas/ai_assistantNegativeFeedbackDetails",
2477
+ "x-f5xc-conflicts-with": [
2478
+ "positive_feedback"
2479
+ ]
2477
2480
  },
2478
2481
  "positive_feedback": {
2479
- "$ref": "#/components/schemas/schemaEmpty"
2482
+ "$ref": "#/components/schemas/schemaEmpty",
2483
+ "x-f5xc-conflicts-with": [
2484
+ "negative_feedback"
2485
+ ]
2480
2486
  },
2481
2487
  "query": {
2482
2488
  "type": "string",
@@ -2576,7 +2582,7 @@
2576
2582
  },
2577
2583
  "x-original-maxLength": 1024,
2578
2584
  "x-reconciled-from-discovery": true,
2579
- "x-reconciled-at": "2026-01-19T05:53:30.135008+00:00"
2585
+ "x-reconciled-at": "2026-01-19T18:45:21.492660+00:00"
2580
2586
  }
2581
2587
  },
2582
2588
  "x-f5xc-minimum-configuration": {
@@ -2617,7 +2623,14 @@
2617
2623
  }
2618
2624
  },
2619
2625
  "explain_log": {
2620
- "$ref": "#/components/schemas/explain_log_recordExplainLogRecordResponse"
2626
+ "$ref": "#/components/schemas/explain_log_recordExplainLogRecordResponse",
2627
+ "x-f5xc-conflicts-with": [
2628
+ "gen_dashboard_filter",
2629
+ "generic_response",
2630
+ "list_response",
2631
+ "site_analysis_response",
2632
+ "widget_response"
2633
+ ]
2621
2634
  },
2622
2635
  "follow_up_queries": {
2623
2636
  "type": "array",
@@ -2644,13 +2657,34 @@
2644
2657
  }
2645
2658
  },
2646
2659
  "gen_dashboard_filter": {
2647
- "$ref": "#/components/schemas/gen_dashboard_filterGenDashboardFilterResponse"
2660
+ "$ref": "#/components/schemas/gen_dashboard_filterGenDashboardFilterResponse",
2661
+ "x-f5xc-conflicts-with": [
2662
+ "explain_log",
2663
+ "generic_response",
2664
+ "list_response",
2665
+ "site_analysis_response",
2666
+ "widget_response"
2667
+ ]
2648
2668
  },
2649
2669
  "generic_response": {
2650
- "$ref": "#/components/schemas/commonGenericResponse"
2670
+ "$ref": "#/components/schemas/commonGenericResponse",
2671
+ "x-f5xc-conflicts-with": [
2672
+ "explain_log",
2673
+ "gen_dashboard_filter",
2674
+ "list_response",
2675
+ "site_analysis_response",
2676
+ "widget_response"
2677
+ ]
2651
2678
  },
2652
2679
  "list_response": {
2653
- "$ref": "#/components/schemas/listListResponse"
2680
+ "$ref": "#/components/schemas/listListResponse",
2681
+ "x-f5xc-conflicts-with": [
2682
+ "explain_log",
2683
+ "gen_dashboard_filter",
2684
+ "generic_response",
2685
+ "site_analysis_response",
2686
+ "widget_response"
2687
+ ]
2654
2688
  },
2655
2689
  "query_id": {
2656
2690
  "type": "string",
@@ -2676,10 +2710,24 @@
2676
2710
  "x-field-mutability": "read-only"
2677
2711
  },
2678
2712
  "site_analysis_response": {
2679
- "$ref": "#/components/schemas/site_analysisSiteAnalysisResponse"
2713
+ "$ref": "#/components/schemas/site_analysisSiteAnalysisResponse",
2714
+ "x-f5xc-conflicts-with": [
2715
+ "explain_log",
2716
+ "gen_dashboard_filter",
2717
+ "generic_response",
2718
+ "list_response",
2719
+ "widget_response"
2720
+ ]
2680
2721
  },
2681
2722
  "widget_response": {
2682
- "$ref": "#/components/schemas/widgetWidgetResponse"
2723
+ "$ref": "#/components/schemas/widgetWidgetResponse",
2724
+ "x-f5xc-conflicts-with": [
2725
+ "explain_log",
2726
+ "gen_dashboard_filter",
2727
+ "generic_response",
2728
+ "list_response",
2729
+ "site_analysis_response"
2730
+ ]
2683
2731
  }
2684
2732
  },
2685
2733
  "x-f5xc-minimum-configuration": {
@@ -2929,7 +2977,7 @@
2929
2977
  },
2930
2978
  "x-original-maxLength": 1024,
2931
2979
  "x-reconciled-from-discovery": true,
2932
- "x-reconciled-at": "2026-01-19T05:53:30.135161+00:00"
2980
+ "x-reconciled-at": "2026-01-19T18:45:21.492812+00:00"
2933
2981
  },
2934
2982
  "log_filters": {
2935
2983
  "type": "array",
@@ -2963,7 +3011,7 @@
2963
3011
  },
2964
3012
  "x-original-maxLength": 1024,
2965
3013
  "x-reconciled-from-discovery": true,
2966
- "x-reconciled-at": "2026-01-19T05:53:30.135201+00:00"
3014
+ "x-reconciled-at": "2026-01-19T18:45:21.492852+00:00"
2967
3015
  },
2968
3016
  "object_name": {
2969
3017
  "type": "string",
@@ -3014,7 +3062,7 @@
3014
3062
  },
3015
3063
  "x-original-maxLength": 1024,
3016
3064
  "x-reconciled-from-discovery": true,
3017
- "x-reconciled-at": "2026-01-19T05:53:30.135250+00:00"
3065
+ "x-reconciled-at": "2026-01-19T18:45:21.492900+00:00"
3018
3066
  },
3019
3067
  "type": {
3020
3068
  "$ref": "#/components/schemas/commonDashboardLinkType"
@@ -3177,7 +3225,7 @@
3177
3225
  },
3178
3226
  "x-original-maxLength": 1024,
3179
3227
  "x-reconciled-from-discovery": true,
3180
- "x-reconciled-at": "2026-01-19T05:53:30.135342+00:00"
3228
+ "x-reconciled-at": "2026-01-19T18:45:21.492993+00:00"
3181
3229
  },
3182
3230
  "title": {
3183
3231
  "type": "string",
@@ -3196,7 +3244,7 @@
3196
3244
  },
3197
3245
  "x-original-maxLength": 1024,
3198
3246
  "x-reconciled-from-discovery": true,
3199
- "x-reconciled-at": "2026-01-19T05:53:30.135371+00:00"
3247
+ "x-reconciled-at": "2026-01-19T18:45:21.493022+00:00"
3200
3248
  },
3201
3249
  "tooltip": {
3202
3250
  "type": "string",
@@ -3314,7 +3362,7 @@
3314
3362
  },
3315
3363
  "x-original-maxLength": 1024,
3316
3364
  "x-reconciled-from-discovery": true,
3317
- "x-reconciled-at": "2026-01-19T05:53:30.135425+00:00"
3365
+ "x-reconciled-at": "2026-01-19T18:45:21.493074+00:00"
3318
3366
  },
3319
3367
  "title": {
3320
3368
  "type": "string",
@@ -3333,7 +3381,7 @@
3333
3381
  },
3334
3382
  "x-original-maxLength": 1024,
3335
3383
  "x-reconciled-from-discovery": true,
3336
- "x-reconciled-at": "2026-01-19T05:53:30.135454+00:00"
3384
+ "x-reconciled-at": "2026-01-19T18:45:21.493104+00:00"
3337
3385
  },
3338
3386
  "url": {
3339
3387
  "type": "string",
@@ -3433,10 +3481,16 @@
3433
3481
  "x-ves-proto-message": "ves.io.schema.ai_assistant.common.Link",
3434
3482
  "properties": {
3435
3483
  "dashboard_link": {
3436
- "$ref": "#/components/schemas/commonDashboardLink"
3484
+ "$ref": "#/components/schemas/commonDashboardLink",
3485
+ "x-f5xc-conflicts-with": [
3486
+ "generic_link"
3487
+ ]
3437
3488
  },
3438
3489
  "generic_link": {
3439
- "$ref": "#/components/schemas/commonGenericLink"
3490
+ "$ref": "#/components/schemas/commonGenericLink",
3491
+ "x-f5xc-conflicts-with": [
3492
+ "dashboard_link"
3493
+ ]
3440
3494
  }
3441
3495
  },
3442
3496
  "x-f5xc-minimum-configuration": {
@@ -3476,7 +3530,7 @@
3476
3530
  },
3477
3531
  "x-original-maxLength": 1024,
3478
3532
  "x-reconciled-from-discovery": true,
3479
- "x-reconciled-at": "2026-01-19T05:53:30.135548+00:00"
3533
+ "x-reconciled-at": "2026-01-19T18:45:21.493197+00:00"
3480
3534
  },
3481
3535
  "op": {
3482
3536
  "$ref": "#/components/schemas/commonFilterOperator"
@@ -3546,7 +3600,7 @@
3546
3600
  },
3547
3601
  "x-original-maxLength": 1024,
3548
3602
  "x-reconciled-from-discovery": true,
3549
- "x-reconciled-at": "2026-01-19T05:53:30.135607+00:00"
3603
+ "x-reconciled-at": "2026-01-19T18:45:21.493257+00:00"
3550
3604
  },
3551
3605
  "type": {
3552
3606
  "$ref": "#/components/schemas/commonDashboardLinkType"
@@ -3808,7 +3862,7 @@
3808
3862
  },
3809
3863
  "x-original-maxLength": 1024,
3810
3864
  "x-reconciled-from-discovery": true,
3811
- "x-reconciled-at": "2026-01-19T05:53:30.135722+00:00"
3865
+ "x-reconciled-at": "2026-01-19T18:45:21.493371+00:00"
3812
3866
  },
3813
3867
  "type": {
3814
3868
  "type": "string",
@@ -3997,10 +4051,20 @@
3997
4051
  }
3998
4052
  },
3999
4053
  "bot_defense_event_details": {
4000
- "$ref": "#/components/schemas/explain_log_recordBotDefenseEventDetails"
4054
+ "$ref": "#/components/schemas/explain_log_recordBotDefenseEventDetails",
4055
+ "x-f5xc-conflicts-with": [
4056
+ "request_details",
4057
+ "svc_policy_event_details",
4058
+ "waf_event_details"
4059
+ ]
4001
4060
  },
4002
4061
  "request_details": {
4003
- "$ref": "#/components/schemas/explain_log_recordRequestDetails"
4062
+ "$ref": "#/components/schemas/explain_log_recordRequestDetails",
4063
+ "x-f5xc-conflicts-with": [
4064
+ "bot_defense_event_details",
4065
+ "svc_policy_event_details",
4066
+ "waf_event_details"
4067
+ ]
4004
4068
  },
4005
4069
  "summary": {
4006
4070
  "type": "string",
@@ -4019,10 +4083,20 @@
4019
4083
  }
4020
4084
  },
4021
4085
  "svc_policy_event_details": {
4022
- "$ref": "#/components/schemas/explain_log_recordSvcPolicyEventDetails"
4086
+ "$ref": "#/components/schemas/explain_log_recordSvcPolicyEventDetails",
4087
+ "x-f5xc-conflicts-with": [
4088
+ "bot_defense_event_details",
4089
+ "request_details",
4090
+ "waf_event_details"
4091
+ ]
4023
4092
  },
4024
4093
  "waf_event_details": {
4025
- "$ref": "#/components/schemas/explain_log_recordWAFEventDetails"
4094
+ "$ref": "#/components/schemas/explain_log_recordWAFEventDetails",
4095
+ "x-f5xc-conflicts-with": [
4096
+ "bot_defense_event_details",
4097
+ "request_details",
4098
+ "svc_policy_event_details"
4099
+ ]
4026
4100
  }
4027
4101
  },
4028
4102
  "x-f5xc-minimum-configuration": {
@@ -4092,7 +4166,7 @@
4092
4166
  "x-original-maxLength": 1024,
4093
4167
  "format": "hostname",
4094
4168
  "x-reconciled-from-discovery": true,
4095
- "x-reconciled-at": "2026-01-19T05:53:30.135895+00:00"
4169
+ "x-reconciled-at": "2026-01-19T18:45:21.493534+00:00"
4096
4170
  },
4097
4171
  "rsp_code": {
4098
4172
  "type": "integer",
@@ -4252,7 +4326,7 @@
4252
4326
  },
4253
4327
  "x-original-maxLength": 1024,
4254
4328
  "x-reconciled-from-discovery": true,
4255
- "x-reconciled-at": "2026-01-19T05:53:30.136007+00:00"
4329
+ "x-reconciled-at": "2026-01-19T18:45:21.493655+00:00"
4256
4330
  },
4257
4331
  "state": {
4258
4332
  "type": "string",
@@ -4448,7 +4522,7 @@
4448
4522
  },
4449
4523
  "x-original-maxLength": 1024,
4450
4524
  "x-reconciled-from-discovery": true,
4451
- "x-reconciled-at": "2026-01-19T05:53:30.136135+00:00"
4525
+ "x-reconciled-at": "2026-01-19T18:45:21.493783+00:00"
4452
4526
  }
4453
4527
  },
4454
4528
  "x-f5xc-minimum-configuration": {
@@ -4537,7 +4611,7 @@
4537
4611
  },
4538
4612
  "x-original-maxLength": 1024,
4539
4613
  "x-reconciled-from-discovery": true,
4540
- "x-reconciled-at": "2026-01-19T05:53:30.136194+00:00"
4614
+ "x-reconciled-at": "2026-01-19T18:45:21.493842+00:00"
4541
4615
  },
4542
4616
  "state": {
4543
4617
  "type": "string",
@@ -4786,7 +4860,7 @@
4786
4860
  "maxLength": 26,
4787
4861
  "minLength": 15,
4788
4862
  "x-reconciled-from-discovery": true,
4789
- "x-reconciled-at": "2026-01-19T05:53:30.136344+00:00"
4863
+ "x-reconciled-at": "2026-01-19T18:45:21.493993+00:00"
4790
4864
  },
4791
4865
  "title": {
4792
4866
  "type": "string",
@@ -4805,7 +4879,7 @@
4805
4879
  },
4806
4880
  "x-original-maxLength": 1024,
4807
4881
  "x-reconciled-from-discovery": true,
4808
- "x-reconciled-at": "2026-01-19T05:53:30.136372+00:00"
4882
+ "x-reconciled-at": "2026-01-19T18:45:21.494021+00:00"
4809
4883
  }
4810
4884
  },
4811
4885
  "x-f5xc-minimum-configuration": {
@@ -4964,7 +5038,7 @@
4964
5038
  },
4965
5039
  "x-original-maxLength": 1024,
4966
5040
  "x-reconciled-from-discovery": true,
4967
- "x-reconciled-at": "2026-01-19T05:53:30.136445+00:00"
5041
+ "x-reconciled-at": "2026-01-19T18:45:21.494093+00:00"
4968
5042
  }
4969
5043
  },
4970
5044
  "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
@@ -5194,7 +5268,7 @@
5194
5268
  },
5195
5269
  "x-original-maxLength": 1024,
5196
5270
  "x-reconciled-from-discovery": true,
5197
- "x-reconciled-at": "2026-01-19T05:53:30.136575+00:00"
5271
+ "x-reconciled-at": "2026-01-19T18:45:21.494222+00:00"
5198
5272
  }
5199
5273
  },
5200
5274
  "x-f5xc-minimum-configuration": {