@robinmordasiewicz/f5xc-terraform-mcp 3.3.0 → 3.5.0

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 (86) hide show
  1. package/README.md +1 -1
  2. package/dist/docs/data-sources/bgp.md +2 -2
  3. package/dist/docs/data-sources/certificate.md +2 -2
  4. package/dist/docs/data-sources/log_receiver.md +2 -2
  5. package/dist/docs/data-sources/network_policy.md +2 -2
  6. package/dist/docs/data-sources/site.md +2 -2
  7. package/dist/docs/data-sources/workload.md +2 -2
  8. package/dist/docs/index.md +276 -0
  9. package/dist/docs/resources/bgp.md +238 -4
  10. package/dist/docs/resources/certificate.md +4 -56
  11. package/dist/docs/resources/cloud_connect.md +2 -2
  12. package/dist/docs/resources/log_receiver.md +44 -825
  13. package/dist/docs/resources/network_policy.md +217 -38
  14. package/dist/docs/resources/site.md +527 -233
  15. package/dist/docs/resources/workload.md +2951 -9
  16. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  17. package/dist/docs/specifications/api/README.md +1 -1
  18. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  19. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  20. package/dist/docs/specifications/api/domains/api.json +173 -173
  21. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  22. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  23. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  24. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  25. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  26. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  27. package/dist/docs/specifications/api/domains/ce_management.json +76 -76
  28. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  29. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  30. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  31. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  32. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  33. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  34. package/dist/docs/specifications/api/domains/dns.json +148 -148
  35. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  36. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  37. package/dist/docs/specifications/api/domains/network.json +230 -230
  38. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  39. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  40. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  41. package/dist/docs/specifications/api/domains/observability.json +102 -102
  42. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  43. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  44. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  45. package/dist/docs/specifications/api/domains/shape.json +313 -313
  46. package/dist/docs/specifications/api/domains/sites.json +349 -349
  47. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  48. package/dist/docs/specifications/api/domains/support.json +108 -108
  49. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  50. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  51. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  52. package/dist/docs/specifications/api/domains/users.json +66 -66
  53. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  54. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  55. package/dist/docs/specifications/api/domains/waf.json +139 -139
  56. package/dist/docs/specifications/api/index.json +12 -12
  57. package/dist/docs/specifications/api/openapi.json +2600 -2600
  58. package/dist/docs/specifications/api/openapi.yaml +2600 -2600
  59. package/dist/index.d.ts +2 -1
  60. package/dist/index.d.ts.map +1 -1
  61. package/dist/index.js +75 -4
  62. package/dist/index.js.map +1 -1
  63. package/dist/metadata/error-patterns.json +192 -0
  64. package/dist/metadata/resource-metadata.json +13095 -0
  65. package/dist/metadata/validation-patterns.json +69 -0
  66. package/dist/schemas/common.d.ts +33 -0
  67. package/dist/schemas/common.d.ts.map +1 -1
  68. package/dist/schemas/common.js +32 -0
  69. package/dist/schemas/common.js.map +1 -1
  70. package/dist/services/documentation.d.ts.map +1 -1
  71. package/dist/services/documentation.js +9 -0
  72. package/dist/services/documentation.js.map +1 -1
  73. package/dist/services/metadata.d.ts +193 -0
  74. package/dist/services/metadata.d.ts.map +1 -0
  75. package/dist/services/metadata.js +367 -0
  76. package/dist/services/metadata.js.map +1 -0
  77. package/dist/tools/discover.d.ts.map +1 -1
  78. package/dist/tools/discover.js +8 -0
  79. package/dist/tools/discover.js.map +1 -1
  80. package/dist/tools/metadata.d.ts +19 -0
  81. package/dist/tools/metadata.d.ts.map +1 -0
  82. package/dist/tools/metadata.js +612 -0
  83. package/dist/tools/metadata.js.map +1 -0
  84. package/dist/types.d.ts +1 -1
  85. package/dist/types.d.ts.map +1 -1
  86. package/package.json +1 -1
@@ -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.17",
6
+ "version": "2.0.20",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -11261,7 +11261,7 @@
11261
11261
  },
11262
11262
  "x-original-maxLength": 1024,
11263
11263
  "x-reconciled-from-discovery": true,
11264
- "x-reconciled-at": "2026-01-07T03:07:41.163842+00:00"
11264
+ "x-reconciled-at": "2026-01-07T15:52:33.524270+00:00"
11265
11265
  },
11266
11266
  "namespace": {
11267
11267
  "type": "string",
@@ -11281,7 +11281,7 @@
11281
11281
  },
11282
11282
  "x-original-maxLength": 1024,
11283
11283
  "x-reconciled-from-discovery": true,
11284
- "x-reconciled-at": "2026-01-07T03:07:41.163849+00:00"
11284
+ "x-reconciled-at": "2026-01-07T15:52:33.524277+00:00"
11285
11285
  }
