@robinmordasiewicz/f5xc-api-mcp 2.0.20-2601080407 → 2.0.21-2601081701

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 (67) hide show
  1. package/dist/server.d.ts.map +1 -1
  2. package/dist/server.js +100 -2
  3. package/dist/server.js.map +1 -1
  4. package/dist/tools/discovery/describe.d.ts +2 -0
  5. package/dist/tools/discovery/describe.d.ts.map +1 -1
  6. package/dist/tools/discovery/describe.js +2 -0
  7. package/dist/tools/discovery/describe.js.map +1 -1
  8. package/dist/tools/discovery/index.d.ts +31 -0
  9. package/dist/tools/discovery/index.d.ts.map +1 -1
  10. package/dist/tools/discovery/index.js +38 -0
  11. package/dist/tools/discovery/index.js.map +1 -1
  12. package/dist/tools/discovery/schema-loader.d.ts +142 -0
  13. package/dist/tools/discovery/schema-loader.d.ts.map +1 -0
  14. package/dist/tools/discovery/schema-loader.js +322 -0
  15. package/dist/tools/discovery/schema-loader.js.map +1 -0
  16. package/dist/tools/discovery/schema.d.ts +134 -0
  17. package/dist/tools/discovery/schema.d.ts.map +1 -0
  18. package/dist/tools/discovery/schema.js +380 -0
  19. package/dist/tools/discovery/schema.js.map +1 -0
  20. package/dist/tools/discovery/suggest-params.d.ts +87 -0
  21. package/dist/tools/discovery/suggest-params.d.ts.map +1 -0
  22. package/dist/tools/discovery/suggest-params.js +427 -0
  23. package/dist/tools/discovery/suggest-params.js.map +1 -0
  24. package/dist/tools/generated/dependency-graph.json +1 -1
  25. package/dist/version.d.ts +2 -2
  26. package/dist/version.js +2 -2
  27. package/manifest.json +1 -1
  28. package/package.json +1 -1
  29. package/specs/domains/admin_console_and_ui.json +26 -25
  30. package/specs/domains/ai_services.json +22 -22
  31. package/specs/domains/api.json +174 -175
  32. package/specs/domains/authentication.json +48 -47
  33. package/specs/domains/bigip.json +95 -95
  34. package/specs/domains/billing_and_usage.json +64 -64
  35. package/specs/domains/blindfold.json +110 -110
  36. package/specs/domains/bot_and_threat_defense.json +66 -65
  37. package/specs/domains/cdn.json +178 -179
  38. package/specs/domains/ce_management.json +77 -78
  39. package/specs/domains/certificates.json +76 -76
  40. package/specs/domains/cloud_infrastructure.json +113 -113
  41. package/specs/domains/container_services.json +92 -92
  42. package/specs/domains/data_and_privacy_security.json +67 -67
  43. package/specs/domains/data_intelligence.json +65 -65
  44. package/specs/domains/ddos.json +155 -156
  45. package/specs/domains/dns.json +149 -149
  46. package/specs/domains/managed_kubernetes.json +86 -86
  47. package/specs/domains/marketplace.json +104 -104
  48. package/specs/domains/network.json +231 -232
  49. package/specs/domains/network_security.json +188 -188
  50. package/specs/domains/nginx_one.json +63 -63
  51. package/specs/domains/object_storage.json +13 -13
  52. package/specs/domains/observability.json +103 -104
  53. package/specs/domains/rate_limiting.json +53 -53
  54. package/specs/domains/secops_and_incident_response.json +37 -37
  55. package/specs/domains/service_mesh.json +120 -120
  56. package/specs/domains/shape.json +314 -315
  57. package/specs/domains/sites.json +350 -350
  58. package/specs/domains/statistics.json +226 -227
  59. package/specs/domains/support.json +109 -109
  60. package/specs/domains/telemetry_and_insights.json +75 -74
  61. package/specs/domains/tenant_and_identity.json +269 -272
  62. package/specs/domains/threat_campaign.json +69 -68
  63. package/specs/domains/users.json +67 -66
  64. package/specs/domains/virtual.json +245 -245
  65. package/specs/domains/vpm_and_node_management.json +4 -3
  66. package/specs/domains/waf.json +140 -141
  67. package/specs/index.json +17 -17
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Waf",
5
5
  "description": "Signature-based attack detection with customizable blocking responses. Attack type classification, protocol inspection, and AI-driven risk assessment. Exclusion policies override default blocking for trusted traffic. Staged signature testing validates rules before enforcement. Security event metrics track rule hits and blocked requests across namespaces.",
6
- "version": "2.0.20",
6
+ "version": "2.0.21",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -12,6 +12,7 @@
12
12
  "name": "Proprietary",
13
13
  "url": "https://www.f5.com/company/policies/eula"
14
14
  },
15
+ "x-f5xc-description-long": "Signature-based attack detection with customizable blocking responses. Attack type classification, protocol inspection, and AI-driven risk assessment. Exclusion policies override default blocking for trusted traffic. Staged signature testing validates rules before enforcement. Security event metrics track rule hits and blocked requests across namespaces.",
15
16
  "summary": "Application firewall rules with signature-based detection. Exclusion policies, blocking pages, and anomaly prevention.",
16
17
  "x-f5xc-cli-domain": "waf",
17
18
  "x-f5xc-best-practices": {
@@ -11261,7 +11262,7 @@
11261
11262
  },
11262
11263
  "x-original-maxLength": 1024,
11263
11264
  "x-reconciled-from-discovery": true,
11264
- "x-reconciled-at": "2026-01-07T15:52:33.524270+00:00"
11265
+ "x-reconciled-at": "2026-01-08T05:41:37.565532+00:00"
11265
11266
  },
11266
11267
  "namespace": {
11267
11268
  "type": "string",
@@ -11281,7 +11282,7 @@
11281
11282
  },
11282
11283
  "x-original-maxLength": 1024,
11283
11284
  "x-reconciled-from-discovery": true,
11284
- "x-reconciled-at": "2026-01-07T15:52:33.524277+00:00"
11285
+ "x-reconciled-at": "2026-01-08T05:41:37.565538+00:00"
11285
11286
  }
11286
11287
  },
11287
11288
  "x-f5xc-minimum-configuration": {
@@ -11449,7 +11450,7 @@
11449
11450
  "maxLength": 17,
11450
11451
  "minLength": 17,
11451
11452
  "x-reconciled-from-discovery": true,
11452
- "x-reconciled-at": "2026-01-07T15:52:33.524306+00:00"
11453
+ "x-reconciled-at": "2026-01-08T05:41:37.565563+00:00"
11453
11454
  },
11454
11455
  "system_metadata": {
11455
11456
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -11661,7 +11662,7 @@
11661
11662
  },
11662
11663
  "x-original-maxLength": 1024,
11663
11664
  "x-reconciled-from-discovery": true,
11664
- "x-reconciled-at": "2026-01-07T15:52:33.524333+00:00"
11665
+ "x-reconciled-at": "2026-01-08T05:41:37.565587+00:00"
11665
11666
  },
11666
11667
  "disabled": {
11667
11668
  "type": "boolean",
@@ -11715,7 +11716,7 @@
11715
11716
  },
11716
11717
  "x-original-maxLength": 1024,
11717
11718
  "x-reconciled-from-discovery": true,
11718
- "x-reconciled-at": "2026-01-07T15:52:33.524344+00:00"
11719
+ "x-reconciled-at": "2026-01-08T05:41:37.565596+00:00"
11719
11720
  },
11720
11721
  "namespace": {
11721
11722
  "type": "string",
@@ -11734,7 +11735,7 @@
11734
11735
  },
11735
11736
  "x-original-maxLength": 1024,
11736
11737
  "x-reconciled-from-discovery": true,
11737
- "x-reconciled-at": "2026-01-07T15:52:33.524348+00:00"
11738
+ "x-reconciled-at": "2026-01-08T05:41:37.565600+00:00"
11738
11739
  },
11739
11740
  "owner_view": {
11740
11741
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -11776,7 +11777,7 @@
11776
11777
  "x-field-mutability": "read-only",
11777
11778
  "x-original-maxLength": 1024,
11778
11779
  "x-reconciled-from-discovery": true,
11779
- "x-reconciled-at": "2026-01-07T15:52:33.524356+00:00"
11780
+ "x-reconciled-at": "2026-01-08T05:41:37.565607+00:00"
11780
11781
  },
11781
11782
  "uid": {
11782
11783
  "type": "string",
@@ -11797,7 +11798,7 @@
11797
11798
  "x-original-maxLength": 1024,
11798
11799
  "format": "uuid",
11799
11800
  "x-reconciled-from-discovery": true,
11800
- "x-reconciled-at": "2026-01-07T15:52:33.524362+00:00"
11801
+ "x-reconciled-at": "2026-01-08T05:41:37.565613+00:00"
11801
11802
  }
