@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.1.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 (142) hide show
  1. package/dist/docs/data-sources/addon_service.md +143 -0
  2. package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
  3. package/dist/docs/data-sources/addon_subscription.md +134 -0
  4. package/dist/docs/data-sources/allowed_tenant.md +134 -0
  5. package/dist/docs/data-sources/api_credential.md +134 -0
  6. package/dist/docs/data-sources/bigip_irule.md +134 -0
  7. package/dist/docs/data-sources/child_tenant.md +134 -0
  8. package/dist/docs/data-sources/child_tenant_manager.md +134 -0
  9. package/dist/docs/data-sources/contact.md +134 -0
  10. package/dist/docs/data-sources/customer_support.md +134 -0
  11. package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
  12. package/dist/docs/data-sources/dns_lb_pool.md +134 -0
  13. package/dist/docs/data-sources/dns_load_balancer.md +134 -0
  14. package/dist/docs/data-sources/dns_zone.md +145 -0
  15. package/dist/docs/data-sources/geo_location_set.md +134 -0
  16. package/dist/docs/data-sources/ike1.md +134 -0
  17. package/dist/docs/data-sources/ike2.md +134 -0
  18. package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
  19. package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
  20. package/dist/docs/data-sources/infraprotect_asn.md +134 -0
  21. package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
  22. package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
  23. package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
  24. package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
  25. package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
  26. package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
  27. package/dist/docs/data-sources/k8s_cluster.md +134 -0
  28. package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
  29. package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
  30. package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
  31. package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
  32. package/dist/docs/data-sources/managed_tenant.md +134 -0
  33. package/dist/docs/data-sources/namespace.md +141 -0
  34. package/dist/docs/data-sources/oidc_provider.md +134 -0
  35. package/dist/docs/data-sources/quota.md +134 -0
  36. package/dist/docs/data-sources/registration.md +134 -0
  37. package/dist/docs/data-sources/report_config.md +134 -0
  38. package/dist/docs/data-sources/role.md +134 -0
  39. package/dist/docs/data-sources/secret_policy.md +134 -0
  40. package/dist/docs/data-sources/secret_policy_rule.md +134 -0
  41. package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
  42. package/dist/docs/data-sources/srv6_network_slice.md +134 -0
  43. package/dist/docs/data-sources/tenant_profile.md +134 -0
  44. package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
  45. package/dist/docs/data-sources/token.md +134 -0
  46. package/dist/docs/data-sources/tpm_api_key.md +134 -0
  47. package/dist/docs/data-sources/tpm_category.md +134 -0
  48. package/dist/docs/data-sources/tpm_manager.md +134 -0
  49. package/dist/docs/data-sources/virtual_k8s.md +134 -0
  50. package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
  51. package/dist/docs/resources/addon_subscription.md +213 -0
  52. package/dist/docs/resources/allowed_tenant.md +181 -0
  53. package/dist/docs/resources/api_credential.md +184 -0
  54. package/dist/docs/resources/bigip_irule.md +173 -0
  55. package/dist/docs/resources/child_tenant.md +237 -0
  56. package/dist/docs/resources/child_tenant_manager.md +201 -0
  57. package/dist/docs/resources/contact.md +187 -0
  58. package/dist/docs/resources/customer_support.md +253 -0
  59. package/dist/docs/resources/dns_lb_health_check.md +249 -0
  60. package/dist/docs/resources/dns_lb_pool.md +310 -0
  61. package/dist/docs/resources/dns_load_balancer.md +309 -0
  62. package/dist/docs/resources/dns_zone.md +790 -0
  63. package/dist/docs/resources/geo_location_set.md +180 -0
  64. package/dist/docs/resources/ike1.md +216 -0
  65. package/dist/docs/resources/ike2.md +210 -0
  66. package/dist/docs/resources/ike_phase1_profile.md +224 -0
  67. package/dist/docs/resources/ike_phase2_profile.md +214 -0
  68. package/dist/docs/resources/infraprotect_asn.md +183 -0
  69. package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
  70. package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
  71. package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
  72. package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
  73. package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
  74. package/dist/docs/resources/infraprotect_tunnel.md +289 -0
  75. package/dist/docs/resources/k8s_cluster.md +326 -0
  76. package/dist/docs/resources/k8s_cluster_role.md +222 -0
  77. package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
  78. package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
  79. package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
  80. package/dist/docs/resources/managed_tenant.md +193 -0
  81. package/dist/docs/resources/namespace.md +170 -0
  82. package/dist/docs/resources/oidc_provider.md +291 -0
  83. package/dist/docs/resources/quota.md +187 -0
  84. package/dist/docs/resources/registration.md +489 -0
  85. package/dist/docs/resources/report_config.md +237 -0
  86. package/dist/docs/resources/role.md +183 -0
  87. package/dist/docs/resources/secret_policy.md +240 -0
  88. package/dist/docs/resources/secret_policy_rule.md +198 -0
  89. package/dist/docs/resources/securemesh_site_v2.md +2027 -0
  90. package/dist/docs/resources/srv6_network_slice.md +175 -0
  91. package/dist/docs/resources/tenant_profile.md +233 -0
  92. package/dist/docs/resources/ticket_tracking_system.md +195 -0
  93. package/dist/docs/resources/token.md +170 -0
  94. package/dist/docs/resources/tpm_api_key.md +191 -0
  95. package/dist/docs/resources/tpm_category.md +191 -0
  96. package/dist/docs/resources/tpm_manager.md +167 -0
  97. package/dist/docs/resources/virtual_k8s.md +209 -0
  98. package/dist/docs/resources/voltshare_admin_policy.md +271 -0
  99. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  100. package/dist/docs/specifications/api/README.md +1 -1
  101. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  102. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  103. package/dist/docs/specifications/api/domains/api.json +173 -173
  104. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  105. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  106. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  107. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  108. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  109. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  110. package/dist/docs/specifications/api/domains/ce_management.json +111 -111
  111. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  112. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  113. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  114. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  115. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  116. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  117. package/dist/docs/specifications/api/domains/dns.json +148 -148
  118. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  119. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  120. package/dist/docs/specifications/api/domains/network.json +230 -230
  121. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  122. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  123. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  124. package/dist/docs/specifications/api/domains/observability.json +102 -102
  125. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  126. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  127. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  128. package/dist/docs/specifications/api/domains/shape.json +313 -313
  129. package/dist/docs/specifications/api/domains/sites.json +349 -349
  130. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  131. package/dist/docs/specifications/api/domains/support.json +108 -108
  132. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  133. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  134. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  135. package/dist/docs/specifications/api/domains/users.json +66 -66
  136. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  137. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  138. package/dist/docs/specifications/api/domains/waf.json +139 -139
  139. package/dist/docs/specifications/api/index.json +99 -4
  140. package/dist/docs/specifications/api/openapi.json +2616 -2616
  141. package/dist/docs/specifications/api/openapi.yaml +2616 -2616
  142. 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.12",
6
+ "version": "2.0.13",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -11238,7 +11238,7 @@
11238
11238
  },
11239
11239
  "x-original-maxLength": 1024,
11240
11240
  "x-reconciled-from-discovery": true,
11241
- "x-reconciled-at": "2026-01-05T17:58:24.775535+00:00"
11241
+ "x-reconciled-at": "2026-01-05T18:28:43.380450+00:00"
11242
11242
  },
11243
11243
  "namespace": {
11244
11244
  "type": "string",
@@ -11257,7 +11257,7 @@
11257
11257
  },
11258
11258
  "x-original-maxLength": 1024,
11259
11259
  "x-reconciled-from-discovery": true,
11260
- "x-reconciled-at": "2026-01-05T17:58:24.775546+00:00"
11260
+ "x-reconciled-at": "2026-01-05T18:28:43.380457+00:00"
11261
11261
  }
11262
11262
  },
11263
11263
  "x-f5xc-minimum-configuration": {
@@ -11419,7 +11419,7 @@
11419
11419
  "maxLength": 17,
11420
11420
  "minLength": 17,
11421
11421
  "x-reconciled-from-discovery": true,
11422
- "x-reconciled-at": "2026-01-05T17:58:24.775575+00:00"
11422
+ "x-reconciled-at": "2026-01-05T18:28:43.380486+00:00"
11423
11423
  },
11424
11424
  "system_metadata": {
11425
11425
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -11623,7 +11623,7 @@
11623
11623
  },
11624
11624
  "x-original-maxLength": 1024,
11625
11625
  "x-reconciled-from-discovery": true,
11626
- "x-reconciled-at": "2026-01-05T17:58:24.775602+00:00"
11626
+ "x-reconciled-at": "2026-01-05T18:28:43.380513+00:00"
11627
11627
  },
11628
11628
  "disabled": {
11629
11629
  "type": "boolean",
@@ -11673,7 +11673,7 @@
11673
11673
  },