11286
11286
  },
11287
11287
  "x-f5xc-minimum-configuration": {
@@ -11449,7 +11449,7 @@
11449
11449
  "maxLength": 17,
11450
11450
  "minLength": 17,
11451
11451
  "x-reconciled-from-discovery": true,
11452
- "x-reconciled-at": "2026-01-07T03:07:41.163878+00:00"
11452
+ "x-reconciled-at": "2026-01-07T15:52:33.524306+00:00"
11453
11453
  },
11454
11454
  "system_metadata": {
11455
11455
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -11661,7 +11661,7 @@
11661
11661
  },
11662
11662
  "x-original-maxLength": 1024,
11663
11663
  "x-reconciled-from-discovery": true,
11664
- "x-reconciled-at": "2026-01-07T03:07:41.163906+00:00"
11664
+ "x-reconciled-at": "2026-01-07T15:52:33.524333+00:00"
11665
11665
  },
11666
11666
  "disabled": {
11667
11667
  "type": "boolean",
@@ -11715,7 +11715,7 @@
11715
11715
  },
11716
11716
  "x-original-maxLength": 1024,
11717
11717
  "x-reconciled-from-discovery": true,
11718
- "x-reconciled-at": "2026-01-07T03:07:41.163929+00:00"
11718
+ "x-reconciled-at": "2026-01-07T15:52:33.524344+00:00"
11719
11719
  },
11720
11720
  "namespace": {
11721
11721
  "type": "string",
@@ -11734,7 +11734,7 @@
11734
11734
  },
11735
11735
  "x-original-maxLength": 1024,
11736
11736
  "x-reconciled-from-discovery": true,
11737
- "x-reconciled-at": "2026-01-07T03:07:41.163934+00:00"
11737
+ "x-reconciled-at": "2026-01-07T15:52:33.524348+00:00"
11738
11738
  },
11739
11739
  "owner_view": {
11740
11740
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -11776,7 +11776,7 @@
11776
11776
  "x-field-mutability": "read-only",
11777
11777
  "x-original-maxLength": 1024,
11778
11778
  "x-reconciled-from-discovery": true,
11779
- "x-reconciled-at": "2026-01-07T03:07:41.163942+00:00"
11779
+ "x-reconciled-at": "2026-01-07T15:52:33.524356+00:00"
11780
11780
  },
11781
11781
  "uid": {
11782
11782
  "type": "string",
@@ -11797,7 +11797,7 @@
11797
11797
  "x-original-maxLength": 1024,
11798
11798
  "format": "uuid",
11799
11799
  "x-reconciled-from-discovery": true,
11800
- "x-reconciled-at": "2026-01-07T03:07:41.163948+00:00"
11800
+ "x-reconciled-at": "2026-01-07T15:52:33.524362+00:00"
11801
11801
  }
11802
11802
  },
11803
11803
  "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 +12017,7 @@
12017
12017
  },
12018
12018
  "x-original-maxLength": 1024,
12019
12019
  "x-reconciled-from-discovery": true,
12020
- "x-reconciled-at": "2026-01-07T03:07:41.163966+00:00"
12020
+ "x-reconciled-at": "2026-01-07T15:52:33.524381+00:00"
12021
12021
  },