11802
11803
  },
11803
11804
  "x-f5xc-description-short": "By default a summary of app_firewall is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -12017,7 +12018,7 @@
12017
12018
  },
12018
12019
  "x-original-maxLength": 1024,
12019
12020
  "x-reconciled-from-discovery": true,
12020
- "x-reconciled-at": "2026-01-07T15:52:33.524381+00:00"
12021
+ "x-reconciled-at": "2026-01-08T05:41:37.565628+00:00"
12021
12022
  },
12022
12023
  "range": {
12023
12024
  "type": "string",
@@ -12518,7 +12519,6 @@
12518
12519
  "title": "Empty",
12519
12520
  "x-displayname": "Empty",
12520
12521
  "x-ves-proto-message": "ves.io.schema.Empty",
12521
- "x-f5xc-description-short": "Can be used for messages where no values are needed.",
12522
12522
  "x-f5xc-minimum-configuration": {
12523
12523
  "description": "Minimum configuration for ioschemaEmpty",
12524
12524
  "required_fields": [],
@@ -12561,7 +12561,7 @@
12561
12561
  },
12562
12562
  "x-original-maxLength": 1024,
12563
12563
  "x-reconciled-from-discovery": true,
12564
- "x-reconciled-at": "2026-01-07T15:52:33.524426+00:00"
12564
+ "x-reconciled-at": "2026-01-08T05:41:37.565672+00:00"
12565
12565
  }
12566
12566
  },
12567
12567
  "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
@@ -12636,7 +12636,7 @@
12636
12636
  },
12637
12637
  "x-original-maxLength": 1024,
12638
12638
  "x-reconciled-from-discovery": true,
12639
- "x-reconciled-at": "2026-01-07T15:52:33.524434+00:00"
12639
+ "x-reconciled-at": "2026-01-08T05:41:37.565680+00:00"
12640
12640
  },
12641
12641
  "service_name": {
12642
12642
  "type": "string",
@@ -12679,7 +12679,7 @@
12679
12679
  },
12680
12680
  "x-original-maxLength": 1024,
12681
12681
  "x-reconciled-from-discovery": true,
12682
- "x-reconciled-at": "2026-01-07T15:52:33.524440+00:00"
12682
+ "x-reconciled-at": "2026-01-08T05:41:37.565685+00:00"
12683
12683
  },
12684
12684
  "type": {
12685
12685
  "type": "string",
@@ -12902,7 +12902,7 @@
12902
12902
  },
12903
12903
  "x-original-maxLength": 1024,
12904
12904
  "x-reconciled-from-discovery": true,
12905
- "x-reconciled-at": "2026-01-07T15:52:33.524452+00:00"
12905
+ "x-reconciled-at": "2026-01-08T05:41:37.565695+00:00"
12906
12906
  }
12907
12907
  },
12908
12908
  "x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
@@ -13002,7 +13002,7 @@
13002
13002
  },
13003
13003
  "x-original-maxLength": 1024,
13004
13004
  "x-reconciled-from-discovery": true,
13005
- "x-reconciled-at": "2026-01-07T15:52:33.524463+00:00"
13005
+ "x-reconciled-at": "2026-01-08T05:41:37.565705+00:00"
13006
13006
  }
13007
13007
  },
13008
13008
  "x-f5xc-description-short": "Metric data contains timestamp and the value.",
@@ -13078,7 +13078,7 @@
13078
13078
  },
13079
13079
  "x-original-maxLength": 1200,
13080
13080
  "x-reconciled-from-discovery": true,
13081
- "x-reconciled-at": "2026-01-07T15:52:33.524470+00:00"
13081
+ "x-reconciled-at": "2026-01-08T05:41:37.565711+00:00"
13082
13082
  },
13083
13083
  "disable": {
13084
13084
  "type": "boolean",
@@ -13136,7 +13136,7 @@
13136
13136
  },
13137
13137
  "x-original-maxLength": 1024,
13138
13138
  "x-reconciled-from-discovery": true,
13139
- "x-reconciled-at": "2026-01-07T15:52:33.524477+00:00"
13139
+ "x-reconciled-at": "2026-01-08T05:41:37.565718+00:00"
13140
13140
  },
13141
13141
  "namespace": {
13142
13142
  "type": "string",
@@ -13157,7 +13157,7 @@
13157
13157
  },
13158
13158
  "x-original-maxLength": 1024,
13159
13159
  "x-reconciled-from-discovery": true,
13160
- "x-reconciled-at": "2026-01-07T15:52:33.524481+00:00"
13160
+ "x-reconciled-at": "2026-01-08T05:41:37.565722+00:00"
13161
13161
  }
13162
13162
  },
13163
13163
  "x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
@@ -13237,7 +13237,7 @@
13237
13237
  },
13238
13238
  "x-original-maxLength": 1200,
13239
13239
  "x-reconciled-from-discovery": true,
13240
- "x-reconciled-at": "2026-01-07T15:52:33.524488+00:00"
13240
+ "x-reconciled-at": "2026-01-08T05:41:37.565729+00:00"
13241
13241
  },
13242
13242
  "disable": {
13243
13243
  "type": "boolean",
@@ -13297,7 +13297,7 @@
13297
13297
  },
13298
13298
  "x-original-maxLength": 1024,
13299
13299
  "x-reconciled-from-discovery": true,
13300
- "x-reconciled-at": "2026-01-07T15:52:33.524495+00:00"
13300
+ "x-reconciled-at": "2026-01-08T05:41:37.565736+00:00"
13301
13301
  },
13302
13302
  "namespace": {
13303
13303
  "type": "string",
@@ -13318,7 +13318,7 @@
13318
13318
  },
13319
13319
  "x-original-maxLength": 1024,
13320
13320
  "x-reconciled-from-discovery": true,
13321
- "x-reconciled-at": "2026-01-07T15:52:33.524499+00:00"
13321
+ "x-reconciled-at": "2026-01-08T05:41:37.565740+00:00"
13322
13322
  }
13323
13323
  },
13324
13324
  "x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
@@ -13366,7 +13366,7 @@
13366
13366
  "readOnly": true,
13367
13367
  "x-original-maxLength": 1024,
13368
13368
  "x-reconciled-from-discovery": true,
13369
- "x-reconciled-at": "2026-01-07T15:52:33.524504+00:00"
13369
+ "x-reconciled-at": "2026-01-08T05:41:37.565744+00:00"
13370
13370
  },
13371
13371
  "name": {
13372
13372
  "type": "string",
@@ -13387,7 +13387,7 @@
13387
13387
  },
13388
13388
  "x-original-maxLength": 1024,
13389
13389
  "x-reconciled-from-discovery": true,
13390
- "x-reconciled-at": "2026-01-07T15:52:33.524508+00:00"
13390
+ "x-reconciled-at": "2026-01-08T05:41:37.565748+00:00"
13391
13391
  },
13392
13392
  "namespace": {
13393
13393
  "type": "string",
@@ -13408,7 +13408,7 @@
13408
13408
  },
13409
13409
  "x-original-maxLength": 1024,
13410
13410
  "x-reconciled-from-discovery": true,
13411
- "x-reconciled-at": "2026-01-07T15:52:33.524512+00:00"
13411
+ "x-reconciled-at": "2026-01-08T05:41:37.565751+00:00"
13412
13412
  },
13413
13413
  "tenant": {
13414
13414
  "type": "string",
@@ -13431,7 +13431,7 @@
13431
13431
  "x-field-mutability": "read-only",
13432
13432
  "x-original-maxLength": 1024,
13433
13433
  "x-reconciled-from-discovery": true,
13434
- "x-reconciled-at": "2026-01-07T15:52:33.524516+00:00"
13434
+ "x-reconciled-at": "2026-01-08T05:41:37.565755+00:00"
13435
13435
  },
13436
13436
  "uid": {
13437
13437
  "type": "string",
@@ -13455,7 +13455,7 @@
13455
13455
  "x-original-maxLength": 1024,
13456
13456
  "format": "uuid",
13457
13457
  "x-reconciled-from-discovery": true,
13458
- "x-reconciled-at": "2026-01-07T15:52:33.524521+00:00"
13458
+ "x-reconciled-at": "2026-01-08T05:41:37.565760+00:00"
13459
13459
  }
13460
13460
  },
13461
13461
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -13535,7 +13535,7 @@
13535
13535
  },
13536
13536
  "x-original-maxLength": 1200,
13537
13537
  "x-reconciled-from-discovery": true,
13538
- "x-reconciled-at": "2026-01-07T15:52:33.524528+00:00"
13538
+ "x-reconciled-at": "2026-01-08T05:41:37.565767+00:00"
13539
13539
  },
13540
13540
  "disable": {
13541
13541
  "type": "boolean",
@@ -13593,7 +13593,7 @@
13593
13593
  },
13594
13594
  "x-original-maxLength": 1024,
13595
13595
  "x-reconciled-from-discovery": true,
