@robinmordasiewicz/f5xc-api-mcp 2.0.10-2601051503 → 2.0.13-2601051957

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 (52) hide show
  1. package/CHANGELOG.md +25 -14
  2. package/README.md +9 -5
  3. package/dist/generator/domain-metadata.d.ts +1 -3
  4. package/dist/generator/domain-metadata.d.ts.map +1 -1
  5. package/dist/generator/domain-metadata.js +0 -20
  6. package/dist/generator/domain-metadata.js.map +1 -1
  7. package/dist/generator/naming/acronyms.d.ts +1 -1
  8. package/dist/generator/naming/acronyms.js +1 -1
  9. package/dist/tools/generated/dependency-graph.json +1 -1
  10. package/dist/version.d.ts +2 -2
  11. package/dist/version.js +2 -2
  12. package/manifest.json +1 -1
  13. package/package.json +1 -1
  14. package/specs/domains/admin_console_and_ui.json +90 -26
  15. package/specs/domains/ai_services.json +149 -22
  16. package/specs/domains/api.json +598 -179
  17. package/specs/domains/authentication.json +198 -46
  18. package/specs/domains/bigip.json +326 -98
  19. package/specs/domains/billing_and_usage.json +289 -64
  20. package/specs/domains/blindfold.json +384 -110
  21. package/specs/domains/bot_and_threat_defense.json +256 -66
  22. package/specs/domains/cdn.json +477 -181
  23. package/specs/domains/ce_management.json +398 -118
  24. package/specs/domains/certificates.json +253 -78
  25. package/specs/domains/cloud_infrastructure.json +412 -115
  26. package/specs/domains/container_services.json +260 -95
  27. package/specs/domains/data_and_privacy_security.json +210 -68
  28. package/specs/domains/data_intelligence.json +225 -63
  29. package/specs/domains/ddos.json +690 -156
  30. package/specs/domains/dns.json +614 -149
  31. package/specs/domains/managed_kubernetes.json +317 -89
  32. package/specs/domains/marketplace.json +427 -104
  33. package/specs/domains/network.json +950 -231
  34. package/specs/domains/network_security.json +749 -188
  35. package/specs/domains/nginx_one.json +211 -63
  36. package/specs/domains/object_storage.json +126 -13
  37. package/specs/domains/observability.json +622 -103
  38. package/specs/domains/rate_limiting.json +208 -53
  39. package/specs/domains/secops_and_incident_response.json +122 -37
  40. package/specs/domains/service_mesh.json +484 -123
  41. package/specs/domains/shape.json +2359 -314
  42. package/specs/domains/sites.json +1572 -390
  43. package/specs/domains/statistics.json +892 -226
  44. package/specs/domains/support.json +544 -109
  45. package/specs/domains/telemetry_and_insights.json +312 -73
  46. package/specs/domains/tenant_and_identity.json +1881 -273
  47. package/specs/domains/threat_campaign.json +124 -67
  48. package/specs/domains/users.json +225 -72
  49. package/specs/domains/virtual.json +1157 -245
  50. package/specs/domains/vpm_and_node_management.json +59 -2
  51. package/specs/domains/waf.json +565 -140
  52. package/specs/index.json +99 -4
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Threat Campaign",
5
5
  "description": "F5 Distributed Cloud Threat Campaign API specifications",
6
- "version": "2.0.10",
6
+ "version": "2.0.13",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -12,7 +12,57 @@
12
12
  "name": "Proprietary",
13
13
  "url": "https://www.f5.com/company/policies/eula"
14
14
  },
15
- "x-f5xc-cli-domain": "threat_campaign"
15
+ "x-f5xc-cli-domain": "threat_campaign",
16
+ "x-f5xc-best-practices": {
17
+ "common_errors": [
18
+ {
19
+ "code": 400,
20
+ "message": "Invalid request body",
21
+ "resolution": "Validate JSON structure and required fields before submission",
22
+ "prevention": "Use schema validation from OpenAPI spec"
23
+ },
24
+ {
25
+ "code": 401,
26
+ "message": "Authentication failed",
27
+ "resolution": "Verify API token is valid and not expired",
28
+ "prevention": "Use environment variables for token management"
29
+ },
30
+ {
31
+ "code": 403,
32
+ "message": "Permission denied",
33
+ "resolution": "Check user role and namespace permissions",
34
+ "prevention": "Verify RBAC policies before operations"
35
+ },
36
+ {
37
+ "code": 404,
38
+ "message": "Resource not found",
39
+ "resolution": "Verify resource name and namespace exist",
40
+ "prevention": "List resources before attempting operations"
41
+ },
42
+ {
43
+ "code": 409,
44
+ "message": "Resource already exists",
45
+ "resolution": "Use unique name or delete existing resource",
46
+ "prevention": "Check existence before creation"
47
+ },
48
+ {
49
+ "code": 429,
50
+ "message": "Rate limit exceeded",
51
+ "resolution": "Implement exponential backoff and retry logic",
52
+ "prevention": "Batch operations and add delays between requests"
53
+ }
54
+ ],
55
+ "security_notes": [
56
+ "Always use HTTPS for all API communications",
57
+ "Store API tokens securely, never in source code",
58
+ "Rotate API tokens regularly following security policies"
59
+ ],
60
+ "performance_tips": [
61
+ "Use pagination for large result sets",
62
+ "Batch related operations when possible",
63
+ "Cache read-only responses appropriately"
64
+ ]
65
+ }
16
66
  },