12022
12022
  "range": {
12023
12023
  "type": "string",
@@ -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-07T03:07:41.164013+00:00"
12564
+ "x-reconciled-at": "2026-01-07T15:52:33.524426+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-07T03:07:41.164021+00:00"
12639
+ "x-reconciled-at": "2026-01-07T15:52:33.524434+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-07T03:07:41.164027+00:00"
12682
+ "x-reconciled-at": "2026-01-07T15:52:33.524440+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-07T03:07:41.164038+00:00"
12905
+ "x-reconciled-at": "2026-01-07T15:52:33.524452+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-07T03:07:41.164049+00:00"
13005
+ "x-reconciled-at": "2026-01-07T15:52:33.524463+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-07T03:07:41.164056+00:00"
13081
+ "x-reconciled-at": "2026-01-07T15:52:33.524470+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-07T03:07:41.164064+00:00"
13139
+ "x-reconciled-at": "2026-01-07T15:52:33.524477+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-07T03:07:41.164068+00:00"
13160
+ "x-reconciled-at": "2026-01-07T15:52:33.524481+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-07T03:07:41.164074+00:00"
13240
+ "x-reconciled-at": "2026-01-07T15:52:33.524488+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-07T03:07:41.164081+00:00"
13300
+ "x-reconciled-at": "2026-01-07T15:52:33.524495+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-07T03:07:41.164085+00:00"
13321
+ "x-reconciled-at": "2026-01-07T15:52:33.524499+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-07T03:07:41.164090+00:00"
13369
+ "x-reconciled-at": "2026-01-07T15:52:33.524504+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-07T03:07:41.164094+00:00"
13390
+ "x-reconciled-at": "2026-01-07T15:52:33.524508+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-07T03:07:41.164098+00:00"
13411
+ "x-reconciled-at": "2026-01-07T15:52:33.524512+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-07T03:07:41.164102+00:00"
13434
+ "x-reconciled-at": "2026-01-07T15:52:33.524516+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-07T03:07:41.164107+00:00"
13458
+ "x-reconciled-at": "2026-01-07T15:52:33.524521+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-07T03:07:41.164114+00:00"
13538
+ "x-reconciled-at": "2026-01-07T15:52:33.524528+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-07T03:07:41.164121+00:00"
13596
+ "x-reconciled-at": "2026-01-07T15:52:33.524536+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-07T03:07:41.164125+00:00"
13617
+ "x-reconciled-at": "2026-01-07T15:52:33.524540+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-07T03:07:41.164138+00:00"
13741
+ "x-reconciled-at": "2026-01-07T15:52:33.524563+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-07T03:07:41.164147+00:00"
13861
+ "x-reconciled-at": "2026-01-07T15:52:33.524574+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-07T03:07:41.164152+00:00"
13881
+ "x-reconciled-at": "2026-01-07T15:52:33.524578+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-07T03:07:41.164171+00:00"
14076
+ "x-reconciled-at": "2026-01-07T15:52:33.524598+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-07T03:07:41.164175+00:00"
14099
+ "x-reconciled-at": "2026-01-07T15:52:33.524603+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-07T03:07:41.164181+00:00"
14175
+ "x-reconciled-at": "2026-01-07T15:52:33.524608+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-07T03:07:41.164188+00:00"
14214
+ "x-reconciled-at": "2026-01-07T15:52:33.524615+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-07T03:07:41.164193+00:00"
14305
+ "x-reconciled-at": "2026-01-07T15:52:33.524620+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-07T03:07:41.164197+00:00"
14326
+ "x-reconciled-at": "2026-01-07T15:52:33.524624+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-07T03:07:41.164202+00:00"
14347
+ "x-reconciled-at": "2026-01-07T15:52:33.524628+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-07T03:07:41.164207+00:00"
14368
+ "x-reconciled-at": "2026-01-07T15:52:33.524633+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-07T03:07:41.164213+00:00"
14437
+ "x-reconciled-at": "2026-01-07T15:52:33.524639+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-07T03:07:41.164218+00:00"
14456
+ "x-reconciled-at": "2026-01-07T15:52:33.524645+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-07T03:07:42.243624+00:00"
14563
+ "x-reconciled-at": "2026-01-07T15:52:34.603755+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-07T03:07:42.243630+00:00"
14583
+ "x-reconciled-at": "2026-01-07T15:52:34.603762+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-07T03:07:42.243645+00:00"
14759
+ "x-reconciled-at": "2026-01-07T15:52:34.603777+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-07T03:07:42.243650+00:00"
14779
+ "x-reconciled-at": "2026-01-07T15:52:34.603782+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-07T03:07:42.243658+00:00"
14851
+ "x-reconciled-at": "2026-01-07T15:52:34.603789+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-07T03:07:42.243670+00:00"
14931
+ "x-reconciled-at": "2026-01-07T15:52:34.603800+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-07T03:07:42.243674+00:00"
14951
+ "x-reconciled-at": "2026-01-07T15:52:34.603804+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-07T03:07:42.243687+00:00"
15067
+ "x-reconciled-at": "2026-01-07T15:52:34.603816+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-07T03:07:42.243691+00:00"
15087
+ "x-reconciled-at": "2026-01-07T15:52:34.603821+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-07T03:07:42.243702+00:00"
15196
+ "x-reconciled-at": "2026-01-07T15:52:34.603831+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-07T03:07:42.243707+00:00"
15216
+ "x-reconciled-at": "2026-01-07T15:52:34.603835+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-07T03:07:42.243717+00:00"
15319
+ "x-reconciled-at": "2026-01-07T15:52:34.603845+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-07T03:07:42.243721+00:00"
15339
+ "x-reconciled-at": "2026-01-07T15:52:34.603849+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-07T03:07:42.243737+00:00"
15531
+ "x-reconciled-at": "2026-01-07T15:52:34.603864+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-07T03:07:42.243741+00:00"
15551
+ "x-reconciled-at": "2026-01-07T15:52:34.603868+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-07T03:07:42.243752+00:00"
15686
+ "x-reconciled-at": "2026-01-07T15:52:34.603880+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-07T03:07:42.243761+00:00"
15743
+ "x-reconciled-at": "2026-01-07T15:52:34.603889+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-07T03:07:42.243771+00:00"
15844
+ "x-reconciled-at": "2026-01-07T15:52:34.603898+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-07T03:07:42.243776+00:00"
15864
+ "x-reconciled-at": "2026-01-07T15:52:34.603903+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-07T03:07:42.243785+00:00"
15961
+ "x-reconciled-at": "2026-01-07T15:52:34.603912+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-07T03:07:42.243793+00:00"
16010
+ "x-reconciled-at": "2026-01-07T15:52:34.603920+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-07T03:07:42.243797+00:00"
16029
+ "x-reconciled-at": "2026-01-07T15:52:34.603924+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-07T03:07:42.243812+00:00"
16167
+ "x-reconciled-at": "2026-01-07T15:52:34.603939+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-07T03:07:42.243820+00:00"
16278
+ "x-reconciled-at": "2026-01-07T15:52:34.603946+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-07T03:07:42.243830+00:00"
16428
+ "x-reconciled-at": "2026-01-07T15:52:34.603957+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-07T03:07:42.243846+00:00"
16627
+ "x-reconciled-at": "2026-01-07T15:52:34.603972+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-07T03:07:42.243867+00:00"
16915
+ "x-reconciled-at": "2026-01-07T15:52:34.603992+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-07T03:07:42.243885+00:00"
17134
+ "x-reconciled-at": "2026-01-07T15:52:34.604009+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-07T03:07:42.243894+00:00"
17233
+ "x-reconciled-at": "2026-01-07T15:52:34.604018+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-07T03:07:42.243910+00:00"
17431
+ "x-reconciled-at": "2026-01-07T15:52:34.604034+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-07T03:07:42.243940+00:00"
17650
+ "x-reconciled-at": "2026-01-07T15:52:34.604051+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-07T03:07:42.243950+00:00"
17749
+ "x-reconciled-at": "2026-01-07T15:52:34.604061+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-07T03:07:42.243966+00:00"
17947
+ "x-reconciled-at": "2026-01-07T15:52:34.604077+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-07T03:07:42.243984+00:00"
18166
+ "x-reconciled-at": "2026-01-07T15:52:34.604095+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-07T03:07:42.243992+00:00"
18242
+ "x-reconciled-at": "2026-01-07T15:52:34.604102+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-07T03:07:42.244002+00:00"
18358
+ "x-reconciled-at": "2026-01-07T15:52:34.604113+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-07T03:07:42.244188+00:00"
20724
+ "x-reconciled-at": "2026-01-07T15:52:34.604295+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-07T03:07:42.244196+00:00"
20811
+ "x-reconciled-at": "2026-01-07T15:52:34.604303+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-07T03:07:42.244201+00:00"
20832
+ "x-reconciled-at": "2026-01-07T15:52:34.604307+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-07T03:07:42.244205+00:00"
20853
+ "x-reconciled-at": "2026-01-07T15:52:34.604311+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-07T03:07:42.244209+00:00"
20876
+ "x-reconciled-at": "2026-01-07T15:52:34.604315+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-07T03:07:42.244215+00:00"
20900
+ "x-reconciled-at": "2026-01-07T15:52:34.604320+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-07T03:07:42.244221+00:00"
20940
+ "x-reconciled-at": "2026-01-07T15:52:34.604326+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-07T03:07:42.244243+00:00"
21174
+ "x-reconciled-at": "2026-01-07T15:52:34.604348+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-07T03:07:42.244255+00:00"
21283
+ "x-reconciled-at": "2026-01-07T15:52:34.604361+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-07T03:07:42.244271+00:00"
21399
+ "x-reconciled-at": "2026-01-07T15:52:34.604376+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-07T03:07:42.244284+00:00"
21568
+ "x-reconciled-at": "2026-01-07T15:52:34.604389+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-07T03:07:42.244302+00:00"
21676
+ "x-reconciled-at": "2026-01-07T15:52:34.604407+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-07T03:07:42.244309+00:00"
21733
+ "x-reconciled-at": "2026-01-07T15:52:34.604414+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-07T03:07:42.244332+00:00"
21964
+ "x-reconciled-at": "2026-01-07T15:52:34.604436+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-07T03:07:42.244337+00:00"
21980
+ "x-reconciled-at": "2026-01-07T15:52:34.604440+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-07T03:07:42.244348+00:00"
22112
+ "x-reconciled-at": "2026-01-07T15:52:34.604451+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-07T03:07:42.244362+00:00"
22251
+ "x-reconciled-at": "2026-01-07T15:52:34.604464+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-07T03:07:42.244369+00:00"
22331
+ "x-reconciled-at": "2026-01-07T15:52:34.604470+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-07T03:07:42.244414+00:00"
22924
+ "x-reconciled-at": "2026-01-07T15:52:34.604515+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-07T03:07:42.244433+00:00"
23514
+ "x-reconciled-at": "2026-01-07T15:52:34.604534+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.",
@@ -24372,7 +24372,7 @@
24372
24372
  },