13596
- "x-reconciled-at": "2026-01-07T15:52:33.524536+00:00"
13596
+ "x-reconciled-at": "2026-01-08T05:41:37.565774+00:00"
13597
13597
  },
13598
13598
  "namespace": {
13599
13599
  "type": "string",
@@ -13614,7 +13614,7 @@
13614
13614
  },
13615
13615
  "x-original-maxLength": 1024,
13616
13616
  "x-reconciled-from-discovery": true,
13617
- "x-reconciled-at": "2026-01-07T15:52:33.524540+00:00"
13617
+ "x-reconciled-at": "2026-01-08T05:41:37.565778+00:00"
13618
13618
  }
13619
13619
  },
13620
13620
  "x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
@@ -13738,7 +13738,7 @@
13738
13738
  "x-original-maxLength": 1024,
13739
13739
  "format": "uuid",
13740
13740
  "x-reconciled-from-discovery": true,
13741
- "x-reconciled-at": "2026-01-07T15:52:33.524563+00:00"
13741
+ "x-reconciled-at": "2026-01-08T05:41:37.565789+00:00"
13742
13742
  },
13743
13743
  "vtrp_id": {
13744
13744
  "type": "string",
@@ -13858,7 +13858,7 @@
13858
13858
  },
13859
13859
  "x-original-maxLength": 1024,
13860
13860
  "x-reconciled-from-discovery": true,
13861
- "x-reconciled-at": "2026-01-07T15:52:33.524574+00:00"
13861
+ "x-reconciled-at": "2026-01-08T05:41:37.565797+00:00"
13862
13862
  },
13863
13863
  "status": {
13864
13864
  "type": "string",
@@ -13878,7 +13878,7 @@
13878
13878
  },
13879
13879
  "x-original-maxLength": 1024,
13880
13880
  "x-reconciled-from-discovery": true,
13881
- "x-reconciled-at": "2026-01-07T15:52:33.524578+00:00"
13881
+ "x-reconciled-at": "2026-01-08T05:41:37.565801+00:00"
13882
13882
  }
13883
13883
  },
13884
13884
  "x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
@@ -14073,7 +14073,7 @@
14073
14073
  "x-field-mutability": "read-only",
14074
14074
  "x-original-maxLength": 1024,
14075
14075
  "x-reconciled-from-discovery": true,
14076
- "x-reconciled-at": "2026-01-07T15:52:33.524598+00:00"
14076
+ "x-reconciled-at": "2026-01-08T05:41:37.565819+00:00"
14077
14077
  },
14078
14078
  "uid": {
14079
14079
  "type": "string",
@@ -14096,7 +14096,7 @@
14096
14096
  "x-original-maxLength": 1024,
14097
14097
  "format": "uuid",
14098
14098
  "x-reconciled-from-discovery": true,
14099
- "x-reconciled-at": "2026-01-07T15:52:33.524603+00:00"
14099
+ "x-reconciled-at": "2026-01-08T05:41:37.565824+00:00"
14100
14100
  }
14101
14101
  },
14102
14102
  "x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
@@ -14172,7 +14172,7 @@
14172
14172
  },
14173
14173
  "x-original-maxLength": 1024,
14174
14174
  "x-reconciled-from-discovery": true,
14175
- "x-reconciled-at": "2026-01-07T15:52:33.524608+00:00"
14175
+ "x-reconciled-at": "2026-01-08T05:41:37.565829+00:00"
14176
14176
  },
14177
14177
  "previous_value": {
14178
14178
  "type": "string",
@@ -14211,7 +14211,7 @@
14211
14211
  },
14212
14212
  "x-original-maxLength": 1024,
14213
14213
  "x-reconciled-from-discovery": true,
14214
- "x-reconciled-at": "2026-01-07T15:52:33.524615+00:00"
14214
+ "x-reconciled-at": "2026-01-08T05:41:37.565835+00:00"
14215
14215
  }
14216
14216
  },
14217
14217
  "x-f5xc-description-short": "Trend value contains trend value, trend sentiment and trend calculation description and window size.",
@@ -14302,7 +14302,7 @@
14302
14302
  },
14303
14303
  "x-original-maxLength": 1024,
14304
14304
  "x-reconciled-from-discovery": true,
14305
- "x-reconciled-at": "2026-01-07T15:52:33.524620+00:00"
14305
+ "x-reconciled-at": "2026-01-08T05:41:37.565839+00:00"
14306
14306
  },
14307
14307
  "name": {
14308
14308
  "type": "string",
@@ -14323,7 +14323,7 @@
14323
14323
  },
14324
14324
  "x-original-maxLength": 1024,
14325
14325
  "x-reconciled-from-discovery": true,
14326
- "x-reconciled-at": "2026-01-07T15:52:33.524624+00:00"
14326
+ "x-reconciled-at": "2026-01-08T05:41:37.565843+00:00"
14327
14327
  },
14328
14328
  "namespace": {
14329
14329
  "type": "string",
@@ -14344,7 +14344,7 @@
14344
14344
  },
14345
14345
  "x-original-maxLength": 1024,
14346
14346
  "x-reconciled-from-discovery": true,
14347
- "x-reconciled-at": "2026-01-07T15:52:33.524628+00:00"
14347
+ "x-reconciled-at": "2026-01-08T05:41:37.565847+00:00"
14348
14348
  },
14349
14349
  "uid": {
14350
14350
  "type": "string",
@@ -14365,7 +14365,7 @@
14365
14365
  "x-original-maxLength": 1024,
14366
14366
  "format": "uuid",
14367
14367
  "x-reconciled-from-discovery": true,
14368
- "x-reconciled-at": "2026-01-07T15:52:33.524633+00:00"
14368
+ "x-reconciled-at": "2026-01-08T05:41:37.565851+00:00"
14369
14369
  }
14370
14370
  },
14371
14371
  "x-f5xc-description-short": "ViewRefType represents a reference to a view.",
@@ -14434,7 +14434,7 @@
14434
14434
  "maxLength": 16,
14435
14435
  "minLength": 7,
14436
14436
  "x-reconciled-from-discovery": true,
14437
- "x-reconciled-at": "2026-01-07T15:52:33.524639+00:00"
14437
+ "x-reconciled-at": "2026-01-08T05:41:37.565857+00:00"
14438
14438
  },
14439
14439
  "value": {
14440
14440
  "type": "array",
@@ -14453,7 +14453,7 @@
14453
14453
  "maxLength": 15,
14454
14454
  "minLength": 3,
14455
14455
  "x-reconciled-from-discovery": true,
14456
- "x-reconciled-at": "2026-01-07T15:52:33.524645+00:00"
14456
+ "x-reconciled-at": "2026-01-08T05:41:37.565862+00:00"
14457
14457
  }
14458
14458
  },
14459
14459
  "x-f5xc-description-short": "Metric Type Data contains key/value pair that uniquely identifies the group_by labels specified in the request.",
@@ -14560,7 +14560,7 @@
14560
14560
  },
14561
14561
  "x-original-maxLength": 1024,
14562
14562
  "x-reconciled-from-discovery": true,
14563
- "x-reconciled-at": "2026-01-07T15:52:34.603755+00:00"
14563
+ "x-reconciled-at": "2026-01-08T05:41:38.532680+00:00"
14564
14564
  },
14565
14565
  "namespace": {
14566
14566
  "type": "string",
@@ -14580,7 +14580,7 @@
14580
14580
  },
14581
14581
  "x-original-maxLength": 1024,
14582
14582
  "x-reconciled-from-discovery": true,
14583
- "x-reconciled-at": "2026-01-07T15:52:34.603762+00:00"
14583
+ "x-reconciled-at": "2026-01-08T05:41:38.532685+00:00"
14584
14584
  },
14585
14585
  "path": {
14586
14586
  "type": "string",
@@ -14756,7 +14756,7 @@
14756
14756
  },
14757
14757
  "x-original-maxLength": 1024,
14758
14758
  "x-reconciled-from-discovery": true,
14759
- "x-reconciled-at": "2026-01-07T15:52:34.603777+00:00"
14759
+ "x-reconciled-at": "2026-01-08T05:41:38.532699+00:00"
14760
14760
  },
14761
14761
  "namespace": {
14762
14762
  "type": "string",
@@ -14776,7 +14776,7 @@
14776
14776
  },
14777
14777
  "x-original-maxLength": 1024,
14778
14778
  "x-reconciled-from-discovery": true,
14779
- "x-reconciled-at": "2026-01-07T15:52:34.603782+00:00"
14779
+ "x-reconciled-at": "2026-01-08T05:41:38.532702+00:00"
14780
14780
  },
14781
14781
  "user_id": {
14782
14782
  "type": "string",
@@ -14848,7 +14848,7 @@
14848
14848
  },
14849
14849
  "x-original-maxLength": 1024,
14850
14850
  "x-reconciled-from-discovery": true,