11674
11674
  "x-original-maxLength": 1024,
11675
11675
  "x-reconciled-from-discovery": true,
11676
- "x-reconciled-at": "2026-01-05T17:58:24.775612+00:00"
11676
+ "x-reconciled-at": "2026-01-05T18:28:43.380524+00:00"
11677
11677
  },
11678
11678
  "namespace": {
11679
11679
  "type": "string",
@@ -11692,7 +11692,7 @@
11692
11692
  },
11693
11693
  "x-original-maxLength": 1024,
11694
11694
  "x-reconciled-from-discovery": true,
11695
- "x-reconciled-at": "2026-01-05T17:58:24.775617+00:00"
11695
+ "x-reconciled-at": "2026-01-05T18:28:43.380528+00:00"
11696
11696
  },
11697
11697
  "owner_view": {
11698
11698
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -11733,7 +11733,7 @@
11733
11733
  "x-field-mutability": "read-only",
11734
11734
  "x-original-maxLength": 1024,
11735
11735
  "x-reconciled-from-discovery": true,
11736
- "x-reconciled-at": "2026-01-05T17:58:24.775624+00:00"
11736
+ "x-reconciled-at": "2026-01-05T18:28:43.380536+00:00"
11737
11737
  },
11738
11738
  "uid": {
11739
11739
  "type": "string",
@@ -11754,7 +11754,7 @@
11754
11754
  "x-original-maxLength": 1024,
11755
11755
  "format": "uuid",
11756
11756
  "x-reconciled-from-discovery": true,
11757
- "x-reconciled-at": "2026-01-05T17:58:24.775630+00:00"
11757
+ "x-reconciled-at": "2026-01-05T18:28:43.380542+00:00"
11758
11758
  }
11759
11759
  },
11760
11760
  "x-f5xc-minimum-configuration": {
@@ -11961,7 +11961,7 @@
11961
11961
  },
11962
11962
  "x-original-maxLength": 1024,
11963
11963
  "x-reconciled-from-discovery": true,
11964
- "x-reconciled-at": "2026-01-05T17:58:24.775648+00:00"
11964
+ "x-reconciled-at": "2026-01-05T18:28:43.380561+00:00"
11965
11965
  },
11966
11966
  "range": {
11967
11967
  "type": "string",
@@ -12483,7 +12483,7 @@
12483
12483
  },
12484
12484
  "x-original-maxLength": 1024,
12485
12485
  "x-reconciled-from-discovery": true,
12486
- "x-reconciled-at": "2026-01-05T17:58:24.775693+00:00"
12486
+ "x-reconciled-at": "2026-01-05T18:28:43.380609+00:00"
12487
12487
  }
12488
12488
  },
12489
12489
  "x-f5xc-minimum-configuration": {
@@ -12552,7 +12552,7 @@
12552
12552
  },
12553
12553
  "x-original-maxLength": 1024,
12554
12554
  "x-reconciled-from-discovery": true,
12555
- "x-reconciled-at": "2026-01-05T17:58:24.775701+00:00"
12555
+ "x-reconciled-at": "2026-01-05T18:28:43.380617+00:00"
12556
12556
  },
12557
12557
  "service_name": {
12558
12558
  "type": "string",
@@ -12591,7 +12591,7 @@
12591
12591
  },
12592
12592
  "x-original-maxLength": 1024,
12593
12593
  "x-reconciled-from-discovery": true,
12594
- "x-reconciled-at": "2026-01-05T17:58:24.775706+00:00"
12594
+ "x-reconciled-at": "2026-01-05T18:28:43.380623+00:00"
12595
12595
  },
12596
12596
  "type": {
12597
12597
  "type": "string",
@@ -12804,7 +12804,7 @@
12804
12804
  },
12805
12805
  "x-original-maxLength": 1024,
12806
12806
  "x-reconciled-from-discovery": true,
12807
- "x-reconciled-at": "2026-01-05T17:58:24.775718+00:00"
12807
+ "x-reconciled-at": "2026-01-05T18:28:43.380634+00:00"
12808
12808
  }
12809
12809
  },
12810
12810
  "x-f5xc-minimum-configuration": {
@@ -12900,7 +12900,7 @@
12900
12900
  },
12901
12901
  "x-original-maxLength": 1024,
12902
12902
  "x-reconciled-from-discovery": true,
12903
- "x-reconciled-at": "2026-01-05T17:58:24.775728+00:00"
12903
+ "x-reconciled-at": "2026-01-05T18:28:43.380645+00:00"
12904
12904
  }
12905
12905
  },
12906
12906
  "x-f5xc-minimum-configuration": {
@@ -12972,7 +12972,7 @@
12972
12972
  },
12973
12973
  "x-original-maxLength": 1200,
12974
12974
  "x-reconciled-from-discovery": true,
12975
- "x-reconciled-at": "2026-01-05T17:58:24.775735+00:00"
12975
+ "x-reconciled-at": "2026-01-05T18:28:43.380651+00:00"
12976
12976
  },
12977
12977
  "disable": {
12978
12978
  "type": "boolean",
@@ -13025,7 +13025,7 @@
13025
13025
  },
13026
13026
  "x-original-maxLength": 1024,
13027
13027
  "x-reconciled-from-discovery": true,
13028
- "x-reconciled-at": "2026-01-05T17:58:24.775744+00:00"
13028
+ "x-reconciled-at": "2026-01-05T18:28:43.380659+00:00"
13029
13029
  },
13030
13030
  "namespace": {
13031
13031
  "type": "string",
@@ -13044,7 +13044,7 @@
13044
13044
  },
13045
13045
  "x-original-maxLength": 1024,
13046
13046
  "x-reconciled-from-discovery": true,
13047
- "x-reconciled-at": "2026-01-05T17:58:24.775748+00:00"
13047
+ "x-reconciled-at": "2026-01-05T18:28:43.380662+00:00"
13048
13048
  }
13049
13049
  },
13050
13050
  "x-f5xc-minimum-configuration": {
@@ -13120,7 +13120,7 @@
13120
13120
  },
13121
13121
  "x-original-maxLength": 1200,
13122
13122
  "x-reconciled-from-discovery": true,
13123
- "x-reconciled-at": "2026-01-05T17:58:24.775755+00:00"
13123
+ "x-reconciled-at": "2026-01-05T18:28:43.380670+00:00"
13124
13124
  },
13125
13125
  "disable": {
13126
13126
  "type": "boolean",
@@ -13175,7 +13175,7 @@
13175
13175
  },
13176
13176
  "x-original-maxLength": 1024,
13177
13177
  "x-reconciled-from-discovery": true,
13178
- "x-reconciled-at": "2026-01-05T17:58:24.775763+00:00"
13178
+ "x-reconciled-at": "2026-01-05T18:28:43.380678+00:00"
13179
13179
  },
13180
13180
  "namespace": {
13181
13181
  "type": "string",
@@ -13194,7 +13194,7 @@
13194
13194
  },
13195
13195
  "x-original-maxLength": 1024,
13196
13196
  "x-reconciled-from-discovery": true,
13197
- "x-reconciled-at": "2026-01-05T17:58:24.775767+00:00"
13197
+ "x-reconciled-at": "2026-01-05T18:28:43.380682+00:00"
13198
13198
  }
13199
13199
  },
13200
13200
  "x-f5xc-minimum-configuration": {
@@ -13239,7 +13239,7 @@
13239
13239
  "readOnly": true,
13240
13240
  "x-original-maxLength": 1024,
13241
13241
  "x-reconciled-from-discovery": true,
13242
- "x-reconciled-at": "2026-01-05T17:58:24.775771+00:00"
13242
+ "x-reconciled-at": "2026-01-05T18:28:43.380687+00:00"
13243
13243
  },
13244
13244
  "name": {
13245
13245
  "type": "string",
@@ -13258,7 +13258,7 @@
13258
13258
  },
13259
13259
  "x-original-maxLength": 1024,
13260
13260
  "x-reconciled-from-discovery": true,
13261
- "x-reconciled-at": "2026-01-05T17:58:24.775776+00:00"
13261
+ "x-reconciled-at": "2026-01-05T18:28:43.380691+00:00"
13262
13262
  },
13263
13263
  "namespace": {
13264
13264
  "type": "string",
@@ -13277,7 +13277,7 @@
13277
13277
  },
13278
13278
  "x-original-maxLength": 1024,
13279
13279
  "x-reconciled-from-discovery": true,
13280
- "x-reconciled-at": "2026-01-05T17:58:24.775779+00:00"
13280
+ "x-reconciled-at": "2026-01-05T18:28:43.380695+00:00"
13281
13281
  },