17
67
  "servers": [
18
68
  {
@@ -251,6 +301,13 @@
251
301
  "latency": "low",
252
302
  "resource_usage": "low"
253
303
  }
304
+ },
305
+ "x-f5xc-discovered-response-time": {
306
+ "p50_ms": 200,
307
+ "p95_ms": 800,
308
+ "p99_ms": 2000,
309
+ "sample_count": 0,
310
+ "source": "estimate"
254
311
  }
255
312
  },
256
313
  "x-displayname": "Application Security Monitoring APIs.",
@@ -466,7 +523,7 @@
466
523
  },
467
524
  "x-original-maxLength": 1024,
468
525
  "x-reconciled-from-discovery": true,
469
- "x-reconciled-at": "2026-01-05T14:37:41.908636+00:00"
526
+ "x-reconciled-at": "2026-01-05T18:28:44.310309+00:00"
470
527
  },
471
528
  "namespace": {
472
529
  "type": "string",
@@ -485,7 +542,7 @@
485
542
  },
486
543
  "x-original-maxLength": 1024,
487
544
  "x-reconciled-from-discovery": true,
488
- "x-reconciled-at": "2026-01-05T14:37:41.908642+00:00"
545
+ "x-reconciled-at": "2026-01-05T18:28:44.310316+00:00"
489
546
  },
490
547
  "path": {
491
548
  "type": "string",
@@ -656,7 +713,7 @@
656
713
  },
657
714
  "x-original-maxLength": 1024,
658
715
  "x-reconciled-from-discovery": true,
659
- "x-reconciled-at": "2026-01-05T14:37:41.908658+00:00"
716
+ "x-reconciled-at": "2026-01-05T18:28:44.310332+00:00"
660
717
  },
661
718
  "namespace": {
662
719
  "type": "string",
@@ -675,7 +732,7 @@
675
732
  },
676
733
  "x-original-maxLength": 1024,
677
734
  "x-reconciled-from-discovery": true,
678
- "x-reconciled-at": "2026-01-05T14:37:41.908663+00:00"
735
+ "x-reconciled-at": "2026-01-05T18:28:44.310337+00:00"
679
736
  },
680
737
  "user_id": {
681
738
  "type": "string",
@@ -745,7 +802,7 @@
745
802
  },
746
803
  "x-original-maxLength": 1024,
747
804
  "x-reconciled-from-discovery": true,
748
- "x-reconciled-at": "2026-01-05T14:37:41.908671+00:00"
805
+ "x-reconciled-at": "2026-01-05T18:28:44.310345+00:00"
749
806
  },
750
807
  "rule": {
751
808
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -822,7 +879,7 @@
822
879
  },
823
880
  "x-original-maxLength": 1024,
824
881
  "x-reconciled-from-discovery": true,
825
- "x-reconciled-at": "2026-01-05T14:37:41.908683+00:00"
882
+ "x-reconciled-at": "2026-01-05T18:28:44.310357+00:00"
826
883
  },
827
884
  "namespace": {
828
885
  "type": "string",
@@ -841,7 +898,7 @@
841
898
  },
842
899
  "x-original-maxLength": 1024,
843
900
  "x-reconciled-from-discovery": true,
844
- "x-reconciled-at": "2026-01-05T14:37:41.908687+00:00"
901
+ "x-reconciled-at": "2026-01-05T18:28:44.310361+00:00"
845
902
  },
846
903
  "tls_fingerprint_matcher": {
847
904
  "$ref": "#/components/schemas/policyTlsFingerprintMatcherType"
@@ -952,7 +1009,7 @@
952
1009
  },