14851
- "x-reconciled-at": "2026-01-07T15:52:34.603789+00:00"
14851
+ "x-reconciled-at": "2026-01-08T05:41:38.532709+00:00"
14852
14852
  },
14853
14853
  "rule": {
14854
14854
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -14928,7 +14928,7 @@
14928
14928
  },
14929
14929
  "x-original-maxLength": 1024,
14930
14930
  "x-reconciled-from-discovery": true,
14931
- "x-reconciled-at": "2026-01-07T15:52:34.603800+00:00"
14931
+ "x-reconciled-at": "2026-01-08T05:41:38.532719+00:00"
14932
14932
  },
14933
14933
  "namespace": {
14934
14934
  "type": "string",
@@ -14948,7 +14948,7 @@
14948
14948
  },
14949
14949
  "x-original-maxLength": 1024,
14950
14950
  "x-reconciled-from-discovery": true,
14951
- "x-reconciled-at": "2026-01-07T15:52:34.603804+00:00"
14951
+ "x-reconciled-at": "2026-01-08T05:41:38.532723+00:00"
14952
14952
  },
14953
14953
  "tls_fingerprint_matcher": {
14954
14954
  "$ref": "#/components/schemas/policyTlsFingerprintMatcherType"
@@ -15064,7 +15064,7 @@
15064
15064
  },
15065
15065
  "x-original-maxLength": 1024,
15066
15066
  "x-reconciled-from-discovery": true,
15067
- "x-reconciled-at": "2026-01-07T15:52:34.603816+00:00"
15067
+ "x-reconciled-at": "2026-01-08T05:41:38.532735+00:00"
15068
15068
  },
15069
15069
  "namespace": {
15070
15070
  "type": "string",
@@ -15084,7 +15084,7 @@
15084
15084
  },
15085
15085
  "x-original-maxLength": 1024,
15086
15086
  "x-reconciled-from-discovery": true,
15087
- "x-reconciled-at": "2026-01-07T15:52:34.603821+00:00"
15087
+ "x-reconciled-at": "2026-01-08T05:41:38.532738+00:00"
15088
15088
  },
15089
15089
  "path": {
15090
15090
  "type": "string",
@@ -15193,7 +15193,7 @@
15193
15193
  },
15194
15194
  "x-original-maxLength": 1024,
15195
15195
  "x-reconciled-from-discovery": true,
15196
- "x-reconciled-at": "2026-01-07T15:52:34.603831+00:00"
15196
+ "x-reconciled-at": "2026-01-08T05:41:38.532748+00:00"
15197
15197
  },
15198
15198
  "namespace": {
15199
15199
  "type": "string",
@@ -15213,7 +15213,7 @@
15213
15213
  },
15214
15214
  "x-original-maxLength": 1024,
15215
15215
  "x-reconciled-from-discovery": true,
15216
- "x-reconciled-at": "2026-01-07T15:52:34.603835+00:00"
15216
+ "x-reconciled-at": "2026-01-08T05:41:38.532752+00:00"
15217
15217
  },
15218
15218
  "path": {
15219
15219
  "type": "string",
@@ -15316,7 +15316,7 @@
15316
15316
  },
15317
15317
  "x-original-maxLength": 1024,
15318
15318
  "x-reconciled-from-discovery": true,
15319
- "x-reconciled-at": "2026-01-07T15:52:34.603845+00:00"
15319
+ "x-reconciled-at": "2026-01-08T05:41:38.532760+00:00"
15320
15320
  },
15321
15321
  "namespace": {
15322
15322
  "type": "string",
@@ -15336,7 +15336,7 @@
15336
15336
  },
15337
15337
  "x-original-maxLength": 1024,
15338
15338
  "x-reconciled-from-discovery": true,
15339
- "x-reconciled-at": "2026-01-07T15:52:34.603849+00:00"
15339
+ "x-reconciled-at": "2026-01-08T05:41:38.532764+00:00"
15340
15340
  },
15341
15341
  "path": {
15342
15342
  "type": "string",
@@ -15528,7 +15528,7 @@
15528
15528
  },
15529
15529
  "x-original-maxLength": 1024,
15530
15530
  "x-reconciled-from-discovery": true,
15531
- "x-reconciled-at": "2026-01-07T15:52:34.603864+00:00"
15531
+ "x-reconciled-at": "2026-01-08T05:41:38.532778+00:00"
15532
15532
  },
15533
15533
  "namespace": {
15534
15534
  "type": "string",
@@ -15548,7 +15548,7 @@
15548
15548
  },
15549
15549
  "x-original-maxLength": 1024,
15550
15550
  "x-reconciled-from-discovery": true,
15551
- "x-reconciled-at": "2026-01-07T15:52:34.603868+00:00"
15551
+ "x-reconciled-at": "2026-01-08T05:41:38.532782+00:00"
15552
15552
  },
15553
15553
  "sec_event_name": {
15554
15554
  "type": "string",
@@ -15683,7 +15683,7 @@
15683
15683
  },
15684
15684
  "x-original-maxLength": 1024,
15685
15685
  "x-reconciled-from-discovery": true,
15686
- "x-reconciled-at": "2026-01-07T15:52:34.603880+00:00"
15686
+ "x-reconciled-at": "2026-01-08T05:41:38.532792+00:00"
15687
15687
  },
15688
15688
  "rule": {
15689
15689
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -15740,7 +15740,7 @@
15740
15740
  "x-original-maxLength": 256,
15741
15741
  "format": "hostname",
15742
15742
  "x-reconciled-from-discovery": true,
15743
- "x-reconciled-at": "2026-01-07T15:52:34.603889+00:00"
15743
+ "x-reconciled-at": "2026-01-08T05:41:38.532801+00:00"
15744
15744
  },
15745
15745
  "exclude_bot_names": {
15746
15746
  "type": "array",
@@ -15841,7 +15841,7 @@
15841
15841
  },
15842
15842
  "x-original-maxLength": 1024,
15843
15843
  "x-reconciled-from-discovery": true,
15844
- "x-reconciled-at": "2026-01-07T15:52:34.603898+00:00"
15844
+ "x-reconciled-at": "2026-01-08T05:41:38.532809+00:00"
15845
15845
  },
15846
15846
  "namespace": {
15847
15847
  "type": "string",
@@ -15861,7 +15861,7 @@
15861
15861
  },
15862
15862
  "x-original-maxLength": 1024,
15863
15863
  "x-reconciled-from-discovery": true,
15864
- "x-reconciled-at": "2026-01-07T15:52:34.603903+00:00"
15864
+ "x-reconciled-at": "2026-01-08T05:41:38.532812+00:00"
15865
15865
  },
15866
15866
  "req_path": {
15867
15867
  "type": "string",
@@ -15958,7 +15958,7 @@
15958
15958
  },
15959
15959
  "x-original-maxLength": 1024,
15960
15960
  "x-reconciled-from-discovery": true,
15961
- "x-reconciled-at": "2026-01-07T15:52:34.603912+00:00"
15961
+ "x-reconciled-at": "2026-01-08T05:41:38.532820+00:00"
15962
15962
  },
15963
15963
  "waf_exclusion_policy": {
15964
15964
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -16007,7 +16007,7 @@
16007
16007
  },
16008
16008
  "x-original-maxLength": 1024,
16009
16009
  "x-reconciled-from-discovery": true,
16010
- "x-reconciled-at": "2026-01-07T15:52:34.603920+00:00"
16010
+ "x-reconciled-at": "2026-01-08T05:41:38.532827+00:00"
16011
16011
  },
16012
16012
  "namespace": {
16013
16013
  "type": "string",
@@ -16026,7 +16026,7 @@
16026
16026
  },
16027
16027
  "x-original-maxLength": 1024,
16028
16028
  "x-reconciled-from-discovery": true,
16029
- "x-reconciled-at": "2026-01-07T15:52:34.603924+00:00"
16029
+ "x-reconciled-at": "2026-01-08T05:41:38.532831+00:00"
16030
16030
  },
16031
16031
  "request_data": {
16032
16032
  "$ref": "#/components/schemas/app_securityRequestData"
@@ -16164,7 +16164,7 @@
16164
16164
  "maxLength": 15,
16165
16165
  "minLength": 3,
16166
16166
  "x-reconciled-from-discovery": true,
16167
- "x-reconciled-at": "2026-01-07T15:52:34.603939+00:00"
16167
+ "x-reconciled-at": "2026-01-08T05:41:38.532845+00:00"
16168
16168
  }
16169
16169
  },
16170
16170
  "x-f5xc-description-short": "Metric label filter can be specified to query specific metrics based on label match.",
@@ -16275,7 +16275,7 @@
16275
16275
  },
16276
16276
  "x-original-maxLength": 1024,
16277
16277
  "x-reconciled-from-discovery": true,