13282
13282
  "tenant": {
13283
13283
  "type": "string",
@@ -13298,7 +13298,7 @@
13298
13298
  "x-field-mutability": "read-only",
13299
13299
  "x-original-maxLength": 1024,
13300
13300
  "x-reconciled-from-discovery": true,
13301
- "x-reconciled-at": "2026-01-05T17:58:24.775783+00:00"
13301
+ "x-reconciled-at": "2026-01-05T18:28:43.380699+00:00"
13302
13302
  },
13303
13303
  "uid": {
13304
13304
  "type": "string",
@@ -13320,7 +13320,7 @@
13320
13320
  "x-original-maxLength": 1024,
13321
13321
  "format": "uuid",
13322
13322
  "x-reconciled-from-discovery": true,
13323
- "x-reconciled-at": "2026-01-05T17:58:24.775789+00:00"
13323
+ "x-reconciled-at": "2026-01-05T18:28:43.380705+00:00"
13324
13324
  }
13325
13325
  },
13326
13326
  "x-f5xc-minimum-configuration": {
@@ -13395,7 +13395,7 @@
13395
13395
  },
13396
13396
  "x-original-maxLength": 1200,
13397
13397
  "x-reconciled-from-discovery": true,
13398
- "x-reconciled-at": "2026-01-05T17:58:24.775796+00:00"
13398
+ "x-reconciled-at": "2026-01-05T18:28:43.380711+00:00"
13399
13399
  },
13400
13400
  "disable": {
13401
13401
  "type": "boolean",
@@ -13448,7 +13448,7 @@
13448
13448
  },
13449
13449
  "x-original-maxLength": 1024,
13450
13450
  "x-reconciled-from-discovery": true,
13451
- "x-reconciled-at": "2026-01-05T17:58:24.775804+00:00"
13451
+ "x-reconciled-at": "2026-01-05T18:28:43.380718+00:00"
13452
13452
  },
13453
13453
  "namespace": {
13454
13454
  "type": "string",
@@ -13467,7 +13467,7 @@
13467
13467
  },
13468
13468
  "x-original-maxLength": 1024,
13469
13469
  "x-reconciled-from-discovery": true,
13470
- "x-reconciled-at": "2026-01-05T17:58:24.775808+00:00"
13470
+ "x-reconciled-at": "2026-01-05T18:28:43.380722+00:00"
13471
13471
  }
13472
13472
  },
13473
13473
  "x-f5xc-minimum-configuration": {
@@ -13581,7 +13581,7 @@
13581
13581
  "x-original-maxLength": 1024,
13582
13582
  "format": "uuid",
13583
13583
  "x-reconciled-from-discovery": true,
13584
- "x-reconciled-at": "2026-01-05T17:58:24.775820+00:00"
13584
+ "x-reconciled-at": "2026-01-05T18:28:43.380735+00:00"
13585
13585
  },
13586
13586
  "vtrp_id": {
13587
13587
  "type": "string",
@@ -13693,7 +13693,7 @@
13693
13693
  },
13694
13694
  "x-original-maxLength": 1024,
13695
13695
  "x-reconciled-from-discovery": true,
13696
- "x-reconciled-at": "2026-01-05T17:58:24.775830+00:00"
13696
+ "x-reconciled-at": "2026-01-05T18:28:43.380745+00:00"
13697
13697
  },
13698
13698
  "status": {
13699
13699
  "type": "string",
@@ -13712,7 +13712,7 @@
13712
13712
  },
13713
13713
  "x-original-maxLength": 1024,
13714
13714
  "x-reconciled-from-discovery": true,
13715
- "x-reconciled-at": "2026-01-05T17:58:24.775834+00:00"
13715
+ "x-reconciled-at": "2026-01-05T18:28:43.380750+00:00"
13716
13716
  }
13717
13717
  },
13718
13718
  "x-f5xc-minimum-configuration": {
@@ -13890,7 +13890,7 @@
13890
13890
  "x-field-mutability": "read-only",
13891
13891
  "x-original-maxLength": 1024,
13892
13892
  "x-reconciled-from-discovery": true,
13893
- "x-reconciled-at": "2026-01-05T17:58:24.775853+00:00"
13893
+ "x-reconciled-at": "2026-01-05T18:28:43.380769+00:00"
13894
13894
  },
13895
13895
  "uid": {
13896
13896
  "type": "string",
@@ -13911,7 +13911,7 @@
13911
13911
  "x-original-maxLength": 1024,
13912
13912
  "format": "uuid",
13913
13913
  "x-reconciled-from-discovery": true,
13914
- "x-reconciled-at": "2026-01-05T17:58:24.775858+00:00"
13914
+ "x-reconciled-at": "2026-01-05T18:28:43.380774+00:00"
13915
13915
  }
13916
13916
  },
13917
13917
  "x-f5xc-minimum-configuration": {
@@ -13983,7 +13983,7 @@
13983
13983
  },
13984
13984
  "x-original-maxLength": 1024,
13985
13985
  "x-reconciled-from-discovery": true,
13986
- "x-reconciled-at": "2026-01-05T17:58:24.775863+00:00"
13986
+ "x-reconciled-at": "2026-01-05T18:28:43.380780+00:00"
13987
13987
  },
13988
13988
  "previous_value": {
13989
13989
  "type": "string",
@@ -14021,7 +14021,7 @@
14021
14021
  },
14022
14022
  "x-original-maxLength": 1024,
14023
14023
  "x-reconciled-from-discovery": true,
14024
- "x-reconciled-at": "2026-01-05T17:58:24.775870+00:00"
14024
+ "x-reconciled-at": "2026-01-05T18:28:43.380787+00:00"
14025
14025
  }
14026
14026
  },
14027
14027
  "x-f5xc-minimum-configuration": {
@@ -14109,7 +14109,7 @@
14109
14109
  },
14110
14110
  "x-original-maxLength": 1024,
14111
14111
  "x-reconciled-from-discovery": true,
14112
- "x-reconciled-at": "2026-01-05T17:58:24.775875+00:00"
14112
+ "x-reconciled-at": "2026-01-05T18:28:43.380792+00:00"
14113
14113
  },
14114
14114
  "name": {
14115
14115
  "type": "string",
@@ -14128,7 +14128,7 @@
14128
14128
  },
14129
14129
  "x-original-maxLength": 1024,
14130
14130
  "x-reconciled-from-discovery": true,
14131
- "x-reconciled-at": "2026-01-05T17:58:24.775879+00:00"
14131
+ "x-reconciled-at": "2026-01-05T18:28:43.380796+00:00"
14132
14132
  },
14133
14133
  "namespace": {
14134
14134
  "type": "string",
@@ -14147,7 +14147,7 @@
14147
14147
  },
14148
14148
  "x-original-maxLength": 1024,
14149
14149
  "x-reconciled-from-discovery": true,
14150
- "x-reconciled-at": "2026-01-05T17:58:24.775883+00:00"
14150
+ "x-reconciled-at": "2026-01-05T18:28:43.380800+00:00"
14151
14151
  },
14152
14152
  "uid": {
14153
14153
  "type": "string",
@@ -14168,7 +14168,7 @@
14168
14168
  "x-original-maxLength": 1024,
14169
14169
  "format": "uuid",
14170
14170
  "x-reconciled-from-discovery": true,
14171
- "x-reconciled-at": "2026-01-05T17:58:24.775888+00:00"
14171
+ "x-reconciled-at": "2026-01-05T18:28:43.380805+00:00"
14172
14172
  }
14173
14173
  },
14174
14174
  "x-f5xc-minimum-configuration": {
@@ -14234,7 +14234,7 @@
14234
14234
  "maxLength": 16,
14235
14235
  "minLength": 7,
14236
14236
  "x-reconciled-from-discovery": true,
14237
- "x-reconciled-at": "2026-01-05T17:58:24.775894+00:00"
14237
+ "x-reconciled-at": "2026-01-05T18:28:43.380811+00:00"
14238
14238
  },
14239
14239
  "value": {
14240
14240
  "type": "array",
@@ -14253,7 +14253,7 @@
14253
14253
  "maxLength": 15,
14254
14254
  "minLength": 3,
14255
14255
  "x-reconciled-from-discovery": true,
14256
- "x-reconciled-at": "2026-01-05T17:58:24.775899+00:00"
14256
+ "x-reconciled-at": "2026-01-05T18:28:43.380817+00:00"
14257
14257
  }
14258
14258
  },
14259
14259
  "x-f5xc-minimum-configuration": {
@@ -14355,7 +14355,7 @@
14355
14355
  },
14356
14356
  "x-original-maxLength": 1024,
14357
14357
  "x-reconciled-from-discovery": true,
14358
- "x-reconciled-at": "2026-01-05T17:58:25.730679+00:00"
14358
+ "x-reconciled-at": "2026-01-05T18:28:44.310309+00:00"
14359
14359
  },
14360
14360
  "namespace": {
14361
14361
  "type": "string",
@@ -14374,7 +14374,7 @@
14374
14374
  },