953
1010
  "x-original-maxLength": 1024,
954
1011
  "x-reconciled-from-discovery": true,
955
- "x-reconciled-at": "2026-01-05T14:37:41.908701+00:00"
1012
+ "x-reconciled-at": "2026-01-05T18:28:44.310374+00:00"
956
1013
  },
957
1014
  "namespace": {
958
1015
  "type": "string",
@@ -971,7 +1028,7 @@
971
1028
  },
972
1029
  "x-original-maxLength": 1024,
973
1030
  "x-reconciled-from-discovery": true,
974
- "x-reconciled-at": "2026-01-05T14:37:41.908705+00:00"
1031
+ "x-reconciled-at": "2026-01-05T18:28:44.310378+00:00"
975
1032
  },
976
1033
  "path": {
977
1034
  "type": "string",
@@ -1076,7 +1133,7 @@
1076
1133
  },
1077
1134
  "x-original-maxLength": 1024,
1078
1135
  "x-reconciled-from-discovery": true,
1079
- "x-reconciled-at": "2026-01-05T14:37:41.908717+00:00"
1136
+ "x-reconciled-at": "2026-01-05T18:28:44.310389+00:00"
1080
1137
  },
1081
1138
  "namespace": {
1082
1139
  "type": "string",
@@ -1095,7 +1152,7 @@
1095
1152
  },
1096
1153
  "x-original-maxLength": 1024,
1097
1154
  "x-reconciled-from-discovery": true,
1098
- "x-reconciled-at": "2026-01-05T14:37:41.908721+00:00"
1155
+ "x-reconciled-at": "2026-01-05T18:28:44.310393+00:00"
1099
1156
  },
1100
1157
  "path": {
1101
1158
  "type": "string",
@@ -1194,7 +1251,7 @@
1194
1251
  },
1195
1252
  "x-original-maxLength": 1024,
1196
1253
  "x-reconciled-from-discovery": true,
1197
- "x-reconciled-at": "2026-01-05T14:37:41.908732+00:00"
1254
+ "x-reconciled-at": "2026-01-05T18:28:44.310404+00:00"
1198
1255
  },
1199
1256
  "namespace": {
1200
1257
  "type": "string",
@@ -1213,7 +1270,7 @@
1213
1270
  },
1214
1271
  "x-original-maxLength": 1024,
1215
1272
  "x-reconciled-from-discovery": true,
1216
- "x-reconciled-at": "2026-01-05T14:37:41.908736+00:00"
1273
+ "x-reconciled-at": "2026-01-05T18:28:44.310408+00:00"
1217
1274
  },
1218
1275
  "path": {
1219
1276
  "type": "string",
@@ -1399,7 +1456,7 @@
1399
1456
  },
1400
1457
  "x-original-maxLength": 1024,
1401
1458
  "x-reconciled-from-discovery": true,
1402
- "x-reconciled-at": "2026-01-05T14:37:41.908752+00:00"
1459
+ "x-reconciled-at": "2026-01-05T18:28:44.310422+00:00"
1403
1460
  },
1404
1461
  "namespace": {
1405
1462
  "type": "string",
@@ -1418,7 +1475,7 @@
1418
1475
  },
1419
1476
  "x-original-maxLength": 1024,
1420
1477
  "x-reconciled-from-discovery": true,
1421
- "x-reconciled-at": "2026-01-05T14:37:41.908768+00:00"
1478
+ "x-reconciled-at": "2026-01-05T18:28:44.310427+00:00"
1422
1479
  },
1423
1480
  "sec_event_name": {
1424
1481
  "type": "string",
@@ -1549,7 +1606,7 @@
1549
1606
  },
1550
1607
  "x-original-maxLength": 1024,
1551
1608
  "x-reconciled-from-discovery": true,
1552
- "x-reconciled-at": "2026-01-05T14:37:41.908781+00:00"
1609
+ "x-reconciled-at": "2026-01-05T18:28:44.310439+00:00"
1553
1610
  },
1554
1611
  "rule": {
1555
1612
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -1605,7 +1662,7 @@
1605
1662
  "x-original-maxLength": 256,
1606
1663
  "format": "hostname",
1607
1664
  "x-reconciled-from-discovery": true,
1608
- "x-reconciled-at": "2026-01-05T14:37:41.908791+00:00"
1665
+ "x-reconciled-at": "2026-01-05T18:28:44.310448+00:00"
1609
1666
  },