24373
24373
  "x-original-maxLength": 256,
24374
24374
  "x-reconciled-from-discovery": true,
24375
- "x-reconciled-at": "2026-01-07T03:07:42.244476+00:00"
24375
+ "x-reconciled-at": "2026-01-07T15:52:34.604586+00:00"
24376
24376
  },
24377
24377
  "name": {
24378
24378
  "type": "string",
@@ -24403,7 +24403,7 @@
24403
24403
  },
24404
24404
  "x-original-maxLength": 1024,
24405
24405
  "x-reconciled-from-discovery": true,
24406
- "x-reconciled-at": "2026-01-07T03:07:42.244480+00:00"
24406
+ "x-reconciled-at": "2026-01-07T15:52:34.604591+00:00"
24407
24407
  }
24408
24408
  },
24409
24409
  "x-f5xc-description-short": "MessageMetaType is metadata (common attributes) of a message that only certain messages have.",
@@ -25040,7 +25040,7 @@
25040
25040
  },
25041
25041
  "x-original-maxLength": 256,
25042
25042
  "x-reconciled-from-discovery": true,
25043
- "x-reconciled-at": "2026-01-07T03:07:42.244538+00:00"
25043
+ "x-reconciled-at": "2026-01-07T15:52:34.604648+00:00"
25044
25044
  }