14375
14375
  "x-original-maxLength": 1024,
14376
14376
  "x-reconciled-from-discovery": true,
14377
- "x-reconciled-at": "2026-01-05T17:58:25.730686+00:00"
14377
+ "x-reconciled-at": "2026-01-05T18:28:44.310316+00:00"
14378
14378
  },
14379
14379
  "path": {
14380
14380
  "type": "string",
@@ -14545,7 +14545,7 @@
14545
14545
  },
14546
14546
  "x-original-maxLength": 1024,
14547
14547
  "x-reconciled-from-discovery": true,
14548
- "x-reconciled-at": "2026-01-05T17:58:25.730702+00:00"
14548
+ "x-reconciled-at": "2026-01-05T18:28:44.310332+00:00"
14549
14549
  },
14550
14550
  "namespace": {
14551
14551
  "type": "string",
@@ -14564,7 +14564,7 @@
14564
14564
  },
14565
14565
  "x-original-maxLength": 1024,
14566
14566
  "x-reconciled-from-discovery": true,
14567
- "x-reconciled-at": "2026-01-05T17:58:25.730707+00:00"
14567
+ "x-reconciled-at": "2026-01-05T18:28:44.310337+00:00"
14568
14568
  },
14569
14569
  "user_id": {
14570
14570
  "type": "string",
@@ -14634,7 +14634,7 @@
14634
14634
  },
14635
14635
  "x-original-maxLength": 1024,
14636
14636
  "x-reconciled-from-discovery": true,
14637
- "x-reconciled-at": "2026-01-05T17:58:25.730715+00:00"
14637
+ "x-reconciled-at": "2026-01-05T18:28:44.310345+00:00"
14638
14638
  },
14639
14639
  "rule": {
14640
14640
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -14711,7 +14711,7 @@
14711
14711
  },
14712
14712
  "x-original-maxLength": 1024,
14713
14713
  "x-reconciled-from-discovery": true,
14714
- "x-reconciled-at": "2026-01-05T17:58:25.730726+00:00"
14714
+ "x-reconciled-at": "2026-01-05T18:28:44.310357+00:00"
14715
14715
  },
14716
14716
  "namespace": {
14717
14717
  "type": "string",
@@ -14730,7 +14730,7 @@
14730
14730
  },
14731
14731
  "x-original-maxLength": 1024,
14732
14732
  "x-reconciled-from-discovery": true,
14733
- "x-reconciled-at": "2026-01-05T17:58:25.730731+00:00"
14733
+ "x-reconciled-at": "2026-01-05T18:28:44.310361+00:00"
14734
14734
  },
14735
14735
  "tls_fingerprint_matcher": {
14736
14736
  "$ref": "#/components/schemas/policyTlsFingerprintMatcherType"
@@ -14841,7 +14841,7 @@
14841
14841
  },
14842
14842
  "x-original-maxLength": 1024,
14843
14843
  "x-reconciled-from-discovery": true,
14844
- "x-reconciled-at": "2026-01-05T17:58:25.730744+00:00"
14844
+ "x-reconciled-at": "2026-01-05T18:28:44.310374+00:00"
14845
14845
  },
14846
14846
  "namespace": {
14847
14847
  "type": "string",
@@ -14860,7 +14860,7 @@
14860
14860
  },
14861
14861
  "x-original-maxLength": 1024,
14862
14862
  "x-reconciled-from-discovery": true,
14863
- "x-reconciled-at": "2026-01-05T17:58:25.730748+00:00"
14863
+ "x-reconciled-at": "2026-01-05T18:28:44.310378+00:00"
14864
14864
  },
14865
14865
  "path": {
14866
14866
  "type": "string",
@@ -14965,7 +14965,7 @@
14965
14965
  },
14966
14966
  "x-original-maxLength": 1024,
14967
14967
  "x-reconciled-from-discovery": true,
14968
- "x-reconciled-at": "2026-01-05T17:58:25.730759+00:00"
14968
+ "x-reconciled-at": "2026-01-05T18:28:44.310389+00:00"
14969
14969
  },
14970
14970
  "namespace": {
14971
14971
  "type": "string",
@@ -14984,7 +14984,7 @@
14984
14984
  },
14985
14985
  "x-original-maxLength": 1024,
14986
14986
  "x-reconciled-from-discovery": true,
14987
- "x-reconciled-at": "2026-01-05T17:58:25.730764+00:00"
14987
+ "x-reconciled-at": "2026-01-05T18:28:44.310393+00:00"
14988
14988
  },
14989
14989
  "path": {
14990
14990
  "type": "string",
@@ -15083,7 +15083,7 @@
15083
15083
  },
15084
15084
  "x-original-maxLength": 1024,
15085
15085
  "x-reconciled-from-discovery": true,
15086
- "x-reconciled-at": "2026-01-05T17:58:25.730774+00:00"
15086
+ "x-reconciled-at": "2026-01-05T18:28:44.310404+00:00"
15087
15087
  },
15088
15088
  "namespace": {
15089
15089
  "type": "string",
@@ -15102,7 +15102,7 @@
15102
15102
  },
15103
15103
  "x-original-maxLength": 1024,
15104
15104
  "x-reconciled-from-discovery": true,
15105
- "x-reconciled-at": "2026-01-05T17:58:25.730778+00:00"
15105
+ "x-reconciled-at": "2026-01-05T18:28:44.310408+00:00"
15106
15106
  },
15107
15107
  "path": {
15108
15108
  "type": "string",
@@ -15288,7 +15288,7 @@
15288
15288
  },
15289
15289
  "x-original-maxLength": 1024,
15290
15290
  "x-reconciled-from-discovery": true,
15291
- "x-reconciled-at": "2026-01-05T17:58:25.730793+00:00"
15291
+ "x-reconciled-at": "2026-01-05T18:28:44.310422+00:00"
15292
15292
  },
15293
15293
  "namespace": {
15294
15294
  "type": "string",
@@ -15307,7 +15307,7 @@
15307
15307
  },
15308
15308
  "x-original-maxLength": 1024,
15309
15309
  "x-reconciled-from-discovery": true,
15310
- "x-reconciled-at": "2026-01-05T17:58:25.730798+00:00"
15310
+ "x-reconciled-at": "2026-01-05T18:28:44.310427+00:00"
15311
15311
  },
15312
15312
  "sec_event_name": {
15313
15313
  "type": "string",
@@ -15438,7 +15438,7 @@
15438
15438
  },
15439
15439
  "x-original-maxLength": 1024,
15440
15440
  "x-reconciled-from-discovery": true,
15441
- "x-reconciled-at": "2026-01-05T17:58:25.730810+00:00"
15441
+ "x-reconciled-at": "2026-01-05T18:28:44.310439+00:00"
15442
15442
  },
15443
15443
  "rule": {
15444
15444
  "$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
@@ -15494,7 +15494,7 @@
15494
15494
  "x-original-maxLength": 256,
15495
15495
  "format": "hostname",
15496
15496
  "x-reconciled-from-discovery": true,
15497
- "x-reconciled-at": "2026-01-05T17:58:25.730820+00:00"
15497
+ "x-reconciled-at": "2026-01-05T18:28:44.310448+00:00"
15498
15498
  },
15499
15499
  "exclude_bot_names": {
15500
15500
  "type": "array",
@@ -15591,7 +15591,7 @@
15591
15591
  },
15592
15592
  "x-original-maxLength": 1024,
15593
15593
  "x-reconciled-from-discovery": true,
15594
- "x-reconciled-at": "2026-01-05T17:58:25.730831+00:00"
15594
+ "x-reconciled-at": "2026-01-05T18:28:44.310458+00:00"
15595
15595
  },
15596
15596
  "namespace": {
15597
15597
  "type": "string",
@@ -15610,7 +15610,7 @@
15610
15610
  },
15611
15611
  "x-original-maxLength": 1024,
15612
15612
  "x-reconciled-from-discovery": true,
15613
- "x-reconciled-at": "2026-01-05T17:58:25.730836+00:00"
15613
+ "x-reconciled-at": "2026-01-05T18:28:44.310463+00:00"
15614
15614
  },
15615
15615
  "req_path": {
15616
15616
  "type": "string",
@@ -15704,7 +15704,7 @@
15704
15704
  },
15705
15705
  "x-original-maxLength": 1024,
15706
15706
  "x-reconciled-from-discovery": true,
15707
- "x-reconciled-at": "2026-01-05T17:58:25.730845+00:00"
15707
+ "x-reconciled-at": "2026-01-05T18:28:44.310472+00:00"
15708
15708
  },
15709
15709
  "waf_exclusion_policy": {
15710
15710
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -15752,7 +15752,7 @@
15752
15752
  },
15753
15753
  "x-original-maxLength": 1024,