1610
1667
  "exclude_bot_names": {
1611
1668
  "type": "array",
@@ -1702,7 +1759,7 @@
1702
1759
  },
1703
1760
  "x-original-maxLength": 1024,
1704
1761
  "x-reconciled-from-discovery": true,
1705
- "x-reconciled-at": "2026-01-05T14:37:41.908801+00:00"
1762
+ "x-reconciled-at": "2026-01-05T18:28:44.310458+00:00"
1706
1763
  },
1707
1764
  "namespace": {
1708
1765
  "type": "string",
@@ -1721,7 +1778,7 @@
1721
1778
  },
1722
1779
  "x-original-maxLength": 1024,
1723
1780
  "x-reconciled-from-discovery": true,
1724
- "x-reconciled-at": "2026-01-05T14:37:41.908805+00:00"
1781
+ "x-reconciled-at": "2026-01-05T18:28:44.310463+00:00"
1725
1782
  },
1726
1783
  "req_path": {
1727
1784
  "type": "string",
@@ -1815,7 +1872,7 @@
1815
1872
  },
1816
1873
  "x-original-maxLength": 1024,
1817
1874
  "x-reconciled-from-discovery": true,
1818
- "x-reconciled-at": "2026-01-05T14:37:41.908815+00:00"
1875
+ "x-reconciled-at": "2026-01-05T18:28:44.310472+00:00"
1819
1876
  },
1820
1877
  "waf_exclusion_policy": {
1821
1878
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -1863,7 +1920,7 @@
1863
1920
  },
1864
1921
  "x-original-maxLength": 1024,
1865
1922
  "x-reconciled-from-discovery": true,
1866
- "x-reconciled-at": "2026-01-05T14:37:41.908822+00:00"
1923
+ "x-reconciled-at": "2026-01-05T18:28:44.310479+00:00"
1867
1924
  },
1868
1925
  "namespace": {
1869
1926
  "type": "string",
@@ -1882,7 +1939,7 @@
1882
1939
  },
1883
1940
  "x-original-maxLength": 1024,
1884
1941
  "x-reconciled-from-discovery": true,
1885
- "x-reconciled-at": "2026-01-05T14:37:41.908826+00:00"
1942
+ "x-reconciled-at": "2026-01-05T18:28:44.310484+00:00"
1886
1943
  },
1887
1944
  "request_data": {
1888
1945
  "$ref": "#/components/schemas/app_securityRequestData"
@@ -2016,7 +2073,7 @@
2016
2073
  "maxLength": 15,
2017
2074
  "minLength": 3,
2018
2075
  "x-reconciled-from-discovery": true,
2019
- "x-reconciled-at": "2026-01-05T14:37:41.908843+00:00"
2076
+ "x-reconciled-at": "2026-01-05T18:28:44.310500+00:00"
2020
2077
  }
2021
2078
  },
2022
2079
  "x-f5xc-minimum-configuration": {
@@ -2122,7 +2179,7 @@
2122
2179
  },
2123
2180
  "x-original-maxLength": 1024,
2124
2181
  "x-reconciled-from-discovery": true,
2125
- "x-reconciled-at": "2026-01-05T14:37:41.908850+00:00"
2182
+ "x-reconciled-at": "2026-01-05T18:28:44.310507+00:00"
2126
2183
  }
2127
2184
  },
2128
2185
  "x-f5xc-minimum-configuration": {
@@ -2262,7 +2319,7 @@
2262
2319
  },
2263
2320
  "x-original-maxLength": 1024,
2264
2321
  "x-reconciled-from-discovery": true,
2265
- "x-reconciled-at": "2026-01-05T14:37:41.908861+00:00"
2322
+ "x-reconciled-at": "2026-01-05T18:28:44.310518+00:00"
2266
2323
  },
2267
2324
  "query": {
2268
2325
  "type": "string",
@@ -2445,7 +2502,7 @@
2445
2502
  },
2446
2503
  "x-original-maxLength": 1024,
2447
2504
  "x-reconciled-from-discovery": true,
2448
- "x-reconciled-at": "2026-01-05T14:37:41.908878+00:00"
2505
+ "x-reconciled-at": "2026-01-05T18:28:44.310533+00:00"
2449
2506
  },
2450
2507
  "start_time": {
2451
2508
  "type": "string",
@@ -2713,7 +2770,7 @@
2713
2770
  },
2714
2771
  "x-original-maxLength": 1024,
2715
2772
  "x-reconciled-from-discovery": true,