25045
25045
  },
25046
25046
  "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 +25169,7 @@
25169
25169
  },
25170
25170
  "x-original-maxLength": 256,
25171
25171
  "x-reconciled-from-discovery": true,
25172
- "x-reconciled-at": "2026-01-07T03:07:42.244550+00:00"
25172
+ "x-reconciled-at": "2026-01-07T15:52:34.604660+00:00"
25173
25173
  }
25174
25174
  },
25175
25175
  "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 +25227,7 @@
25227
25227
  },
25228
25228
  "x-original-maxLength": 128,
25229
25229
  "x-reconciled-from-discovery": true,
25230
- "x-reconciled-at": "2026-01-07T03:07:42.244554+00:00"
25230
+ "x-reconciled-at": "2026-01-07T15:52:34.604664+00:00"
25231
25231
  },
25232
25232
  "namespace": {
25233
25233
  "type": "string",
@@ -25254,7 +25254,7 @@
25254
25254
  },
25255
25255
  "x-original-maxLength": 64,
25256
25256
  "x-reconciled-from-discovery": true,
25257
- "x-reconciled-at": "2026-01-07T03:07:42.244559+00:00"
25257
+ "x-reconciled-at": "2026-01-07T15:52:34.604669+00:00"
25258
25258
  },
25259
25259
  "tenant": {
25260
25260
  "type": "string",
@@ -25283,7 +25283,7 @@
25283
25283
  "x-field-mutability": "read-only",
25284
25284
  "x-original-maxLength": 64,
25285
25285
  "x-reconciled-from-discovery": true,
25286
- "x-reconciled-at": "2026-01-07T03:07:42.244563+00:00"
25286
+ "x-reconciled-at": "2026-01-07T15:52:34.604673+00:00"
25287
25287
  }
25288
25288
  },
25289
25289
  "x-f5xc-description-short": "Type establishes a direct reference from one object(the referrer) to another(the referred).",
@@ -25531,7 +25531,7 @@
25531
25531
  },
25532
25532
  "x-original-maxLength": 1024,
25533
25533
  "x-reconciled-from-discovery": true,
25534
- "x-reconciled-at": "2026-01-07T03:08:10.529337+00:00"
25534
+ "x-reconciled-at": "2026-01-07T15:53:02.838511+00:00"
25535
25535
  },
25536
25536
  "namespace": {
25537
25537
  "type": "string",
@@ -25551,7 +25551,7 @@
25551
25551
  },
25552
25552
  "x-original-maxLength": 1024,
25553
25553
  "x-reconciled-from-discovery": true,
25554
- "x-reconciled-at": "2026-01-07T03:08:10.529342+00:00"
25554
+ "x-reconciled-at": "2026-01-07T15:53:02.838516+00:00"
25555
25555
  }
25556
25556
  },
25557
25557
  "x-f5xc-minimum-configuration": {
@@ -25713,7 +25713,7 @@
25713
25713
  "maxLength": 17,
25714
25714
  "minLength": 17,
25715
25715
  "x-reconciled-from-discovery": true,
25716
- "x-reconciled-at": "2026-01-07T03:08:10.529363+00:00"
25716
+ "x-reconciled-at": "2026-01-07T15:53:02.838536+00:00"
25717
25717
  },
25718
25718
  "system_metadata": {
25719
25719
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -25887,7 +25887,7 @@
25887
25887
  },
25888
25888
  "x-original-maxLength": 1024,