16278
- "x-reconciled-at": "2026-01-07T15:52:34.603946+00:00"
16278
+ "x-reconciled-at": "2026-01-08T05:41:38.532851+00:00"
16279
16279
  }
16280
16280
  },
16281
16281
  "x-f5xc-description-short": "GET a list of virtual hosts in all the namespaces matching filter provided in the request.",
@@ -16425,7 +16425,7 @@
16425
16425
  },
16426
16426
  "x-original-maxLength": 1024,
16427
16427
  "x-reconciled-from-discovery": true,
16428
- "x-reconciled-at": "2026-01-07T15:52:34.603957+00:00"
16428
+ "x-reconciled-at": "2026-01-08T05:41:38.532861+00:00"
16429
16429
  },
16430
16430
  "query": {
16431
16431
  "type": "string",
@@ -16624,7 +16624,7 @@
16624
16624
  },
16625
16625
  "x-original-maxLength": 1024,
16626
16626
  "x-reconciled-from-discovery": true,
16627
- "x-reconciled-at": "2026-01-07T15:52:34.603972+00:00"
16627
+ "x-reconciled-at": "2026-01-08T05:41:38.532876+00:00"
16628
16628
  },
16629
16629
  "start_time": {
16630
16630
  "type": "string",
@@ -16912,7 +16912,7 @@
16912
16912
  },
16913
16913
  "x-original-maxLength": 1024,
16914
16914
  "x-reconciled-from-discovery": true,
16915
- "x-reconciled-at": "2026-01-07T15:52:34.603992+00:00"
16915
+ "x-reconciled-at": "2026-01-08T05:41:38.532895+00:00"
16916
16916
  },
16917
16917
  "query": {
16918
16918
  "type": "string",
@@ -17131,7 +17131,7 @@
17131
17131
  },
17132
17132
  "x-original-maxLength": 1024,
17133
17133
  "x-reconciled-from-discovery": true,
17134
- "x-reconciled-at": "2026-01-07T15:52:34.604009+00:00"
17134
+ "x-reconciled-at": "2026-01-08T05:41:38.532912+00:00"
17135
17135
  },
17136
17136
  "scroll_id": {
17137
17137
  "type": "string",
@@ -17230,7 +17230,7 @@
17230
17230
  },
17231
17231
  "x-original-maxLength": 1024,
17232
17232
  "x-reconciled-from-discovery": true,
17233
- "x-reconciled-at": "2026-01-07T15:52:34.604018+00:00"
17233
+ "x-reconciled-at": "2026-01-08T05:41:38.532921+00:00"
17234
17234
  },
17235
17235
  "query": {
17236
17236
  "type": "string",
@@ -17428,7 +17428,7 @@
17428
17428
  },
17429
17429
  "x-original-maxLength": 1024,
17430
17430
  "x-reconciled-from-discovery": true,
17431
- "x-reconciled-at": "2026-01-07T15:52:34.604034+00:00"
17431
+ "x-reconciled-at": "2026-01-08T05:41:38.532935+00:00"
17432
17432
  },
17433
17433
  "query": {
17434
17434
  "type": "string",
@@ -17647,7 +17647,7 @@
17647
17647
  },
17648
17648
  "x-original-maxLength": 1024,
17649
17649
  "x-reconciled-from-discovery": true,
17650
- "x-reconciled-at": "2026-01-07T15:52:34.604051+00:00"
17650
+ "x-reconciled-at": "2026-01-08T05:41:38.532952+00:00"
17651
17651
  },
17652
17652
  "scroll_id": {
17653
17653
  "type": "string",
@@ -17746,7 +17746,7 @@
17746
17746
  },
17747
17747
  "x-original-maxLength": 1024,
17748
17748
  "x-reconciled-from-discovery": true,
17749
- "x-reconciled-at": "2026-01-07T15:52:34.604061+00:00"
17749
+ "x-reconciled-at": "2026-01-08T05:41:38.532960+00:00"
17750
17750
  },
17751
17751
  "query": {
17752
17752
  "type": "string",
@@ -17944,7 +17944,7 @@
17944
17944
  },
17945
17945
  "x-original-maxLength": 1024,
17946
17946
  "x-reconciled-from-discovery": true,
17947
- "x-reconciled-at": "2026-01-07T15:52:34.604077+00:00"
17947
+ "x-reconciled-at": "2026-01-08T05:41:38.532975+00:00"
17948
17948
  },
17949
17949
  "query": {
17950
17950
  "type": "string",
@@ -18163,7 +18163,7 @@
18163
18163
  },
18164
18164
  "x-original-maxLength": 1024,
18165
18165
  "x-reconciled-from-discovery": true,
18166
- "x-reconciled-at": "2026-01-07T15:52:34.604095+00:00"
18166
+ "x-reconciled-at": "2026-01-08T05:41:38.532991+00:00"
18167
18167
  },
18168
18168
  "scroll_id": {
18169
18169
  "type": "string",
@@ -18239,7 +18239,7 @@
18239
18239
  },
18240
18240
  "x-original-maxLength": 1024,
18241
18241
  "x-reconciled-from-discovery": true,
18242
- "x-reconciled-at": "2026-01-07T15:52:34.604102+00:00"
18242
+ "x-reconciled-at": "2026-01-08T05:41:38.532998+00:00"
18243
18243
  },
18244
18244
  "id": {
18245
18245
  "type": "string",
@@ -18355,7 +18355,7 @@
18355
18355
  },
18356
18356
  "x-original-maxLength": 1024,
18357
18357
  "x-reconciled-from-discovery": true,
18358
- "x-reconciled-at": "2026-01-07T15:52:34.604113+00:00"
18358
+ "x-reconciled-at": "2026-01-08T05:41:38.533009+00:00"
18359
18359
  },
18360
18360
  "references": {
18361
18361
  "type": "array",
@@ -20721,7 +20721,7 @@
20721
20721
  },
20722
20722
  "x-original-maxLength": 256,
20723
20723
  "x-reconciled-from-discovery": true,
20724
- "x-reconciled-at": "2026-01-07T15:52:34.604295+00:00"
20724
+ "x-reconciled-at": "2026-01-08T05:41:38.533173+00:00"
20725
20725
  },
20726
20726
  "presence": {
20727
20727
  "type": "boolean",
@@ -20808,7 +20808,7 @@
20808
20808
  "readOnly": true,
20809
20809
  "x-original-maxLength": 1024,
20810
20810
  "x-reconciled-from-discovery": true,
20811
- "x-reconciled-at": "2026-01-07T15:52:34.604303+00:00"
20811
+ "x-reconciled-at": "2026-01-08T05:41:38.533181+00:00"
20812
20812
  },
20813
20813
  "name": {
20814
20814
  "type": "string",
@@ -20829,7 +20829,7 @@
20829
20829
  },
20830
20830
  "x-original-maxLength": 1024,
20831
20831
  "x-reconciled-from-discovery": true,
20832
- "x-reconciled-at": "2026-01-07T15:52:34.604307+00:00"
20832
+ "x-reconciled-at": "2026-01-08T05:41:38.533185+00:00"
20833
20833
  },
20834
20834
  "namespace": {
20835
20835
  "type": "string",
@@ -20850,7 +20850,7 @@
20850
20850
  },
20851
20851
  "x-original-maxLength": 1024,
20852
20852
  "x-reconciled-from-discovery": true,
20853
- "x-reconciled-at": "2026-01-07T15:52:34.604311+00:00"
20853
+ "x-reconciled-at": "2026-01-08T05:41:38.533189+00:00"
20854
20854
  },
20855
20855
  "tenant": {
20856
20856
  "type": "string",
@@ -20873,7 +20873,7 @@
20873
20873
  "x-field-mutability": "read-only",
20874
20874
  "x-original-maxLength": 1024,
20875
20875
  "x-reconciled-from-discovery": true,
20876
- "x-reconciled-at": "2026-01-07T15:52:34.604315+00:00"
20876
+ "x-reconciled-at": "2026-01-08T05:41:38.533193+00:00"
20877
20877
  },
20878
20878
  "uid": {
20879
20879
  "type": "string",
@@ -20897,7 +20897,7 @@
20897
20897
  "x-original-maxLength": 1024,
20898
20898
  "format": "uuid",
20899
20899
  "x-reconciled-from-discovery": true,
20900
- "x-reconciled-at": "2026-01-07T15:52:34.604320+00:00"
20900
+ "x-reconciled-at": "2026-01-08T05:41:38.533198+00:00"
20901
20901
  }
20902
20902
  },
20903
20903
  "x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
@@ -20937,7 +20937,7 @@
20937
20937
  "maxLength": 15,
20938
20938
  "minLength": 3,
20939
20939
  "x-reconciled-from-discovery": true,
20940
- "x-reconciled-at": "2026-01-07T15:52:34.604326+00:00"
20940
+ "x-reconciled-at": "2026-01-08T05:41:38.533203+00:00"
20941
20941
  }
20942
20942
  },