2716
- "x-reconciled-at": "2026-01-05T14:37:41.908899+00:00"
2773
+ "x-reconciled-at": "2026-01-05T18:28:44.310553+00:00"
2717
2774
  },
2718
2775
  "query": {
2719
2776
  "type": "string",
@@ -2916,7 +2973,7 @@
2916
2973
  },
2917
2974
  "x-original-maxLength": 1024,
2918
2975
  "x-reconciled-from-discovery": true,
2919
- "x-reconciled-at": "2026-01-05T14:37:41.908918+00:00"
2976
+ "x-reconciled-at": "2026-01-05T18:28:44.310571+00:00"
2920
2977
  },
2921
2978
  "scroll_id": {
2922
2979
  "type": "string",
@@ -3007,7 +3064,7 @@
3007
3064
  },
3008
3065
  "x-original-maxLength": 1024,
3009
3066
  "x-reconciled-from-discovery": true,
3010
- "x-reconciled-at": "2026-01-05T14:37:41.908928+00:00"
3067
+ "x-reconciled-at": "2026-01-05T18:28:44.310580+00:00"
3011
3068
  },
3012
3069
  "query": {
3013
3070
  "type": "string",
@@ -3189,7 +3246,7 @@
3189
3246
  },
3190
3247
  "x-original-maxLength": 1024,
3191
3248
  "x-reconciled-from-discovery": true,
3192
- "x-reconciled-at": "2026-01-05T14:37:41.908944+00:00"
3249
+ "x-reconciled-at": "2026-01-05T18:28:44.310595+00:00"
3193
3250
  },
3194
3251
  "query": {
3195
3252
  "type": "string",
@@ -3392,7 +3449,7 @@
3392
3449
  },
3393
3450
  "x-original-maxLength": 1024,
3394
3451
  "x-reconciled-from-discovery": true,
3395
- "x-reconciled-at": "2026-01-05T14:37:41.908962+00:00"
3452
+ "x-reconciled-at": "2026-01-05T18:28:44.310613+00:00"
3396
3453
  },
3397
3454
  "scroll_id": {
3398
3455
  "type": "string",
@@ -3483,7 +3540,7 @@
3483
3540
  },
3484
3541
  "x-original-maxLength": 1024,
3485
3542
  "x-reconciled-from-discovery": true,
3486
- "x-reconciled-at": "2026-01-05T14:37:41.908972+00:00"
3543
+ "x-reconciled-at": "2026-01-05T18:28:44.310622+00:00"
3487
3544
  },
3488
3545
  "query": {
3489
3546
  "type": "string",
@@ -3665,7 +3722,7 @@
3665
3722
  },
3666
3723
  "x-original-maxLength": 1024,
3667
3724
  "x-reconciled-from-discovery": true,
3668
- "x-reconciled-at": "2026-01-05T14:37:41.908988+00:00"
3725
+ "x-reconciled-at": "2026-01-05T18:28:44.310638+00:00"
3669
3726
  },
3670
3727
  "query": {
3671
3728
  "type": "string",
@@ -3868,7 +3925,7 @@
3868
3925
  },
3869
3926
  "x-original-maxLength": 1024,
3870
3927
  "x-reconciled-from-discovery": true,
3871
- "x-reconciled-at": "2026-01-05T14:37:41.909009+00:00"
3928
+ "x-reconciled-at": "2026-01-05T18:28:44.310655+00:00"
3872
3929
  },
3873
3930
  "scroll_id": {
3874
3931
  "type": "string",
@@ -3941,7 +3998,7 @@
3941
3998
  },
3942
3999
  "x-original-maxLength": 1024,
3943
4000
  "x-reconciled-from-discovery": true,
3944
- "x-reconciled-at": "2026-01-05T14:37:41.909018+00:00"
4001
+ "x-reconciled-at": "2026-01-05T18:28:44.310662+00:00"
3945
4002
  },
3946
4003
  "id": {
3947
4004
  "type": "string",
@@ -4055,7 +4112,7 @@
4055
4112
  },
4056
4113
  "x-original-maxLength": 1024,
4057
4114
  "x-reconciled-from-discovery": true,
4058
- "x-reconciled-at": "2026-01-05T14:37:41.909030+00:00"
4115
+ "x-reconciled-at": "2026-01-05T18:28:44.310673+00:00"
4059
4116
  },
4060
4117
  "references": {
4061
4118
  "type": "array",
@@ -6315,7 +6372,7 @@
6315
6372
  },
6316
6373
  "x-original-maxLength": 256,
6317
6374
  "x-reconciled-from-discovery": true,