15754
15754
  "x-reconciled-from-discovery": true,
15755
- "x-reconciled-at": "2026-01-05T17:58:25.730854+00:00"
15755
+ "x-reconciled-at": "2026-01-05T18:28:44.310479+00:00"
15756
15756
  },
15757
15757
  "namespace": {
15758
15758
  "type": "string",
@@ -15771,7 +15771,7 @@
15771
15771
  },
15772
15772
  "x-original-maxLength": 1024,
15773
15773
  "x-reconciled-from-discovery": true,
15774
- "x-reconciled-at": "2026-01-05T17:58:25.730858+00:00"
15774
+ "x-reconciled-at": "2026-01-05T18:28:44.310484+00:00"
15775
15775
  },
15776
15776
  "request_data": {
15777
15777
  "$ref": "#/components/schemas/app_securityRequestData"
@@ -15905,7 +15905,7 @@
15905
15905
  "maxLength": 15,
15906
15906
  "minLength": 3,
15907
15907
  "x-reconciled-from-discovery": true,
15908
- "x-reconciled-at": "2026-01-05T17:58:25.730874+00:00"
15908
+ "x-reconciled-at": "2026-01-05T18:28:44.310500+00:00"
15909
15909
  }
15910
15910
  },
15911
15911
  "x-f5xc-minimum-configuration": {
@@ -16011,7 +16011,7 @@
16011
16011
  },
16012
16012
  "x-original-maxLength": 1024,
16013
16013
  "x-reconciled-from-discovery": true,
16014
- "x-reconciled-at": "2026-01-05T17:58:25.730883+00:00"
16014
+ "x-reconciled-at": "2026-01-05T18:28:44.310507+00:00"
16015
16015
  }
16016
16016
  },
16017
16017
  "x-f5xc-minimum-configuration": {
@@ -16151,7 +16151,7 @@
16151
16151
  },
16152
16152
  "x-original-maxLength": 1024,
16153
16153
  "x-reconciled-from-discovery": true,
16154
- "x-reconciled-at": "2026-01-05T17:58:25.730894+00:00"
16154
+ "x-reconciled-at": "2026-01-05T18:28:44.310518+00:00"
16155
16155
  },
16156
16156
  "query": {
16157
16157
  "type": "string",
@@ -16334,7 +16334,7 @@
16334
16334
  },
16335
16335
  "x-original-maxLength": 1024,
16336
16336
  "x-reconciled-from-discovery": true,
16337
- "x-reconciled-at": "2026-01-05T17:58:25.730910+00:00"
16337
+ "x-reconciled-at": "2026-01-05T18:28:44.310533+00:00"
16338
16338
  },
16339
16339
  "start_time": {
16340
16340
  "type": "string",
@@ -16602,7 +16602,7 @@
16602
16602
  },
16603
16603
  "x-original-maxLength": 1024,
16604
16604
  "x-reconciled-from-discovery": true,
16605
- "x-reconciled-at": "2026-01-05T17:58:25.730931+00:00"
16605
+ "x-reconciled-at": "2026-01-05T18:28:44.310553+00:00"
16606
16606
  },
16607
16607
  "query": {
16608
16608
  "type": "string",
@@ -16805,7 +16805,7 @@
16805
16805
  },
16806
16806
  "x-original-maxLength": 1024,
16807
16807
  "x-reconciled-from-discovery": true,
16808
- "x-reconciled-at": "2026-01-05T17:58:25.730950+00:00"
16808
+ "x-reconciled-at": "2026-01-05T18:28:44.310571+00:00"
16809
16809
  },
16810
16810
  "scroll_id": {
16811
16811
  "type": "string",
@@ -16896,7 +16896,7 @@
16896
16896
  },
16897
16897
  "x-original-maxLength": 1024,
16898
16898
  "x-reconciled-from-discovery": true,
16899
- "x-reconciled-at": "2026-01-05T17:58:25.730959+00:00"
16899
+ "x-reconciled-at": "2026-01-05T18:28:44.310580+00:00"
16900
16900
  },
16901
16901
  "query": {
16902
16902
  "type": "string",
@@ -17078,7 +17078,7 @@
17078
17078
  },
17079
17079
  "x-original-maxLength": 1024,
17080
17080
  "x-reconciled-from-discovery": true,
17081
- "x-reconciled-at": "2026-01-05T17:58:25.730974+00:00"
17081
+ "x-reconciled-at": "2026-01-05T18:28:44.310595+00:00"
17082
17082
  },
17083
17083
  "query": {
17084
17084
  "type": "string",
@@ -17281,7 +17281,7 @@
17281
17281
  },
17282
17282
  "x-original-maxLength": 1024,
17283
17283
  "x-reconciled-from-discovery": true,
17284
- "x-reconciled-at": "2026-01-05T17:58:25.730992+00:00"
17284
+ "x-reconciled-at": "2026-01-05T18:28:44.310613+00:00"
17285
17285
  },
17286
17286
  "scroll_id": {
17287
17287
  "type": "string",
@@ -17372,7 +17372,7 @@
17372
17372
  },
17373
17373
  "x-original-maxLength": 1024,
17374
17374
  "x-reconciled-from-discovery": true,
17375
- "x-reconciled-at": "2026-01-05T17:58:25.731001+00:00"
17375
+ "x-reconciled-at": "2026-01-05T18:28:44.310622+00:00"
17376
17376
  },
17377
17377
  "query": {
17378
17378
  "type": "string",
@@ -17554,7 +17554,7 @@
17554
17554
  },
17555
17555
  "x-original-maxLength": 1024,
17556
17556
  "x-reconciled-from-discovery": true,
17557
- "x-reconciled-at": "2026-01-05T17:58:25.731017+00:00"
17557
+ "x-reconciled-at": "2026-01-05T18:28:44.310638+00:00"
17558
17558
  },
17559
17559
  "query": {
17560
17560
  "type": "string",
@@ -17757,7 +17757,7 @@
17757
17757
  },
17758
17758
  "x-original-maxLength": 1024,
17759
17759
  "x-reconciled-from-discovery": true,
17760
- "x-reconciled-at": "2026-01-05T17:58:25.731034+00:00"
17760
+ "x-reconciled-at": "2026-01-05T18:28:44.310655+00:00"
17761
17761
  },
17762
17762
  "scroll_id": {
17763
17763
  "type": "string",
@@ -17830,7 +17830,7 @@
17830
17830
  },
17831
17831
  "x-original-maxLength": 1024,
17832
17832
  "x-reconciled-from-discovery": true,
17833
- "x-reconciled-at": "2026-01-05T17:58:25.731042+00:00"
17833
+ "x-reconciled-at": "2026-01-05T18:28:44.310662+00:00"
17834
17834
  },
17835
17835
  "id": {
17836
17836
  "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-05T17:58:25.731053+00:00"
17947
+ "x-reconciled-at": "2026-01-05T18:28:44.310673+00:00"
17948
17948
  },
17949
17949
  "references": {
17950
17950
  "type": "array",
@@ -20204,7 +20204,7 @@
20204
20204
  },
20205
20205
  "x-original-maxLength": 256,
20206
20206
  "x-reconciled-from-discovery": true,
20207
- "x-reconciled-at": "2026-01-05T17:58:25.731246+00:00"
20207
+ "x-reconciled-at": "2026-01-05T18:28:44.310858+00:00"
20208
20208
  },
20209
20209
  "presence": {
20210
20210
  "type": "boolean",
@@ -20285,7 +20285,7 @@
20285
20285
  "readOnly": true,
20286
20286
  "x-original-maxLength": 1024,
20287
20287
  "x-reconciled-from-discovery": true,
20288
- "x-reconciled-at": "2026-01-05T17:58:25.731254+00:00"
20288
+ "x-reconciled-at": "2026-01-05T18:28:44.310865+00:00"
20289
20289
  },
20290
20290
  "name": {
20291
20291
  "type": "string",
@@ -20304,7 +20304,7 @@
20304
20304
  },
20305
20305
  "x-original-maxLength": 1024,
20306
20306
  "x-reconciled-from-discovery": true,
20307
- "x-reconciled-at": "2026-01-05T17:58:25.731259+00:00"
20307
+ "x-reconciled-at": "2026-01-05T18:28:44.310870+00:00"
20308
20308
  },
20309
20309
  "namespace": {
20310
20310
  "type": "string",
@@ -20323,7 +20323,7 @@
20323
20323
  },
20324
20324
  "x-original-maxLength": 1024,
20325
20325
  "x-reconciled-from-discovery": true,
20326
- "x-reconciled-at": "2026-01-05T17:58:25.731263+00:00"
20326
+ "x-reconciled-at": "2026-01-05T18:28:44.310874+00:00"
20327
20327
  },