20943
20943
  "x-f5xc-description-short": "X-displayName: \"Avg Aggregation Data\" Average Aggregation data.",
@@ -21171,7 +21171,7 @@
21171
21171
  },
21172
21172
  "x-original-maxLength": 1024,
21173
21173
  "x-reconciled-from-discovery": true,
21174
- "x-reconciled-at": "2026-01-07T15:52:34.604348+00:00"
21174
+ "x-reconciled-at": "2026-01-08T05:41:38.533223+00:00"
21175
21175
  },
21176
21176
  "order_by": {
21177
21177
  "$ref": "#/components/schemas/logOrderByData"
@@ -21280,7 +21280,7 @@
21280
21280
  },
21281
21281
  "x-original-maxLength": 1024,
21282
21282
  "x-reconciled-from-discovery": true,
21283
- "x-reconciled-at": "2026-01-07T15:52:34.604361+00:00"
21283
+ "x-reconciled-at": "2026-01-08T05:41:38.533235+00:00"
21284
21284
  },
21285
21285
  "order_by": {
21286
21286
  "$ref": "#/components/schemas/logOrderByData"
@@ -21396,7 +21396,7 @@
21396
21396
  },
21397
21397
  "x-original-maxLength": 1024,
21398
21398
  "x-reconciled-from-discovery": true,
21399
- "x-reconciled-at": "2026-01-07T15:52:34.604376+00:00"
21399
+ "x-reconciled-at": "2026-01-08T05:41:38.533249+00:00"
21400
21400
  }
21401
21401
  },
21402
21402
  "x-f5xc-description-short": "X-displayName: \"Field Sub Field Aggregation Bucket\" Field sub aggregation bucket containing field values and the number of logs.",
@@ -21565,7 +21565,7 @@
21565
21565
  },
21566
21566
  "x-original-maxLength": 1024,
21567
21567
  "x-reconciled-from-discovery": true,
21568
- "x-reconciled-at": "2026-01-07T15:52:34.604389+00:00"
21568
+ "x-reconciled-at": "2026-01-08T05:41:38.533262+00:00"
21569
21569
  },
21570
21570
  "sub_aggs": {
21571
21571
  "type": "object",
@@ -21673,7 +21673,7 @@
21673
21673
  "maxLength": 15,
21674
21674
  "minLength": 3,
21675
21675
  "x-reconciled-from-discovery": true,
21676
- "x-reconciled-at": "2026-01-07T15:52:34.604407+00:00"
21676
+ "x-reconciled-at": "2026-01-08T05:41:38.533278+00:00"
21677
21677
  }
21678
21678
  },
21679
21679
  "x-f5xc-description-short": "X-displayName: \"Max Aggregation Data\" Max Aggregation data.",
@@ -21730,7 +21730,7 @@
21730
21730
  "maxLength": 15,
21731
21731
  "minLength": 3,
21732
21732
  "x-reconciled-from-discovery": true,
21733
- "x-reconciled-at": "2026-01-07T15:52:34.604414+00:00"
21733
+ "x-reconciled-at": "2026-01-08T05:41:38.533284+00:00"
21734
21734
  }
21735
21735
  },
21736
21736
  "x-f5xc-description-short": "X-displayName: \"Min Aggregation Data\" Min Aggregation data.",
@@ -21961,7 +21961,7 @@
21961
21961
  "maxLength": 16,
21962
21962
  "minLength": 7,
21963
21963
  "x-reconciled-from-discovery": true,
21964
- "x-reconciled-at": "2026-01-07T15:52:34.604436+00:00"
21964
+ "x-reconciled-at": "2026-01-08T05:41:38.533305+00:00"
21965
21965
  },
21966
21966
  "value": {
21967
21967
  "type": "number",
@@ -21977,7 +21977,7 @@
21977
21977
  "maxLength": 15,
21978
21978
  "minLength": 3,
21979
21979
  "x-reconciled-from-discovery": true,
21980
- "x-reconciled-at": "2026-01-07T15:52:34.604440+00:00"
21980
+ "x-reconciled-at": "2026-01-08T05:41:38.533309+00:00"
21981
21981
  }
21982
21982
  },
21983
21983
  "x-f5xc-description-short": "X-displayName: \"Percentile Aggregation Data\" Percentile Aggregation data.",
@@ -22109,7 +22109,7 @@
22109
22109
  },
22110
22110
  "x-original-maxLength": 1024,
22111
22111
  "x-reconciled-from-discovery": true,
22112
- "x-reconciled-at": "2026-01-07T15:52:34.604451+00:00"
22112
+ "x-reconciled-at": "2026-01-08T05:41:38.533319+00:00"
22113
22113
  },
22114
22114
  "sec_event_type": {
22115
22115
  "type": "string",
@@ -22248,7 +22248,7 @@
22248
22248
  },
22249
22249
  "x-original-maxLength": 1024,
22250
22250
  "x-reconciled-from-discovery": true,
22251
- "x-reconciled-at": "2026-01-07T15:52:34.604464+00:00"
22251
+ "x-reconciled-at": "2026-01-08T05:41:38.533331+00:00"
22252
22252
  }
22253
22253
  },
22254
22254
  "x-f5xc-description-short": "Label based filtering for Security Events metrics. Security Events metrics are tagged with labels mentioned in MetricLabel.",
@@ -22328,7 +22328,7 @@
22328
22328
  },
22329
22329
  "x-original-maxLength": 1024,
22330
22330
  "x-reconciled-from-discovery": true,
22331
- "x-reconciled-at": "2026-01-07T15:52:34.604470+00:00"
22331
+ "x-reconciled-at": "2026-01-08T05:41:38.533338+00:00"
22332
22332
  }
22333
22333
  },
22334
22334
  "x-f5xc-description-short": "Value returned for a Security Events Metrics query.",
@@ -22921,7 +22921,7 @@
22921
22921
  },
22922
22922
  "x-original-maxLength": 256,
22923
22923
  "x-reconciled-from-discovery": true,
22924
- "x-reconciled-at": "2026-01-07T15:52:34.604515+00:00"
22924
+ "x-reconciled-at": "2026-01-08T05:41:38.533379+00:00"
22925
22925
  }
22926
22926
  },
22927
22927
  "x-f5xc-description-short": "Cookie matcher specifies the name of a single cookie and the criteria to match it.",
@@ -23511,7 +23511,7 @@
23511
23511
  },
23512
23512
  "x-original-maxLength": 256,
23513
23513
  "x-reconciled-from-discovery": true,
23514
- "x-reconciled-at": "2026-01-07T15:52:34.604534+00:00"
23514
+ "x-reconciled-at": "2026-01-08T05:41:38.533397+00:00"
23515
23515
  }
23516
23516
  },
23517
23517
  "x-f5xc-description-short": "JWT claim matcher specifies the name of a single JWT claim and the criteria for the input request to match it.",
@@ -24242,7 +24242,6 @@
24242
24242
  "title": "Empty",
24243
24243
  "x-displayname": "Empty",
24244
24244
  "x-ves-proto-message": "ves.io.schema.Empty",
24245
- "x-f5xc-description-short": "Can be used for messages where no values are needed.",
24246
24245
  "x-f5xc-minimum-configuration": {
24247
24246
  "description": "Minimum configuration for schemaEmpty",
24248
24247
  "required_fields": [],
@@ -24372,7 +24371,7 @@
24372
24371
  },
24373
24372
  "x-original-maxLength": 256,
24374
24373
  "x-reconciled-from-discovery": true,
24375
- "x-reconciled-at": "2026-01-07T15:52:34.604586+00:00"
24374
+ "x-reconciled-at": "2026-01-08T05:41:38.533443+00:00"
24376
24375
  },
24377
24376
  "name": {
24378
24377
  "type": "string",
@@ -24403,7 +24402,7 @@
24403
24402
  },
24404
24403
  "x-original-maxLength": 1024,
24405
24404
  "x-reconciled-from-discovery": true,
24406
- "x-reconciled-at": "2026-01-07T15:52:34.604591+00:00"
24405
+ "x-reconciled-at": "2026-01-08T05:41:38.533448+00:00"
24407
24406
  }
24408
24407
  },
24409
24408
  "x-f5xc-description-short": "MessageMetaType is metadata (common attributes) of a message that only certain messages have.",
@@ -25040,7 +25039,7 @@
25040
25039
  },
25041
25040
  "x-original-maxLength": 256,
25042
25041
  "x-reconciled-from-discovery": true,
25043
- "x-reconciled-at": "2026-01-07T15:52:34.604648+00:00"
25042
+ "x-reconciled-at": "2026-01-08T05:41:38.533498+00:00"
25044
25043
  }
25045
25044
  },
25046
25045
  "x-f5xc-description-short": "Header matcher specifies the name of a single HTTP header and the criteria for the input request to match it.",
@@ -25169,7 +25168,7 @@
25169
25168
  },
25170
25169
  "x-original-maxLength": 256,