25889
25889
  "x-reconciled-from-discovery": true,
25890
- "x-reconciled-at": "2026-01-07T03:08:10.529379+00:00"
25890
+ "x-reconciled-at": "2026-01-07T15:53:02.838563+00:00"
25891
25891
  },
25892
25892
  "disabled": {
25893
25893
  "type": "boolean",
@@ -25941,7 +25941,7 @@
25941
25941
  },
25942
25942
  "x-original-maxLength": 1024,
25943
25943
  "x-reconciled-from-discovery": true,
25944
- "x-reconciled-at": "2026-01-07T03:08:10.529390+00:00"
25944
+ "x-reconciled-at": "2026-01-07T15:53:02.838575+00:00"
25945
25945
  },
25946
25946
  "namespace": {
25947
25947
  "type": "string",
@@ -25960,7 +25960,7 @@
25960
25960
  },
25961
25961
  "x-original-maxLength": 1024,
25962
25962
  "x-reconciled-from-discovery": true,
25963
- "x-reconciled-at": "2026-01-07T03:08:10.529394+00:00"
25963
+ "x-reconciled-at": "2026-01-07T15:53:02.838579+00:00"
25964
25964
  },
25965
25965
  "owner_view": {
25966
25966
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -26002,7 +26002,7 @@
26002
26002
  "x-field-mutability": "read-only",
26003
26003
  "x-original-maxLength": 1024,
26004
26004
  "x-reconciled-from-discovery": true,
26005
- "x-reconciled-at": "2026-01-07T03:08:10.529402+00:00"
26005
+ "x-reconciled-at": "2026-01-07T15:53:02.838587+00:00"
26006
26006
  },
26007
26007
  "uid": {
26008
26008
  "type": "string",
@@ -26024,7 +26024,7 @@
26024
26024
  "x-original-maxLength": 1024,
26025
26025
  "format": "uuid",
26026
26026
  "x-reconciled-from-discovery": true,
26027
- "x-reconciled-at": "2026-01-07T03:08:10.529408+00:00"
26027
+ "x-reconciled-at": "2026-01-07T15:53:02.838593+00:00"
26028
26028
  }
26029
26029
  },
26030
26030
  "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 +26351,7 @@
26351
26351
  },
26352
26352
  "x-original-maxLength": 1024,
26353
26353
  "x-reconciled-from-discovery": true,
26354
- "x-reconciled-at": "2026-01-07T03:08:23.972830+00:00"
26354
+ "x-reconciled-at": "2026-01-07T15:53:16.232443+00:00"
26355
26355
  },
26356
26356
  "namespace": {
26357
26357
  "type": "string",
@@ -26371,7 +26371,7 @@
26371
26371
  },
26372
26372
  "x-original-maxLength": 1024,
26373
26373
  "x-reconciled-from-discovery": true,
26374
- "x-reconciled-at": "2026-01-07T03:08:23.972837+00:00"
26374
+ "x-reconciled-at": "2026-01-07T15:53:16.232450+00:00"
26375
26375
  }
26376
26376
  },
26377
26377
  "x-f5xc-minimum-configuration": {
@@ -26469,7 +26469,7 @@
26469
26469
  },
26470
26470
  "x-original-maxLength": 1024,
26471
26471
  "x-reconciled-from-discovery": true,
26472
- "x-reconciled-at": "2026-01-07T03:08:23.972848+00:00"
26472
+ "x-reconciled-at": "2026-01-07T15:53:16.232461+00:00"
26473
26473
  },
26474
26474
  "policy": {
26475
26475
  "type": "string",
@@ -26621,7 +26621,7 @@
26621
26621
  },
26622
26622
  "x-original-maxLength": 1024,
26623
26623
  "x-reconciled-from-discovery": true,
26624
- "x-reconciled-at": "2026-01-07T03:08:23.972861+00:00"
26624
+ "x-reconciled-at": "2026-01-07T15:53:16.232474+00:00"
26625
26625
  },
26626
26626
  "start_time": {
26627
26627
  "type": "string",
@@ -26809,7 +26809,7 @@
26809
26809
  },
26810
26810
  "x-original-maxLength": 1024,
26811
26811
  "x-reconciled-from-discovery": true,
26812
- "x-reconciled-at": "2026-01-07T03:08:23.972875+00:00"
26812
+ "x-reconciled-at": "2026-01-07T15:53:16.232489+00:00"
26813
26813
  }
26814
26814
  },
26815
26815
  "x-f5xc-description-short": "Label filter can be specified to filter metrics based on label match.",
@@ -27094,7 +27094,7 @@
27094
27094
  "maxLength": 17,
27095
27095
  "minLength": 17,
27096
27096
  "x-reconciled-from-discovery": true,
27097
- "x-reconciled-at": "2026-01-07T03:08:23.972933+00:00"
27097
+ "x-reconciled-at": "2026-01-07T15:53:16.232534+00:00"
27098
27098
  },