20328
20328
  "tenant": {
20329
20329
  "type": "string",
@@ -20344,7 +20344,7 @@
20344
20344
  "x-field-mutability": "read-only",
20345
20345
  "x-original-maxLength": 1024,
20346
20346
  "x-reconciled-from-discovery": true,
20347
- "x-reconciled-at": "2026-01-05T17:58:25.731267+00:00"
20347
+ "x-reconciled-at": "2026-01-05T18:28:44.310879+00:00"
20348
20348
  },
20349
20349
  "uid": {
20350
20350
  "type": "string",
@@ -20366,7 +20366,7 @@
20366
20366
  "x-original-maxLength": 1024,
20367
20367
  "format": "uuid",
20368
20368
  "x-reconciled-from-discovery": true,
20369
- "x-reconciled-at": "2026-01-05T17:58:25.731273+00:00"
20369
+ "x-reconciled-at": "2026-01-05T18:28:44.310884+00:00"
20370
20370
  }
20371
20371
  },
20372
20372
  "x-f5xc-minimum-configuration": {
@@ -20404,7 +20404,7 @@
20404
20404
  "maxLength": 15,
20405
20405
  "minLength": 3,
20406
20406
  "x-reconciled-from-discovery": true,
20407
- "x-reconciled-at": "2026-01-05T17:58:25.731279+00:00"
20407
+ "x-reconciled-at": "2026-01-05T18:28:44.310890+00:00"
20408
20408
  }
20409
20409
  },
20410
20410
  "x-f5xc-minimum-configuration": {
@@ -20624,7 +20624,7 @@
20624
20624
  },
20625
20625
  "x-original-maxLength": 1024,
20626
20626
  "x-reconciled-from-discovery": true,
20627
- "x-reconciled-at": "2026-01-05T17:58:25.731300+00:00"
20627
+ "x-reconciled-at": "2026-01-05T18:28:44.310911+00:00"
20628
20628
  },
20629
20629
  "order_by": {
20630
20630
  "$ref": "#/components/schemas/logOrderByData"
@@ -20726,7 +20726,7 @@
20726
20726
  },
20727
20727
  "x-original-maxLength": 1024,
20728
20728
  "x-reconciled-from-discovery": true,
20729
- "x-reconciled-at": "2026-01-05T17:58:25.731313+00:00"
20729
+ "x-reconciled-at": "2026-01-05T18:28:44.310923+00:00"
20730
20730
  },
20731
20731
  "order_by": {
20732
20732
  "$ref": "#/components/schemas/logOrderByData"
@@ -20836,7 +20836,7 @@
20836
20836
  },
20837
20837
  "x-original-maxLength": 1024,
20838
20838
  "x-reconciled-from-discovery": true,
20839
- "x-reconciled-at": "2026-01-05T17:58:25.731328+00:00"
20839
+ "x-reconciled-at": "2026-01-05T18:28:44.310938+00:00"
20840
20840
  }
20841
20841
  },
20842
20842
  "x-f5xc-minimum-configuration": {
@@ -20994,7 +20994,7 @@
20994
20994
  },
20995
20995
  "x-original-maxLength": 1024,
20996
20996
  "x-reconciled-from-discovery": true,
20997
- "x-reconciled-at": "2026-01-05T17:58:25.731341+00:00"
20997
+ "x-reconciled-at": "2026-01-05T18:28:44.310951+00:00"
20998
20998
  },
20999
20999
  "sub_aggs": {
21000
21000
  "type": "object",
@@ -21098,7 +21098,7 @@
21098
21098
  "maxLength": 15,
21099
21099
  "minLength": 3,
21100
21100
  "x-reconciled-from-discovery": true,
21101
- "x-reconciled-at": "2026-01-05T17:58:25.731359+00:00"
21101
+ "x-reconciled-at": "2026-01-05T18:28:44.310969+00:00"
21102
21102
  }
21103
21103
  },
21104
21104
  "x-f5xc-minimum-configuration": {
@@ -21153,7 +21153,7 @@
21153
21153
  "maxLength": 15,
21154
21154
  "minLength": 3,
21155
21155
  "x-reconciled-from-discovery": true,
21156
- "x-reconciled-at": "2026-01-05T17:58:25.731366+00:00"
21156
+ "x-reconciled-at": "2026-01-05T18:28:44.310975+00:00"
21157
21157
  }
21158
21158
  },
21159
21159
  "x-f5xc-minimum-configuration": {
@@ -21370,7 +21370,7 @@
21370
21370
  "maxLength": 16,
21371
21371
  "minLength": 7,
21372
21372
  "x-reconciled-from-discovery": true,
21373
- "x-reconciled-at": "2026-01-05T17:58:25.731388+00:00"
21373
+ "x-reconciled-at": "2026-01-05T18:28:44.310998+00:00"
21374
21374
  },
21375
21375
  "value": {
21376
21376
  "type": "number",
@@ -21386,7 +21386,7 @@
21386
21386
  "maxLength": 15,
21387
21387
  "minLength": 3,
21388
21388
  "x-reconciled-from-discovery": true,
21389
- "x-reconciled-at": "2026-01-05T17:58:25.731392+00:00"
21389
+ "x-reconciled-at": "2026-01-05T18:28:44.311002+00:00"
21390
21390
  }
21391
21391
  },
21392
21392
  "x-f5xc-minimum-configuration": {
@@ -21512,7 +21512,7 @@
21512
21512
  },
21513
21513
  "x-original-maxLength": 1024,
21514
21514
  "x-reconciled-from-discovery": true,
21515
- "x-reconciled-at": "2026-01-05T17:58:25.731404+00:00"
21515
+ "x-reconciled-at": "2026-01-05T18:28:44.311014+00:00"
21516
21516
  },
21517
21517
  "sec_event_type": {
21518
21518
  "type": "string",
@@ -21647,7 +21647,7 @@
21647
21647
  },
21648
21648
  "x-original-maxLength": 1024,
21649
21649
  "x-reconciled-from-discovery": true,
21650
- "x-reconciled-at": "2026-01-05T17:58:25.731417+00:00"
21650
+ "x-reconciled-at": "2026-01-05T18:28:44.311027+00:00"
21651
21651
  }
21652
21652
  },
21653
21653
  "x-f5xc-minimum-configuration": {
@@ -21724,7 +21724,7 @@
21724
21724
  },
21725
21725
  "x-original-maxLength": 1024,
21726
21726
  "x-reconciled-from-discovery": true,
21727
- "x-reconciled-at": "2026-01-05T17:58:25.731424+00:00"
21727
+ "x-reconciled-at": "2026-01-05T18:28:44.311055+00:00"
21728
21728
  }
21729
21729
  },
21730
21730
  "x-f5xc-minimum-configuration": {
@@ -22290,7 +22290,7 @@
22290
22290
  },
22291
22291
  "x-original-maxLength": 256,
22292
22292
  "x-reconciled-from-discovery": true,
22293
- "x-reconciled-at": "2026-01-05T17:58:25.731469+00:00"
22293
+ "x-reconciled-at": "2026-01-05T18:28:44.311109+00:00"
22294
22294
  }
22295
22295
  },
22296
22296
  "x-f5xc-minimum-configuration": {
@@ -22865,7 +22865,7 @@
22865
22865
  },
22866
22866
  "x-original-maxLength": 256,
22867
22867
  "x-reconciled-from-discovery": true,
22868
- "x-reconciled-at": "2026-01-05T17:58:25.731488+00:00"
22868
+ "x-reconciled-at": "2026-01-05T18:28:44.311128+00:00"
22869
22869
  }
22870
22870
  },
22871
22871
  "x-f5xc-minimum-configuration": {
@@ -23681,7 +23681,7 @@
23681
23681
  },
23682
23682
  "x-original-maxLength": 256,
23683
23683
  "x-reconciled-from-discovery": true,
23684
- "x-reconciled-at": "2026-01-05T17:58:25.731530+00:00"
23684
+ "x-reconciled-at": "2026-01-05T18:28:44.311170+00:00"
23685
23685
  },
23686
23686
  "name": {
23687
23687
  "type": "string",
@@ -23711,7 +23711,7 @@
23711
23711
  },
23712
23712
  "x-original-maxLength": 1024,
23713
23713
  "x-reconciled-from-discovery": true,
23714
- "x-reconciled-at": "2026-01-05T17:58:25.731534+00:00"
23714
+ "x-reconciled-at": "2026-01-05T18:28:44.311174+00:00"
23715
23715
  }
23716
23716
  },
23717
23717
  "x-f5xc-minimum-configuration": {
@@ -24305,7 +24305,7 @@
24305
24305
  },
24306
24306
  "x-original-maxLength": 256,
24307
24307
  "x-reconciled-from-discovery": true,
24308
- "x-reconciled-at": "2026-01-05T17:58:25.731593+00:00"
24308
+ "x-reconciled-at": "2026-01-05T18:28:44.311231+00:00"
24309
24309
  }