25171
25170
  "x-reconciled-from-discovery": true,
25172
- "x-reconciled-at": "2026-01-07T15:52:34.604660+00:00"
25171
+ "x-reconciled-at": "2026-01-08T05:41:38.533509+00:00"
25173
25172
  }
25174
25173
  },
25175
25174
  "x-f5xc-description-short": "Query parameter matcher specifies the name of a single query parameter and the criteria for the input request to match it.",
@@ -25227,7 +25226,7 @@
25227
25226
  },
25228
25227
  "x-original-maxLength": 128,
25229
25228
  "x-reconciled-from-discovery": true,
25230
- "x-reconciled-at": "2026-01-07T15:52:34.604664+00:00"
25229
+ "x-reconciled-at": "2026-01-08T05:41:38.533513+00:00"
25231
25230
  },
25232
25231
  "namespace": {
25233
25232
  "type": "string",
@@ -25254,7 +25253,7 @@
25254
25253
  },
25255
25254
  "x-original-maxLength": 64,
25256
25255
  "x-reconciled-from-discovery": true,
25257
- "x-reconciled-at": "2026-01-07T15:52:34.604669+00:00"
25256
+ "x-reconciled-at": "2026-01-08T05:41:38.533518+00:00"
25258
25257
  },
25259
25258
  "tenant": {
25260
25259
  "type": "string",
@@ -25283,7 +25282,7 @@
25283
25282
  "x-field-mutability": "read-only",
25284
25283
  "x-original-maxLength": 64,
25285
25284
  "x-reconciled-from-discovery": true,
25286
- "x-reconciled-at": "2026-01-07T15:52:34.604673+00:00"
25285
+ "x-reconciled-at": "2026-01-08T05:41:38.533522+00:00"
25287
25286
  }
25288
25287
  },
25289
25288
  "x-f5xc-description-short": "Type establishes a direct reference from one object(the referrer) to another(the referred).",
@@ -25531,7 +25530,7 @@
25531
25530
  },
25532
25531
  "x-original-maxLength": 1024,
25533
25532
  "x-reconciled-from-discovery": true,
25534
- "x-reconciled-at": "2026-01-07T15:53:02.838511+00:00"
25533
+ "x-reconciled-at": "2026-01-08T05:42:03.242120+00:00"
25535
25534
  },
25536
25535
  "namespace": {
25537
25536
  "type": "string",
@@ -25551,7 +25550,7 @@
25551
25550
  },
25552
25551
  "x-original-maxLength": 1024,
25553
25552
  "x-reconciled-from-discovery": true,
25554
- "x-reconciled-at": "2026-01-07T15:53:02.838516+00:00"
25553
+ "x-reconciled-at": "2026-01-08T05:42:03.242124+00:00"
25555
25554
  }
25556
25555
  },
25557
25556
  "x-f5xc-minimum-configuration": {
@@ -25713,7 +25712,7 @@
25713
25712
  "maxLength": 17,
25714
25713
  "minLength": 17,
25715
25714
  "x-reconciled-from-discovery": true,
25716
- "x-reconciled-at": "2026-01-07T15:53:02.838536+00:00"
25715
+ "x-reconciled-at": "2026-01-08T05:42:03.242142+00:00"
25717
25716
  },
25718
25717
  "system_metadata": {
25719
25718
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -25887,7 +25886,7 @@
25887
25886
  },
25888
25887
  "x-original-maxLength": 1024,
25889
25888
  "x-reconciled-from-discovery": true,
25890
- "x-reconciled-at": "2026-01-07T15:53:02.838563+00:00"
25889
+ "x-reconciled-at": "2026-01-08T05:42:03.242156+00:00"
25891
25890
  },
25892
25891
  "disabled": {
25893
25892
  "type": "boolean",
@@ -25941,7 +25940,7 @@
25941
25940
  },
25942
25941
  "x-original-maxLength": 1024,
25943
25942
  "x-reconciled-from-discovery": true,
25944
- "x-reconciled-at": "2026-01-07T15:53:02.838575+00:00"
25943
+ "x-reconciled-at": "2026-01-08T05:42:03.242165+00:00"
25945
25944
  },
25946
25945
  "namespace": {
25947
25946
  "type": "string",
@@ -25960,7 +25959,7 @@
25960
25959
  },
25961
25960
  "x-original-maxLength": 1024,
25962
25961
  "x-reconciled-from-discovery": true,
25963
- "x-reconciled-at": "2026-01-07T15:53:02.838579+00:00"
25962
+ "x-reconciled-at": "2026-01-08T05:42:03.242169+00:00"
25964
25963
  },
25965
25964
  "owner_view": {
25966
25965
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -26002,7 +26001,7 @@
26002
26001
  "x-field-mutability": "read-only",
26003
26002
  "x-original-maxLength": 1024,
26004
26003
  "x-reconciled-from-discovery": true,
26005
- "x-reconciled-at": "2026-01-07T15:53:02.838587+00:00"
26004
+ "x-reconciled-at": "2026-01-08T05:42:03.242176+00:00"
26006
26005
  },
26007
26006
  "uid": {
26008
26007
  "type": "string",
@@ -26024,7 +26023,7 @@
26024
26023
  "x-original-maxLength": 1024,
26025
26024
  "format": "uuid",
26026
26025
  "x-reconciled-from-discovery": true,
26027
- "x-reconciled-at": "2026-01-07T15:53:02.838593+00:00"
26026
+ "x-reconciled-at": "2026-01-08T05:42:03.242181+00:00"
26028
26027
  }
26029
26028
  },
26030
26029
  "x-f5xc-description-short": "By default a summary of protocol_inspection is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
@@ -26351,7 +26350,7 @@
26351
26350
  },
26352
26351
  "x-original-maxLength": 1024,
26353
26352
  "x-reconciled-from-discovery": true,
26354
- "x-reconciled-at": "2026-01-07T15:53:16.232443+00:00"
26353
+ "x-reconciled-at": "2026-01-08T05:42:14.959124+00:00"
26355
26354
  },
26356
26355
  "namespace": {
26357
26356
  "type": "string",
@@ -26371,7 +26370,7 @@
26371
26370
  },
26372
26371
  "x-original-maxLength": 1024,
26373
26372
  "x-reconciled-from-discovery": true,
26374
- "x-reconciled-at": "2026-01-07T15:53:16.232450+00:00"
26373
+ "x-reconciled-at": "2026-01-08T05:42:14.959130+00:00"
26375
26374
  }
26376
26375
  },
26377
26376
  "x-f5xc-minimum-configuration": {
@@ -26469,7 +26468,7 @@
26469
26468
  },
26470
26469
  "x-original-maxLength": 1024,
26471
26470
  "x-reconciled-from-discovery": true,
26472
- "x-reconciled-at": "2026-01-07T15:53:16.232461+00:00"
26471
+ "x-reconciled-at": "2026-01-08T05:42:14.959139+00:00"
26473
26472
  },
26474
26473
  "policy": {
26475
26474
  "type": "string",
@@ -26621,7 +26620,7 @@
26621
26620
  },
26622
26621
  "x-original-maxLength": 1024,
26623
26622
  "x-reconciled-from-discovery": true,
26624
- "x-reconciled-at": "2026-01-07T15:53:16.232474+00:00"
26623
+ "x-reconciled-at": "2026-01-08T05:42:14.959151+00:00"
26625
26624
  },
26626
26625
  "start_time": {
26627
26626
  "type": "string",
@@ -26809,7 +26808,7 @@
26809
26808
  },
26810
26809
  "x-original-maxLength": 1024,
26811
26810
  "x-reconciled-from-discovery": true,
26812
- "x-reconciled-at": "2026-01-07T15:53:16.232489+00:00"
26811
+ "x-reconciled-at": "2026-01-08T05:42:14.959164+00:00"
26813
26812
  }
26814
26813
  },
26815
26814
  "x-f5xc-description-short": "Label filter can be specified to filter metrics based on label match.",
@@ -27094,7 +27093,7 @@
27094
27093
  "maxLength": 17,
27095
27094
  "minLength": 17,
27096
27095
  "x-reconciled-from-discovery": true,
27097
- "x-reconciled-at": "2026-01-07T15:53:16.232534+00:00"
27096
+ "x-reconciled-at": "2026-01-08T05:42:14.959203+00:00"
27098
27097
  },
27099
27098
  "system_metadata": {
27100
27099
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -27237,7 +27236,7 @@
27237
27236
  },
27238
27237
  "x-original-maxLength": 1024,
27239
27238
  "x-reconciled-from-discovery": true,
27240
- "x-reconciled-at": "2026-01-07T15:53:16.232546+00:00"
27239
+ "x-reconciled-at": "2026-01-08T05:42:14.959214+00:00"
27241
27240
  },
27242
27241
  "disabled": {
27243
27242
  "type": "boolean",
@@ -27292,7 +27291,7 @@
27292
27291
  },