6318
- "x-reconciled-at": "2026-01-05T14:37:41.909234+00:00"
6375
+ "x-reconciled-at": "2026-01-05T18:28:44.310858+00:00"
6319
6376
  },
6320
6377
  "presence": {
6321
6378
  "type": "boolean",
@@ -6396,7 +6453,7 @@
6396
6453
  "readOnly": true,
6397
6454
  "x-original-maxLength": 1024,
6398
6455
  "x-reconciled-from-discovery": true,
6399
- "x-reconciled-at": "2026-01-05T14:37:41.909242+00:00"
6456
+ "x-reconciled-at": "2026-01-05T18:28:44.310865+00:00"
6400
6457
  },
6401
6458
  "name": {
6402
6459
  "type": "string",
@@ -6415,7 +6472,7 @@
6415
6472
  },
6416
6473
  "x-original-maxLength": 1024,
6417
6474
  "x-reconciled-from-discovery": true,
6418
- "x-reconciled-at": "2026-01-05T14:37:41.909247+00:00"
6475
+ "x-reconciled-at": "2026-01-05T18:28:44.310870+00:00"
6419
6476
  },
6420
6477
  "namespace": {
6421
6478
  "type": "string",
@@ -6434,7 +6491,7 @@
6434
6491
  },
6435
6492
  "x-original-maxLength": 1024,
6436
6493
  "x-reconciled-from-discovery": true,
6437
- "x-reconciled-at": "2026-01-05T14:37:41.909251+00:00"
6494
+ "x-reconciled-at": "2026-01-05T18:28:44.310874+00:00"
6438
6495
  },
6439
6496
  "tenant": {
6440
6497
  "type": "string",
@@ -6455,7 +6512,7 @@
6455
6512
  "x-field-mutability": "read-only",
6456
6513
  "x-original-maxLength": 1024,
6457
6514
  "x-reconciled-from-discovery": true,
6458
- "x-reconciled-at": "2026-01-05T14:37:41.909255+00:00"
6515
+ "x-reconciled-at": "2026-01-05T18:28:44.310879+00:00"
6459
6516
  },
6460
6517
  "uid": {
6461
6518
  "type": "string",
@@ -6477,7 +6534,7 @@
6477
6534
  "x-original-maxLength": 1024,
6478
6535
  "format": "uuid",
6479
6536
  "x-reconciled-from-discovery": true,
6480
- "x-reconciled-at": "2026-01-05T14:37:41.909260+00:00"
6537
+ "x-reconciled-at": "2026-01-05T18:28:44.310884+00:00"
6481
6538
  }
6482
6539
  },
6483
6540
  "x-f5xc-minimum-configuration": {
@@ -6515,7 +6572,7 @@
6515
6572
  "maxLength": 15,
6516
6573
  "minLength": 3,
6517
6574
  "x-reconciled-from-discovery": true,
6518
- "x-reconciled-at": "2026-01-05T14:37:41.909266+00:00"
6575
+ "x-reconciled-at": "2026-01-05T18:28:44.310890+00:00"
6519
6576
  }
6520
6577
  },
6521
6578
  "x-f5xc-minimum-configuration": {
@@ -6735,7 +6792,7 @@
6735
6792
  },
6736
6793
  "x-original-maxLength": 1024,
6737
6794
  "x-reconciled-from-discovery": true,
6738
- "x-reconciled-at": "2026-01-05T14:37:41.909289+00:00"
6795
+ "x-reconciled-at": "2026-01-05T18:28:44.310911+00:00"
6739
6796
  },
6740
6797
  "order_by": {
6741
6798
  "$ref": "#/components/schemas/logOrderByData"
@@ -6837,7 +6894,7 @@
6837
6894
  },
6838
6895
  "x-original-maxLength": 1024,
6839
6896
  "x-reconciled-from-discovery": true,
6840
- "x-reconciled-at": "2026-01-05T14:37:41.909302+00:00"
6897
+ "x-reconciled-at": "2026-01-05T18:28:44.310923+00:00"
6841
6898
  },
6842
6899
  "order_by": {
6843
6900
  "$ref": "#/components/schemas/logOrderByData"
@@ -6947,7 +7004,7 @@
6947
7004
  },
6948
7005
  "x-original-maxLength": 1024,
6949
7006
  "x-reconciled-from-discovery": true,
6950
- "x-reconciled-at": "2026-01-05T14:37:41.909318+00:00"
7007
+ "x-reconciled-at": "2026-01-05T18:28:44.310938+00:00"
6951
7008
  }
6952
7009
  },