27099
27099
  "system_metadata": {
27100
27100
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -27237,7 +27237,7 @@
27237
27237
  },
27238
27238
  "x-original-maxLength": 1024,
27239
27239
  "x-reconciled-from-discovery": true,
27240
- "x-reconciled-at": "2026-01-07T03:08:23.972946+00:00"
27240
+ "x-reconciled-at": "2026-01-07T15:53:16.232546+00:00"
27241
27241
  },
27242
27242
  "disabled": {
27243
27243
  "type": "boolean",
@@ -27292,7 +27292,7 @@
27292
27292
  },
27293
27293
  "x-original-maxLength": 1024,
27294
27294
  "x-reconciled-from-discovery": true,
27295
- "x-reconciled-at": "2026-01-07T03:08:23.972957+00:00"
27295
+ "x-reconciled-at": "2026-01-07T15:53:16.232568+00:00"
27296
27296
  },
27297
27297
  "namespace": {
27298
27298
  "type": "string",
@@ -27311,7 +27311,7 @@
27311
27311
  },
27312
27312
  "x-original-maxLength": 1024,
27313
27313
  "x-reconciled-from-discovery": true,
27314
- "x-reconciled-at": "2026-01-07T03:08:23.972962+00:00"
27314
+ "x-reconciled-at": "2026-01-07T15:53:16.232573+00:00"
27315
27315
  },
27316
27316
  "owner_view": {
27317
27317
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -27353,7 +27353,7 @@
27353
27353
  "x-field-mutability": "read-only",
27354
27354
  "x-original-maxLength": 1024,
27355
27355
  "x-reconciled-from-discovery": true,
27356
- "x-reconciled-at": "2026-01-07T03:08:23.972969+00:00"
27356
+ "x-reconciled-at": "2026-01-07T15:53:16.232582+00:00"
27357
27357
  },
27358
27358
  "uid": {
27359
27359
  "type": "string",
@@ -27375,7 +27375,7 @@
27375
27375
  "x-original-maxLength": 1024,
27376
27376
  "format": "uuid",
27377
27377
  "x-reconciled-from-discovery": true,
27378
- "x-reconciled-at": "2026-01-07T03:08:23.972976+00:00"
27378
+ "x-reconciled-at": "2026-01-07T15:53:16.232588+00:00"
27379
27379
  }
27380
27380
  },
27381
27381
  "x-f5xc-description-short": "By default a summary of enhanced_firewall_policy is returned in 'List'.",
@@ -28322,7 +28322,7 @@
28322
28322
  },
28323
28323
  "x-original-maxLength": 1024,
28324
28324
  "x-reconciled-from-discovery": true,
28325
- "x-reconciled-at": "2026-01-07T03:09:33.754391+00:00"
28325
+ "x-reconciled-at": "2026-01-07T15:54:26.375726+00:00"
28326
28326
  }
28327
28327
  },
28328
28328
  "x-f5xc-description-short": "Label based filtering of WAF metrics. WAF metrics are tagged with labels mentioned in MetricLabel.",
@@ -28424,7 +28424,7 @@
28424
28424
  },
28425
28425
  "x-original-maxLength": 1024,
28426
28426
  "x-reconciled-from-discovery": true,
28427
- "x-reconciled-at": "2026-01-07T03:09:33.754400+00:00"
28427
+ "x-reconciled-at": "2026-01-07T15:54:26.375736+00:00"
28428
28428
  },
28429
28429
  "range": {
28430
28430
  "type": "string",
@@ -28712,7 +28712,7 @@
28712
28712
  },
28713
28713
  "x-original-maxLength": 1024,
28714
28714
  "x-reconciled-from-discovery": true,
28715
- "x-reconciled-at": "2026-01-07T03:09:33.754422+00:00"
28715
+ "x-reconciled-at": "2026-01-07T15:54:26.375757+00:00"
28716
28716
  },
28717
28717
  "rule_id": {
28718
28718
  "type": "string",
@@ -28943,7 +28943,7 @@
28943
28943
  },
28944
28944
  "x-original-maxLength": 1024,
28945
28945
  "x-reconciled-from-discovery": true,
28946
- "x-reconciled-at": "2026-01-07T03:09:33.754441+00:00"
28946
+ "x-reconciled-at": "2026-01-07T15:54:26.375775+00:00"
28947
28947
  },
28948
28948
  "range": {
28949
28949
  "type": "string",
@@ -29232,7 +29232,7 @@
29232
29232
  },
29233
29233
  "x-original-maxLength": 1024,
29234
29234
  "x-reconciled-from-discovery": true,
29235
- "x-reconciled-at": "2026-01-07T03:09:33.754462+00:00"
29235
+ "x-reconciled-at": "2026-01-07T15:54:26.375796+00:00"
29236
29236
  },