27293
27292
  "x-original-maxLength": 1024,
27294
27293
  "x-reconciled-from-discovery": true,
27295
- "x-reconciled-at": "2026-01-07T15:53:16.232568+00:00"
27294
+ "x-reconciled-at": "2026-01-08T05:42:14.959223+00:00"
27296
27295
  },
27297
27296
  "namespace": {
27298
27297
  "type": "string",
@@ -27311,7 +27310,7 @@
27311
27310
  },
27312
27311
  "x-original-maxLength": 1024,
27313
27312
  "x-reconciled-from-discovery": true,
27314
- "x-reconciled-at": "2026-01-07T15:53:16.232573+00:00"
27313
+ "x-reconciled-at": "2026-01-08T05:42:14.959227+00:00"
27315
27314
  },
27316
27315
  "owner_view": {
27317
27316
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -27353,7 +27352,7 @@
27353
27352
  "x-field-mutability": "read-only",
27354
27353
  "x-original-maxLength": 1024,
27355
27354
  "x-reconciled-from-discovery": true,
27356
- "x-reconciled-at": "2026-01-07T15:53:16.232582+00:00"
27355
+ "x-reconciled-at": "2026-01-08T05:42:14.959234+00:00"
27357
27356
  },
27358
27357
  "uid": {
27359
27358
  "type": "string",
@@ -27375,7 +27374,7 @@
27375
27374
  "x-original-maxLength": 1024,
27376
27375
  "format": "uuid",
27377
27376
  "x-reconciled-from-discovery": true,
27378
- "x-reconciled-at": "2026-01-07T15:53:16.232588+00:00"
27377
+ "x-reconciled-at": "2026-01-08T05:42:14.959239+00:00"
27379
27378
  }
27380
27379
  },
27381
27380
  "x-f5xc-description-short": "By default a summary of enhanced_firewall_policy is returned in 'List'.",
@@ -28322,7 +28321,7 @@
28322
28321
  },
28323
28322
  "x-original-maxLength": 1024,
28324
28323
  "x-reconciled-from-discovery": true,
28325
- "x-reconciled-at": "2026-01-07T15:54:26.375726+00:00"
28324
+ "x-reconciled-at": "2026-01-08T05:43:15.916596+00:00"
28326
28325
  }
28327
28326
  },
28328
28327
  "x-f5xc-description-short": "Label based filtering of WAF metrics. WAF metrics are tagged with labels mentioned in MetricLabel.",
@@ -28424,7 +28423,7 @@
28424
28423
  },
28425
28424
  "x-original-maxLength": 1024,
28426
28425
  "x-reconciled-from-discovery": true,
28427
- "x-reconciled-at": "2026-01-07T15:54:26.375736+00:00"
28426
+ "x-reconciled-at": "2026-01-08T05:43:15.916605+00:00"
28428
28427
  },
28429
28428
  "range": {
28430
28429
  "type": "string",
@@ -28712,7 +28711,7 @@
28712
28711
  },
28713
28712
  "x-original-maxLength": 1024,
28714
28713
  "x-reconciled-from-discovery": true,
28715
- "x-reconciled-at": "2026-01-07T15:54:26.375757+00:00"
28714
+ "x-reconciled-at": "2026-01-08T05:43:15.916625+00:00"
28716
28715
  },
28717
28716
  "rule_id": {
28718
28717
  "type": "string",
@@ -28943,7 +28942,7 @@
28943
28942
  },
28944
28943
  "x-original-maxLength": 1024,
28945
28944
  "x-reconciled-from-discovery": true,
28946
- "x-reconciled-at": "2026-01-07T15:54:26.375775+00:00"
28945
+ "x-reconciled-at": "2026-01-08T05:43:15.916641+00:00"
28947
28946
  },
28948
28947
  "range": {
28949
28948
  "type": "string",
@@ -29232,7 +29231,7 @@
29232
29231
  },
29233
29232
  "x-original-maxLength": 1024,
29234
29233
  "x-reconciled-from-discovery": true,
29235
- "x-reconciled-at": "2026-01-07T15:54:26.375796+00:00"
29234
+ "x-reconciled-at": "2026-01-08T05:43:15.916660+00:00"
29236
29235
  },
29237
29236
  "service": {
29238
29237
  "type": "string",
@@ -29577,7 +29576,7 @@
29577
29576
  },
29578
29577
  "x-original-maxLength": 1024,
29579
29578
  "x-reconciled-from-discovery": true,
29580
- "x-reconciled-at": "2026-01-07T15:54:26.849700+00:00"
29579
+ "x-reconciled-at": "2026-01-08T05:43:16.322893+00:00"
29581
29580
  },
29582
29581
  "namespace": {
29583
29582
  "type": "string",
@@ -29597,7 +29596,7 @@
29597
29596
  },
29598
29597
  "x-original-maxLength": 1024,
29599
29598
  "x-reconciled-from-discovery": true,
29600
- "x-reconciled-at": "2026-01-07T15:54:26.849704+00:00"
29599
+ "x-reconciled-at": "2026-01-08T05:43:16.322897+00:00"
29601
29600
  }
29602
29601
  },
29603
29602
  "x-f5xc-minimum-configuration": {
@@ -29700,7 +29699,7 @@
29700
29699
  "maxLength": 17,
29701
29700
  "minLength": 17,
29702
29701
  "x-reconciled-from-discovery": true,
29703
- "x-reconciled-at": "2026-01-07T15:54:26.849718+00:00"
29702
+ "x-reconciled-at": "2026-01-08T05:43:16.322911+00:00"
29704
29703
  },
29705
29704
  "system_metadata": {
29706
29705
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -29843,7 +29842,7 @@
29843
29842
  },
29844
29843
  "x-original-maxLength": 1024,
29845
29844
  "x-reconciled-from-discovery": true,
29846
- "x-reconciled-at": "2026-01-07T15:54:26.849730+00:00"
29845
+ "x-reconciled-at": "2026-01-08T05:43:16.322922+00:00"
29847
29846
  },
29848
29847
  "disabled": {
29849
29848
  "type": "boolean",
@@ -29897,7 +29896,7 @@
29897
29896
  },
29898
29897
  "x-original-maxLength": 1024,
29899
29898
  "x-reconciled-from-discovery": true,
29900
- "x-reconciled-at": "2026-01-07T15:54:26.849740+00:00"
29899
+ "x-reconciled-at": "2026-01-08T05:43:16.322931+00:00"
29901
29900
  },
29902
29901
  "namespace": {
29903
29902
  "type": "string",
@@ -29916,7 +29915,7 @@
29916
29915
  },
29917
29916
  "x-original-maxLength": 1024,
29918
29917
  "x-reconciled-from-discovery": true,
29919
- "x-reconciled-at": "2026-01-07T15:54:26.849744+00:00"
29918
+ "x-reconciled-at": "2026-01-08T05:43:16.322935+00:00"
29920
29919
  },
29921
29920
  "owner_view": {
29922
29921
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -29958,7 +29957,7 @@
29958
29957
  "x-field-mutability": "read-only",
29959
29958
  "x-original-maxLength": 1024,
29960
29959
  "x-reconciled-from-discovery": true,
29961
- "x-reconciled-at": "2026-01-07T15:54:26.849752+00:00"
29960
+ "x-reconciled-at": "2026-01-08T05:43:16.322942+00:00"
29962
29961
  },
29963
29962
  "uid": {
29964
29963
  "type": "string",
@@ -29980,7 +29979,7 @@
29980
29979
  "x-original-maxLength": 1024,
29981
29980
  "format": "uuid",
29982
29981
  "x-reconciled-from-discovery": true,
29983
- "x-reconciled-at": "2026-01-07T15:54:26.849757+00:00"
29982
+ "x-reconciled-at": "2026-01-08T05:43:16.322946+00:00"
29984
29983
  }
29985
29984
  },
29986
29985
  "x-f5xc-description-short": "By default a summary of waf_exclusion_policy is returned in 'List'.",
@@ -30353,7 +30352,7 @@
30353
30352
  },
30354
30353
  "x-original-maxLength": 1024,
30355
30354
  "x-reconciled-from-discovery": true,
30356
- "x-reconciled-at": "2026-01-07T15:54:27.118927+00:00"
30355
+ "x-reconciled-at": "2026-01-08T05:43:16.550932+00:00"
30357
30356
  },
30358
30357
  "state": {
30359
30358
  "type": "string",
@@ -30434,7 +30433,7 @@
30434
30433
  },
30435
30434
  "x-original-maxLength": 1024,
30436
30435
  "x-reconciled-from-discovery": true,
30437
- "x-reconciled-at": "2026-01-07T15:54:27.118938+00:00"
30436
+ "x-reconciled-at": "2026-01-08T05:43:16.550941+00:00"
30438
30437
  },
30439
30438
  "start_time": {
30440
30439
  "type": "string",