6953
7010
  "x-f5xc-minimum-configuration": {
@@ -7105,7 +7162,7 @@
7105
7162
  },
7106
7163
  "x-original-maxLength": 1024,
7107
7164
  "x-reconciled-from-discovery": true,
7108
- "x-reconciled-at": "2026-01-05T14:37:41.909332+00:00"
7165
+ "x-reconciled-at": "2026-01-05T18:28:44.310951+00:00"
7109
7166
  },
7110
7167
  "sub_aggs": {
7111
7168
  "type": "object",
@@ -7209,7 +7266,7 @@
7209
7266
  "maxLength": 15,
7210
7267
  "minLength": 3,
7211
7268
  "x-reconciled-from-discovery": true,
7212
- "x-reconciled-at": "2026-01-05T14:37:41.909352+00:00"
7269
+ "x-reconciled-at": "2026-01-05T18:28:44.310969+00:00"
7213
7270
  }
7214
7271
  },
7215
7272
  "x-f5xc-minimum-configuration": {
@@ -7264,7 +7321,7 @@
7264
7321
  "maxLength": 15,
7265
7322
  "minLength": 3,
7266
7323
  "x-reconciled-from-discovery": true,
7267
- "x-reconciled-at": "2026-01-05T14:37:41.909359+00:00"
7324
+ "x-reconciled-at": "2026-01-05T18:28:44.310975+00:00"
7268
7325
  }
7269
7326
  },
7270
7327
  "x-f5xc-minimum-configuration": {
@@ -7481,7 +7538,7 @@
7481
7538
  "maxLength": 16,
7482
7539
  "minLength": 7,
7483
7540
  "x-reconciled-from-discovery": true,
7484
- "x-reconciled-at": "2026-01-05T14:37:41.909383+00:00"
7541
+ "x-reconciled-at": "2026-01-05T18:28:44.310998+00:00"
7485
7542
  },
7486
7543
  "value": {
7487
7544
  "type": "number",
@@ -7497,7 +7554,7 @@
7497
7554
  "maxLength": 15,
7498
7555
  "minLength": 3,
7499
7556
  "x-reconciled-from-discovery": true,
7500
- "x-reconciled-at": "2026-01-05T14:37:41.909389+00:00"
7557
+ "x-reconciled-at": "2026-01-05T18:28:44.311002+00:00"
7501
7558
  }
7502
7559
  },
7503
7560
  "x-f5xc-minimum-configuration": {
@@ -7623,7 +7680,7 @@
7623
7680
  },
7624
7681
  "x-original-maxLength": 1024,
7625
7682
  "x-reconciled-from-discovery": true,
7626
- "x-reconciled-at": "2026-01-05T14:37:41.909402+00:00"
7683
+ "x-reconciled-at": "2026-01-05T18:28:44.311014+00:00"
7627
7684
  },
7628
7685
  "sec_event_type": {
7629
7686
  "type": "string",
@@ -7758,7 +7815,7 @@
7758
7815
  },
7759
7816
  "x-original-maxLength": 1024,
7760
7817
  "x-reconciled-from-discovery": true,
7761
- "x-reconciled-at": "2026-01-05T14:37:41.909416+00:00"
7818
+ "x-reconciled-at": "2026-01-05T18:28:44.311027+00:00"
7762
7819
  }
7763
7820
  },
7764
7821
  "x-f5xc-minimum-configuration": {
@@ -7835,7 +7892,7 @@
7835
7892
  },
7836
7893
  "x-original-maxLength": 1024,
7837
7894
  "x-reconciled-from-discovery": true,
7838
- "x-reconciled-at": "2026-01-05T14:37:41.909423+00:00"
7895
+ "x-reconciled-at": "2026-01-05T18:28:44.311055+00:00"
7839
7896
  }
7840
7897
  },
7841
7898
  "x-f5xc-minimum-configuration": {
@@ -8401,7 +8458,7 @@
8401
8458
  },
8402
8459
  "x-original-maxLength": 256,
8403
8460
  "x-reconciled-from-discovery": true,
8404
- "x-reconciled-at": "2026-01-05T14:37:41.909473+00:00"
8461
+ "x-reconciled-at": "2026-01-05T18:28:44.311109+00:00"
8405
8462
  }
8406
8463
  },
8407
8464
  "x-f5xc-minimum-configuration": {
@@ -8976,7 +9033,7 @@
8976
9033
  },
8977
9034
  "x-original-maxLength": 256,
8978
9035
  "x-reconciled-from-discovery": true,