24310
24310
  },
24311
24311
  "x-f5xc-minimum-configuration": {
@@ -24428,7 +24428,7 @@
24428
24428
  },
24429
24429
  "x-original-maxLength": 256,
24430
24430
  "x-reconciled-from-discovery": true,
24431
- "x-reconciled-at": "2026-01-05T17:58:25.731605+00:00"
24431
+ "x-reconciled-at": "2026-01-05T18:28:44.311242+00:00"
24432
24432
  }
24433
24433
  },
24434
24434
  "x-f5xc-minimum-configuration": {
@@ -24482,7 +24482,7 @@
24482
24482
  },
24483
24483
  "x-original-maxLength": 128,
24484
24484
  "x-reconciled-from-discovery": true,
24485
- "x-reconciled-at": "2026-01-05T17:58:25.731610+00:00"
24485
+ "x-reconciled-at": "2026-01-05T18:28:44.311247+00:00"
24486
24486
  },
24487
24487
  "namespace": {
24488
24488
  "type": "string",
@@ -24507,7 +24507,7 @@
24507
24507
  },
24508
24508
  "x-original-maxLength": 64,
24509
24509
  "x-reconciled-from-discovery": true,
24510
- "x-reconciled-at": "2026-01-05T17:58:25.731614+00:00"
24510
+ "x-reconciled-at": "2026-01-05T18:28:44.311251+00:00"
24511
24511
  },
24512
24512
  "tenant": {
24513
24513
  "type": "string",
@@ -24534,7 +24534,7 @@
24534
24534
  "x-field-mutability": "read-only",
24535
24535
  "x-original-maxLength": 64,
24536
24536
  "x-reconciled-from-discovery": true,
24537
- "x-reconciled-at": "2026-01-05T17:58:25.731619+00:00"
24537
+ "x-reconciled-at": "2026-01-05T18:28:44.311255+00:00"
24538
24538
  }
24539
24539
  },
24540
24540
  "x-f5xc-minimum-configuration": {
@@ -24769,7 +24769,7 @@
24769
24769
  },
24770
24770
  "x-original-maxLength": 1024,
24771
24771
  "x-reconciled-from-discovery": true,
24772
- "x-reconciled-at": "2026-01-05T17:58:48.392689+00:00"
24772
+ "x-reconciled-at": "2026-01-05T18:29:06.768444+00:00"
24773
24773
  },
24774
24774
  "namespace": {
24775
24775
  "type": "string",
@@ -24788,7 +24788,7 @@
24788
24788
  },
24789
24789
  "x-original-maxLength": 1024,
24790
24790
  "x-reconciled-from-discovery": true,
24791
- "x-reconciled-at": "2026-01-05T17:58:48.392694+00:00"
24791
+ "x-reconciled-at": "2026-01-05T18:29:06.768449+00:00"
24792
24792
  }
24793
24793
  },
24794
24794
  "x-f5xc-minimum-configuration": {
@@ -24944,7 +24944,7 @@
24944
24944
  "maxLength": 17,
24945
24945
  "minLength": 17,
24946
24946
  "x-reconciled-from-discovery": true,
24947
- "x-reconciled-at": "2026-01-05T17:58:48.392714+00:00"
24947
+ "x-reconciled-at": "2026-01-05T18:29:06.768470+00:00"
24948
24948
  },
24949
24949
  "system_metadata": {
24950
24950
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -25110,7 +25110,7 @@
25110
25110
  },
25111
25111
  "x-original-maxLength": 1024,
25112
25112
  "x-reconciled-from-discovery": true,
25113
- "x-reconciled-at": "2026-01-05T17:58:48.392729+00:00"
25113
+ "x-reconciled-at": "2026-01-05T18:29:06.768486+00:00"
25114
25114
  },
25115
25115
  "disabled": {
25116
25116
  "type": "boolean",
@@ -25160,7 +25160,7 @@
25160
25160
  },
25161
25161
  "x-original-maxLength": 1024,
25162
25162
  "x-reconciled-from-discovery": true,
25163
- "x-reconciled-at": "2026-01-05T17:58:48.392740+00:00"
25163
+ "x-reconciled-at": "2026-01-05T18:29:06.768496+00:00"
25164
25164
  },
25165
25165
  "namespace": {
25166
25166
  "type": "string",
@@ -25179,7 +25179,7 @@
25179
25179
  },
25180
25180
  "x-original-maxLength": 1024,
25181
25181
  "x-reconciled-from-discovery": true,
25182
- "x-reconciled-at": "2026-01-05T17:58:48.392744+00:00"
25182
+ "x-reconciled-at": "2026-01-05T18:29:06.768500+00:00"
25183
25183
  },
25184
25184
  "owner_view": {
25185
25185
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -25220,7 +25220,7 @@
25220
25220
  "x-field-mutability": "read-only",
25221
25221
  "x-original-maxLength": 1024,
25222
25222
  "x-reconciled-from-discovery": true,
25223
- "x-reconciled-at": "2026-01-05T17:58:48.392751+00:00"
25223
+ "x-reconciled-at": "2026-01-05T18:29:06.768508+00:00"
25224
25224
  },
25225
25225
  "uid": {
25226
25226
  "type": "string",
@@ -25241,7 +25241,7 @@
25241
25241
  "x-original-maxLength": 1024,
25242
25242
  "format": "uuid",
25243
25243
  "x-reconciled-from-discovery": true,
25244
- "x-reconciled-at": "2026-01-05T17:58:48.392757+00:00"
25244
+ "x-reconciled-at": "2026-01-05T18:29:06.768513+00:00"
25245
25245
  }
25246
25246
  },
25247
25247
  "x-f5xc-minimum-configuration": {
@@ -25558,7 +25558,7 @@
25558
25558
  },
25559
25559
  "x-original-maxLength": 1024,
25560
25560
  "x-reconciled-from-discovery": true,
25561
- "x-reconciled-at": "2026-01-05T17:58:59.082082+00:00"
25561
+ "x-reconciled-at": "2026-01-05T18:29:17.364833+00:00"
25562
25562
  },
25563
25563
  "namespace": {
25564
25564
  "type": "string",
@@ -25577,7 +25577,7 @@
25577
25577
  },
25578
25578
  "x-original-maxLength": 1024,
25579
25579
  "x-reconciled-from-discovery": true,
25580
- "x-reconciled-at": "2026-01-05T17:58:59.082089+00:00"
25580
+ "x-reconciled-at": "2026-01-05T18:29:17.364839+00:00"
25581
25581
  }
25582
25582
  },
25583
25583
  "x-f5xc-minimum-configuration": {
@@ -25673,7 +25673,7 @@
25673
25673
  },
25674
25674
  "x-original-maxLength": 1024,
25675
25675
  "x-reconciled-from-discovery": true,
25676
- "x-reconciled-at": "2026-01-05T17:58:59.082100+00:00"
25676
+ "x-reconciled-at": "2026-01-05T18:29:17.364850+00:00"
25677
25677
  },
25678
25678
  "policy": {
25679
25679
  "type": "string",
@@ -25816,7 +25816,7 @@
25816
25816
  },
25817
25817
  "x-original-maxLength": 1024,
25818
25818
  "x-reconciled-from-discovery": true,
25819
- "x-reconciled-at": "2026-01-05T17:58:59.082114+00:00"
25819
+ "x-reconciled-at": "2026-01-05T18:29:17.364863+00:00"
25820
25820
  },
25821
25821
  "start_time": {
25822
25822
  "type": "string",
@@ -25992,7 +25992,7 @@
25992
25992
  },
25993
25993
  "x-original-maxLength": 1024,
25994
25994
  "x-reconciled-from-discovery": true,
25995
- "x-reconciled-at": "2026-01-05T17:58:59.082127+00:00"
25995
+ "x-reconciled-at": "2026-01-05T18:29:17.364877+00:00"
25996
25996
  }
25997
25997
  },
25998
25998
  "x-f5xc-minimum-configuration": {
@@ -26268,7 +26268,7 @@
26268
26268
  "maxLength": 17,
26269
26269
  "minLength": 17,
26270
26270
  "x-reconciled-from-discovery": true,
26271
- "x-reconciled-at": "2026-01-05T17:58:59.082186+00:00"
26271
+ "x-reconciled-at": "2026-01-05T18:29:17.364924+00:00"
26272
26272
  },
26273
26273
  "system_metadata": {
26274
26274
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -26403,7 +26403,7 @@
26403
26403
  },
26404
26404
  "x-original-maxLength": 1024,
26405
26405
  "x-reconciled-from-discovery": true,
26406
- "x-reconciled-at": "2026-01-05T17:58:59.082200+00:00"
26406
+ "x-reconciled-at": "2026-01-05T18:29:17.364936+00:00"
26407
26407
  },