29237
29237
  "service": {
29238
29238
  "type": "string",
@@ -29577,7 +29577,7 @@
29577
29577
  },
29578
29578
  "x-original-maxLength": 1024,
29579
29579
  "x-reconciled-from-discovery": true,
29580
- "x-reconciled-at": "2026-01-07T03:09:34.219722+00:00"
29580
+ "x-reconciled-at": "2026-01-07T15:54:26.849700+00:00"
29581
29581
  },
29582
29582
  "namespace": {
29583
29583
  "type": "string",
@@ -29597,7 +29597,7 @@
29597
29597
  },
29598
29598
  "x-original-maxLength": 1024,
29599
29599
  "x-reconciled-from-discovery": true,
29600
- "x-reconciled-at": "2026-01-07T03:09:34.219727+00:00"
29600
+ "x-reconciled-at": "2026-01-07T15:54:26.849704+00:00"
29601
29601
  }
29602
29602
  },
29603
29603
  "x-f5xc-minimum-configuration": {
@@ -29700,7 +29700,7 @@
29700
29700
  "maxLength": 17,
29701
29701
  "minLength": 17,
29702
29702
  "x-reconciled-from-discovery": true,
29703
- "x-reconciled-at": "2026-01-07T03:09:34.219741+00:00"
29703
+ "x-reconciled-at": "2026-01-07T15:54:26.849718+00:00"
29704
29704
  },
29705
29705
  "system_metadata": {
29706
29706
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -29843,7 +29843,7 @@
29843
29843
  },
29844
29844
  "x-original-maxLength": 1024,
29845
29845
  "x-reconciled-from-discovery": true,
29846
- "x-reconciled-at": "2026-01-07T03:09:34.219753+00:00"
29846
+ "x-reconciled-at": "2026-01-07T15:54:26.849730+00:00"
29847
29847
  },
29848
29848
  "disabled": {
29849
29849
  "type": "boolean",
@@ -29897,7 +29897,7 @@
29897
29897
  },
29898
29898
  "x-original-maxLength": 1024,
29899
29899
  "x-reconciled-from-discovery": true,
29900
- "x-reconciled-at": "2026-01-07T03:09:34.219763+00:00"
29900
+ "x-reconciled-at": "2026-01-07T15:54:26.849740+00:00"
29901
29901
  },
29902
29902
  "namespace": {
29903
29903
  "type": "string",
@@ -29916,7 +29916,7 @@
29916
29916
  },
29917
29917
  "x-original-maxLength": 1024,
29918
29918
  "x-reconciled-from-discovery": true,
29919
- "x-reconciled-at": "2026-01-07T03:09:34.219767+00:00"
29919
+ "x-reconciled-at": "2026-01-07T15:54:26.849744+00:00"
29920
29920
  },
29921
29921
  "owner_view": {
29922
29922
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -29958,7 +29958,7 @@
29958
29958
  "x-field-mutability": "read-only",
29959
29959
  "x-original-maxLength": 1024,
29960
29960
  "x-reconciled-from-discovery": true,
29961
- "x-reconciled-at": "2026-01-07T03:09:34.219775+00:00"
29961
+ "x-reconciled-at": "2026-01-07T15:54:26.849752+00:00"
29962
29962
  },
29963
29963
  "uid": {
29964
29964
  "type": "string",
@@ -29980,7 +29980,7 @@
29980
29980
  "x-original-maxLength": 1024,
29981
29981
  "format": "uuid",
29982
29982
  "x-reconciled-from-discovery": true,
29983
- "x-reconciled-at": "2026-01-07T03:09:34.219780+00:00"
29983
+ "x-reconciled-at": "2026-01-07T15:54:26.849757+00:00"
29984
29984
  }
29985
29985
  },
29986
29986
  "x-f5xc-description-short": "By default a summary of waf_exclusion_policy is returned in 'List'.",
@@ -30353,7 +30353,7 @@
30353
30353
  },
30354
30354
  "x-original-maxLength": 1024,
30355
30355
  "x-reconciled-from-discovery": true,
30356
- "x-reconciled-at": "2026-01-07T03:09:34.479270+00:00"
30356
+ "x-reconciled-at": "2026-01-07T15:54:27.118927+00:00"
30357
30357
  },
30358
30358
  "state": {
30359
30359
  "type": "string",
@@ -30434,7 +30434,7 @@
30434
30434
  },
30435
30435
  "x-original-maxLength": 1024,
30436
30436
  "x-reconciled-from-discovery": true,
30437
- "x-reconciled-at": "2026-01-07T03:09:34.479281+00:00"
30437
+ "x-reconciled-at": "2026-01-07T15:54:27.118938+00:00"
30438
30438
  },
30439
30439
  "start_time": {
30440
30440
  "type": "string",