8979
- "x-reconciled-at": "2026-01-05T14:37:41.909494+00:00"
9036
+ "x-reconciled-at": "2026-01-05T18:28:44.311128+00:00"
8980
9037
  }
8981
9038
  },
8982
9039
  "x-f5xc-minimum-configuration": {
@@ -9792,7 +9849,7 @@
9792
9849
  },
9793
9850
  "x-original-maxLength": 256,
9794
9851
  "x-reconciled-from-discovery": true,
9795
- "x-reconciled-at": "2026-01-05T14:37:41.909539+00:00"
9852
+ "x-reconciled-at": "2026-01-05T18:28:44.311170+00:00"
9796
9853
  },
9797
9854
  "name": {
9798
9855
  "type": "string",
@@ -9822,7 +9879,7 @@
9822
9879
  },
9823
9880
  "x-original-maxLength": 1024,
9824
9881
  "x-reconciled-from-discovery": true,
9825
- "x-reconciled-at": "2026-01-05T14:37:41.909544+00:00"
9882
+ "x-reconciled-at": "2026-01-05T18:28:44.311174+00:00"
9826
9883
  }
9827
9884
  },
9828
9885
  "x-f5xc-minimum-configuration": {
@@ -9926,7 +9983,7 @@
9926
9983
  },
9927
9984
  "x-original-maxLength": 1024,
9928
9985
  "x-reconciled-from-discovery": true,
9929
- "x-reconciled-at": "2026-01-05T14:37:41.909549+00:00"
9986
+ "x-reconciled-at": "2026-01-05T18:28:44.311180+00:00"
9930
9987
  },
9931
9988
  "previous_value": {
9932
9989
  "type": "string",
@@ -9960,7 +10017,7 @@
9960
10017
  },
9961
10018
  "x-original-maxLength": 1024,
9962
10019
  "x-reconciled-from-discovery": true,
9963
- "x-reconciled-at": "2026-01-05T14:37:41.909557+00:00"
10020
+ "x-reconciled-at": "2026-01-05T18:28:44.311187+00:00"
9964
10021
  }
9965
10022
  },
9966
10023
  "x-f5xc-minimum-configuration": {
@@ -10508,7 +10565,7 @@
10508
10565
  },
10509
10566
  "x-original-maxLength": 256,
10510
10567
  "x-reconciled-from-discovery": true,
10511
- "x-reconciled-at": "2026-01-05T14:37:41.909605+00:00"
10568
+ "x-reconciled-at": "2026-01-05T18:28:44.311231+00:00"
10512
10569
  }
10513
10570
  },
10514
10571
  "x-f5xc-minimum-configuration": {
@@ -10631,7 +10688,7 @@
10631
10688
  },
10632
10689
  "x-original-maxLength": 256,
10633
10690
  "x-reconciled-from-discovery": true,
10634
- "x-reconciled-at": "2026-01-05T14:37:41.909617+00:00"
10691
+ "x-reconciled-at": "2026-01-05T18:28:44.311242+00:00"
10635
10692
  }
10636
10693
  },
10637
10694
  "x-f5xc-minimum-configuration": {
@@ -10685,7 +10742,7 @@
10685
10742
  },
10686
10743
  "x-original-maxLength": 128,
10687
10744
  "x-reconciled-from-discovery": true,
10688
- "x-reconciled-at": "2026-01-05T14:37:41.909622+00:00"
10745
+ "x-reconciled-at": "2026-01-05T18:28:44.311247+00:00"
10689
10746
  },
10690
10747
  "namespace": {
10691
10748
  "type": "string",
@@ -10710,7 +10767,7 @@
10710
10767
  },
10711
10768
  "x-original-maxLength": 64,
10712
10769
  "x-reconciled-from-discovery": true,
10713
- "x-reconciled-at": "2026-01-05T14:37:41.909626+00:00"
10770
+ "x-reconciled-at": "2026-01-05T18:28:44.311251+00:00"
10714
10771
  },
10715
10772
  "tenant": {
10716
10773
  "type": "string",
@@ -10737,7 +10794,7 @@
10737
10794
  "x-field-mutability": "read-only",
10738
10795
  "x-original-maxLength": 64,
10739
10796
  "x-reconciled-from-discovery": true,
10740
- "x-reconciled-at": "2026-01-05T14:37:41.909631+00:00"
10797
+ "x-reconciled-at": "2026-01-05T18:28:44.311255+00:00"
10741
10798
  }
10742
10799
  },
10743
10800
  "x-f5xc-minimum-configuration": {