26408
26408
  "disabled": {
26409
26409
  "type": "boolean",
@@ -26453,7 +26453,7 @@
26453
26453
  },
26454
26454
  "x-original-maxLength": 1024,
26455
26455
  "x-reconciled-from-discovery": true,
26456
- "x-reconciled-at": "2026-01-05T17:58:59.082209+00:00"
26456
+ "x-reconciled-at": "2026-01-05T18:29:17.364946+00:00"
26457
26457
  },
26458
26458
  "namespace": {
26459
26459
  "type": "string",
@@ -26472,7 +26472,7 @@
26472
26472
  },
26473
26473
  "x-original-maxLength": 1024,
26474
26474
  "x-reconciled-from-discovery": true,
26475
- "x-reconciled-at": "2026-01-05T17:58:59.082214+00:00"
26475
+ "x-reconciled-at": "2026-01-05T18:29:17.364950+00:00"
26476
26476
  },
26477
26477
  "owner_view": {
26478
26478
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -26513,7 +26513,7 @@
26513
26513
  "x-field-mutability": "read-only",
26514
26514
  "x-original-maxLength": 1024,
26515
26515
  "x-reconciled-from-discovery": true,
26516
- "x-reconciled-at": "2026-01-05T17:58:59.082221+00:00"
26516
+ "x-reconciled-at": "2026-01-05T18:29:17.364958+00:00"
26517
26517
  },
26518
26518
  "uid": {
26519
26519
  "type": "string",
@@ -26534,7 +26534,7 @@
26534
26534
  "x-original-maxLength": 1024,
26535
26535
  "format": "uuid",
26536
26536
  "x-reconciled-from-discovery": true,
26537
- "x-reconciled-at": "2026-01-05T17:58:59.082228+00:00"
26537
+ "x-reconciled-at": "2026-01-05T18:29:17.364964+00:00"
26538
26538
  }
26539
26539
  },
26540
26540
  "x-f5xc-minimum-configuration": {
@@ -27445,7 +27445,7 @@
27445
27445
  },
27446
27446
  "x-original-maxLength": 1024,
27447
27447
  "x-reconciled-from-discovery": true,
27448
- "x-reconciled-at": "2026-01-05T17:59:54.143513+00:00"
27448
+ "x-reconciled-at": "2026-01-05T18:30:12.416226+00:00"
27449
27449
  }
27450
27450
  },
27451
27451
  "x-f5xc-minimum-configuration": {
@@ -27538,7 +27538,7 @@
27538
27538
  },
27539
27539
  "x-original-maxLength": 1024,
27540
27540
  "x-reconciled-from-discovery": true,
27541
- "x-reconciled-at": "2026-01-05T17:59:54.143522+00:00"
27541
+ "x-reconciled-at": "2026-01-05T18:30:12.416236+00:00"
27542
27542
  },
27543
27543
  "range": {
27544
27544
  "type": "string",
@@ -27810,7 +27810,7 @@
27810
27810
  },
27811
27811
  "x-original-maxLength": 1024,
27812
27812
  "x-reconciled-from-discovery": true,
27813
- "x-reconciled-at": "2026-01-05T17:59:54.143542+00:00"
27813
+ "x-reconciled-at": "2026-01-05T18:30:12.416257+00:00"
27814
27814
  },
27815
27815
  "rule_id": {
27816
27816
  "type": "string",
@@ -28026,7 +28026,7 @@
28026
28026
  },
28027
28027
  "x-original-maxLength": 1024,
28028
28028
  "x-reconciled-from-discovery": true,
28029
- "x-reconciled-at": "2026-01-05T17:59:54.143560+00:00"
28029
+ "x-reconciled-at": "2026-01-05T18:30:12.416275+00:00"
28030
28030
  },
28031
28031
  "range": {
28032
28032
  "type": "string",
@@ -28298,7 +28298,7 @@
28298
28298
  },
28299
28299
  "x-original-maxLength": 1024,
28300
28300
  "x-reconciled-from-discovery": true,
28301
- "x-reconciled-at": "2026-01-05T17:59:54.143580+00:00"
28301
+ "x-reconciled-at": "2026-01-05T18:30:12.416296+00:00"
28302
28302
  },
28303
28303
  "service": {
28304
28304
  "type": "string",
@@ -28633,7 +28633,7 @@
28633
28633
  },
28634
28634
  "x-original-maxLength": 1024,
28635
28635
  "x-reconciled-from-discovery": true,
28636
- "x-reconciled-at": "2026-01-05T17:59:54.508037+00:00"
28636
+ "x-reconciled-at": "2026-01-05T18:30:12.785947+00:00"
28637
28637
  },
28638
28638
  "namespace": {
28639
28639
  "type": "string",
@@ -28652,7 +28652,7 @@
28652
28652
  },
28653
28653
  "x-original-maxLength": 1024,
28654
28654
  "x-reconciled-from-discovery": true,
28655
- "x-reconciled-at": "2026-01-05T17:59:54.508042+00:00"
28655
+ "x-reconciled-at": "2026-01-05T18:30:12.785951+00:00"
28656
28656
  }
28657
28657
  },
28658
28658
  "x-f5xc-minimum-configuration": {
@@ -28750,7 +28750,7 @@
28750
28750
  "maxLength": 17,
28751
28751
  "minLength": 17,
28752
28752
  "x-reconciled-from-discovery": true,
28753
- "x-reconciled-at": "2026-01-05T17:59:54.508056+00:00"
28753
+ "x-reconciled-at": "2026-01-05T18:30:12.785965+00:00"
28754
28754
  },
28755
28755
  "system_metadata": {
28756
28756
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -28885,7 +28885,7 @@
28885
28885
  },
28886
28886
  "x-original-maxLength": 1024,
28887
28887
  "x-reconciled-from-discovery": true,
28888
- "x-reconciled-at": "2026-01-05T17:59:54.508068+00:00"
28888
+ "x-reconciled-at": "2026-01-05T18:30:12.785976+00:00"
28889
28889
  },
28890
28890
  "disabled": {
28891
28891
  "type": "boolean",
@@ -28935,7 +28935,7 @@
28935
28935
  },
28936
28936
  "x-original-maxLength": 1024,
28937
28937
  "x-reconciled-from-discovery": true,
28938
- "x-reconciled-at": "2026-01-05T17:59:54.508078+00:00"
28938
+ "x-reconciled-at": "2026-01-05T18:30:12.785986+00:00"
28939
28939
  },
28940
28940
  "namespace": {
28941
28941
  "type": "string",
@@ -28954,7 +28954,7 @@
28954
28954
  },
28955
28955
  "x-original-maxLength": 1024,
28956
28956
  "x-reconciled-from-discovery": true,
28957
- "x-reconciled-at": "2026-01-05T17:59:54.508082+00:00"
28957
+ "x-reconciled-at": "2026-01-05T18:30:12.785990+00:00"
28958
28958
  },
28959
28959
  "owner_view": {
28960
28960
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -28995,7 +28995,7 @@
28995
28995
  "x-field-mutability": "read-only",
28996
28996
  "x-original-maxLength": 1024,
28997
28997
  "x-reconciled-from-discovery": true,
28998
- "x-reconciled-at": "2026-01-05T17:59:54.508090+00:00"
28998
+ "x-reconciled-at": "2026-01-05T18:30:12.785998+00:00"
28999
28999
  },
29000
29000
  "uid": {
29001
29001
  "type": "string",
@@ -29016,7 +29016,7 @@
29016
29016
  "x-original-maxLength": 1024,
29017
29017
  "format": "uuid",
29018
29018
  "x-reconciled-from-discovery": true,
29019
- "x-reconciled-at": "2026-01-05T17:59:54.508095+00:00"
29019
+ "x-reconciled-at": "2026-01-05T18:30:12.786002+00:00"
29020
29020
  }
29021
29021
  },
29022
29022
  "x-f5xc-minimum-configuration": {
@@ -29381,7 +29381,7 @@
29381
29381
  },
29382
29382
  "x-original-maxLength": 1024,
29383
29383
  "x-reconciled-from-discovery": true,
29384
- "x-reconciled-at": "2026-01-05T17:59:54.694906+00:00"
29384
+ "x-reconciled-at": "2026-01-05T18:30:12.972794+00:00"
29385
29385
  },
29386
29386
  "state": {
29387
29387
  "type": "string",
@@ -29460,7 +29460,7 @@
29460
29460
  },
29461
29461
  "x-original-maxLength": 1024,
29462
29462
  "x-reconciled-from-discovery": true,
29463
- "x-reconciled-at": "2026-01-05T17:59:54.694917+00:00"
29463
+ "x-reconciled-at": "2026-01-05T18:30:12.972804+00:00"
29464
29464
  },
29465
29465
  "start_time": {
29466
29466
  "type": "string",