@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": "Observability",
5
5
  "description": "Telemetry systems execute scheduled availability checks from distributed AWS locations worldwide. Response code validation and timing metrics feed into historical trend analysis. DNS resolution accuracy verification ensures name service reliability. Certificate lifecycle tracking generates expiration warnings before outages occur. Regional probe distribution provides geographic coverage insights. Health summaries aggregate results into actionable dashboards with configurable alerting thresholds.",
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"
@@ -14887,7 +14887,7 @@
14887
14887
  },
14888
14888
  "x-original-maxLength": 1024,
14889
14889
  "x-reconciled-from-discovery": true,
14890
- "x-reconciled-at": "2026-01-05T17:58:22.685931+00:00"
14890
+ "x-reconciled-at": "2026-01-05T18:28:41.313221+00:00"
14891
14891
  },
14892
14892
  "start_time": {
14893
14893
  "type": "string",
@@ -15075,7 +15075,7 @@
15075
15075
  },
15076
15076
  "x-original-maxLength": 1024,
15077
15077
  "x-reconciled-from-discovery": true,
15078
- "x-reconciled-at": "2026-01-05T17:58:22.685949+00:00"
15078
+ "x-reconciled-at": "2026-01-05T18:28:41.313239+00:00"
15079
15079
  },
15080
15080
  "scroll_id": {
15081
15081
  "type": "string",
@@ -15442,7 +15442,7 @@
15442
15442
  "maxLength": 15,
15443
15443
  "minLength": 3,
15444
15444
  "x-reconciled-from-discovery": true,
15445
- "x-reconciled-at": "2026-01-05T17:58:22.685981+00:00"
15445
+ "x-reconciled-at": "2026-01-05T18:28:41.313271+00:00"
15446
15446
  }
15447
15447
  },
15448
15448
  "x-f5xc-minimum-configuration": {
@@ -15662,7 +15662,7 @@
15662
15662
  },
15663
15663
  "x-original-maxLength": 1024,
15664
15664
  "x-reconciled-from-discovery": true,
15665
- "x-reconciled-at": "2026-01-05T17:58:22.686002+00:00"
15665
+ "x-reconciled-at": "2026-01-05T18:28:41.313292+00:00"
15666
15666
  },
15667
15667
  "order_by": {
15668
15668
  "$ref": "#/components/schemas/logOrderByData"
@@ -15764,7 +15764,7 @@
15764
15764
  },
15765
15765
  "x-original-maxLength": 1024,
15766
15766
  "x-reconciled-from-discovery": true,
15767
- "x-reconciled-at": "2026-01-05T17:58:22.686013+00:00"
15767
+ "x-reconciled-at": "2026-01-05T18:28:41.313304+00:00"
15768
15768
  },
15769
15769
  "order_by": {
15770
15770
  "$ref": "#/components/schemas/logOrderByData"
@@ -15874,7 +15874,7 @@
15874
15874
  },
15875
15875
  "x-original-maxLength": 1024,
15876
15876
  "x-reconciled-from-discovery": true,
15877
- "x-reconciled-at": "2026-01-05T17:58:22.686030+00:00"
15877
+ "x-reconciled-at": "2026-01-05T18:28:41.313320+00:00"
15878
15878
  }
15879
15879
  },
15880
15880
  "x-f5xc-minimum-configuration": {
@@ -16032,7 +16032,7 @@
16032
16032
  },
16033
16033
  "x-original-maxLength": 1024,
16034
16034
  "x-reconciled-from-discovery": true,
16035
- "x-reconciled-at": "2026-01-05T17:58:22.686043+00:00"
16035
+ "x-reconciled-at": "2026-01-05T18:28:41.313333+00:00"
16036
16036
  },
16037
16037
  "sub_aggs": {
16038
16038
  "type": "object",
@@ -16136,7 +16136,7 @@
16136
16136
  "maxLength": 15,
16137
16137
  "minLength": 3,
16138
16138
  "x-reconciled-from-discovery": true,
16139
- "x-reconciled-at": "2026-01-05T17:58:22.686062+00:00"
16139
+ "x-reconciled-at": "2026-01-05T18:28:41.313351+00:00"
16140
16140
  }
16141
16141
  },
16142
16142
  "x-f5xc-minimum-configuration": {
@@ -16191,7 +16191,7 @@
16191
16191
  "maxLength": 15,
16192
16192
  "minLength": 3,
16193
16193
  "x-reconciled-from-discovery": true,
16194
- "x-reconciled-at": "2026-01-05T17:58:22.686069+00:00"
16194
+ "x-reconciled-at": "2026-01-05T18:28:41.313358+00:00"
16195
16195
  }
16196
16196
  },
16197
16197
  "x-f5xc-minimum-configuration": {
@@ -16408,7 +16408,7 @@
16408
16408
  "maxLength": 16,
16409
16409
  "minLength": 7,
16410
16410
  "x-reconciled-from-discovery": true,
16411
- "x-reconciled-at": "2026-01-05T17:58:22.686092+00:00"
16411
+ "x-reconciled-at": "2026-01-05T18:28:41.313380+00:00"
16412
16412
  },
16413
16413
  "value": {
16414
16414
  "type": "number",
@@ -16424,7 +16424,7 @@
16424
16424
  "maxLength": 15,
16425
16425
  "minLength": 3,
16426
16426
  "x-reconciled-from-discovery": true,
16427
- "x-reconciled-at": "2026-01-05T17:58:22.686096+00:00"
16427
+ "x-reconciled-at": "2026-01-05T18:28:41.313385+00:00"
16428
16428
  }
16429
16429
  },
16430
16430
  "x-f5xc-minimum-configuration": {
@@ -16527,7 +16527,7 @@
16527
16527
  },
16528
16528
  "x-original-maxLength": 1024,
16529
16529
  "x-reconciled-from-discovery": true,
16530
- "x-reconciled-at": "2026-01-05T17:58:22.686104+00:00"
16530
+ "x-reconciled-at": "2026-01-05T18:28:41.313393+00:00"
16531
16531
  },
16532
16532
  "previous_value": {
16533
16533
  "type": "string",
@@ -16561,7 +16561,7 @@
16561
16561
  },
16562
16562
  "x-original-maxLength": 1024,
16563
16563
  "x-reconciled-from-discovery": true,
16564
- "x-reconciled-at": "2026-01-05T17:58:22.686111+00:00"
16564
+ "x-reconciled-at": "2026-01-05T18:28:41.313400+00:00"
16565
16565
  }
16566
16566
  },
16567
16567
  "x-f5xc-minimum-configuration": {
@@ -16625,7 +16625,7 @@
16625
16625
  },
16626
16626
  "x-original-maxLength": 1024,
16627
16627
  "x-reconciled-from-discovery": true,
16628
- "x-reconciled-at": "2026-01-05T17:58:54.555545+00:00"
16628
+ "x-reconciled-at": "2026-01-05T18:29:12.853952+00:00"
16629
16629
  }
16630
16630
  },
16631
16631
  "x-f5xc-minimum-configuration": {
@@ -16694,7 +16694,7 @@
16694
16694
  },
16695
16695
  "x-original-maxLength": 1024,
16696
16696
  "x-reconciled-from-discovery": true,
16697
- "x-reconciled-at": "2026-01-05T17:58:54.555557+00:00"
16697
+ "x-reconciled-at": "2026-01-05T18:29:12.853963+00:00"
16698
16698
  },
16699
16699
  "service_name": {
16700
16700
  "type": "string",
@@ -16733,7 +16733,7 @@
16733
16733
  },
16734
16734
  "x-original-maxLength": 1024,
16735
16735
  "x-reconciled-from-discovery": true,
16736
- "x-reconciled-at": "2026-01-05T17:58:54.555563+00:00"
16736
+ "x-reconciled-at": "2026-01-05T18:29:12.853969+00:00"
16737
16737
  },
16738
16738
  "type": {
16739
16739
  "type": "string",
@@ -16870,7 +16870,7 @@
16870
16870
  },
16871
16871
  "x-original-maxLength": 1024,
16872
16872
  "x-reconciled-from-discovery": true,
16873
- "x-reconciled-at": "2026-01-05T17:58:54.555576+00:00"
16873
+ "x-reconciled-at": "2026-01-05T18:29:12.853982+00:00"
16874
16874
  }
16875
16875
  },
16876
16876
  "x-f5xc-minimum-configuration": {
@@ -16979,7 +16979,7 @@
16979
16979
  },
16980
16980
  "x-original-maxLength": 1200,
16981
16981
  "x-reconciled-from-discovery": true,
16982
- "x-reconciled-at": "2026-01-05T17:58:54.555586+00:00"
16982
+ "x-reconciled-at": "2026-01-05T18:29:12.853991+00:00"
16983
16983
  },
16984
16984
  "disable": {
16985
16985
  "type": "boolean",
@@ -17032,7 +17032,7 @@
17032
17032
  },
17033
17033
  "x-original-maxLength": 1024,
17034
17034
  "x-reconciled-from-discovery": true,
17035
- "x-reconciled-at": "2026-01-05T17:58:54.555594+00:00"
17035
+ "x-reconciled-at": "2026-01-05T18:29:12.853999+00:00"
17036
17036
  },
17037
17037
  "namespace": {
17038
17038
  "type": "string",
@@ -17051,7 +17051,7 @@
17051
17051
  },
17052
17052
  "x-original-maxLength": 1024,
17053
17053
  "x-reconciled-from-discovery": true,
17054
- "x-reconciled-at": "2026-01-05T17:58:54.555599+00:00"
17054
+ "x-reconciled-at": "2026-01-05T18:29:12.854003+00:00"
17055
17055
  }
17056
17056
  },
17057
17057
  "x-f5xc-minimum-configuration": {
@@ -17127,7 +17127,7 @@
17127
17127
  },
17128
17128
  "x-original-maxLength": 1200,
17129
17129
  "x-reconciled-from-discovery": true,
17130
- "x-reconciled-at": "2026-01-05T17:58:54.555605+00:00"
17130
+ "x-reconciled-at": "2026-01-05T18:29:12.854010+00:00"
17131
17131
  },
17132
17132
  "disable": {
17133
17133
  "type": "boolean",
@@ -17182,7 +17182,7 @@
17182
17182
  },
17183
17183
  "x-original-maxLength": 1024,
17184
17184
  "x-reconciled-from-discovery": true,
17185
- "x-reconciled-at": "2026-01-05T17:58:54.555612+00:00"
17185
+ "x-reconciled-at": "2026-01-05T18:29:12.854017+00:00"
17186
17186
  },
17187
17187
  "namespace": {
17188
17188
  "type": "string",
@@ -17201,7 +17201,7 @@
17201
17201
  },
17202
17202
  "x-original-maxLength": 1024,
17203
17203
  "x-reconciled-from-discovery": true,
17204
- "x-reconciled-at": "2026-01-05T17:58:54.555616+00:00"
17204
+ "x-reconciled-at": "2026-01-05T18:29:12.854021+00:00"
17205
17205
  }
17206
17206
  },
17207
17207
  "x-f5xc-minimum-configuration": {
@@ -17277,7 +17277,7 @@
17277
17277
  },
17278
17278
  "x-original-maxLength": 1200,
17279
17279
  "x-reconciled-from-discovery": true,
17280
- "x-reconciled-at": "2026-01-05T17:58:54.555623+00:00"
17280
+ "x-reconciled-at": "2026-01-05T18:29:12.854027+00:00"
17281
17281
  },
17282
17282
  "disable": {
17283
17283
  "type": "boolean",
@@ -17332,7 +17332,7 @@
17332
17332
  },
17333
17333
  "x-original-maxLength": 1024,
17334
17334
  "x-reconciled-from-discovery": true,
17335
- "x-reconciled-at": "2026-01-05T17:58:54.555630+00:00"
17335
+ "x-reconciled-at": "2026-01-05T18:29:12.854046+00:00"
17336
17336
  },
17337
17337
  "namespace": {
17338
17338
  "type": "string",
@@ -17351,7 +17351,7 @@
17351
17351
  },
17352
17352
  "x-original-maxLength": 1024,
17353
17353
  "x-reconciled-from-discovery": true,
17354
- "x-reconciled-at": "2026-01-05T17:58:54.555634+00:00"
17354
+ "x-reconciled-at": "2026-01-05T18:29:12.854051+00:00"
17355
17355
  },
17356
17356
  "uid": {
17357
17357
  "type": "string",
@@ -17373,7 +17373,7 @@
17373
17373
  "x-original-maxLength": 1024,
17374
17374
  "format": "uuid",
17375
17375
  "x-reconciled-from-discovery": true,
17376
- "x-reconciled-at": "2026-01-05T17:58:54.555640+00:00"
17376
+ "x-reconciled-at": "2026-01-05T18:29:12.854057+00:00"
17377
17377
  }
17378
17378
  },
17379
17379
  "x-f5xc-minimum-configuration": {
@@ -17419,7 +17419,7 @@
17419
17419
  "readOnly": true,
17420
17420
  "x-original-maxLength": 1024,
17421
17421
  "x-reconciled-from-discovery": true,
17422
- "x-reconciled-at": "2026-01-05T17:58:54.555645+00:00"
17422
+ "x-reconciled-at": "2026-01-05T18:29:12.854062+00:00"
17423
17423
  },
17424
17424
  "name": {
17425
17425
  "type": "string",
@@ -17438,7 +17438,7 @@
17438
17438
  },
17439
17439
  "x-original-maxLength": 1024,
17440
17440
  "x-reconciled-from-discovery": true,
17441
- "x-reconciled-at": "2026-01-05T17:58:54.555649+00:00"
17441
+ "x-reconciled-at": "2026-01-05T18:29:12.854066+00:00"
17442
17442
  },
17443
17443
  "namespace": {
17444
17444
  "type": "string",
@@ -17457,7 +17457,7 @@
17457
17457
  },
17458
17458
  "x-original-maxLength": 1024,
17459
17459
  "x-reconciled-from-discovery": true,
17460
- "x-reconciled-at": "2026-01-05T17:58:54.555653+00:00"
17460
+ "x-reconciled-at": "2026-01-05T18:29:12.854071+00:00"
17461
17461
  },
17462
17462
  "tenant": {
17463
17463
  "type": "string",
@@ -17478,7 +17478,7 @@
17478
17478
  "x-field-mutability": "read-only",
17479
17479
  "x-original-maxLength": 1024,
17480
17480
  "x-reconciled-from-discovery": true,
17481
- "x-reconciled-at": "2026-01-05T17:58:54.555657+00:00"
17481
+ "x-reconciled-at": "2026-01-05T18:29:12.854074+00:00"
17482
17482
  },
17483
17483
  "uid": {
17484
17484
  "type": "string",
@@ -17500,7 +17500,7 @@
17500
17500
  "x-original-maxLength": 1024,
17501
17501
  "format": "uuid",
17502
17502
  "x-reconciled-from-discovery": true,
17503
- "x-reconciled-at": "2026-01-05T17:58:54.555662+00:00"
17503
+ "x-reconciled-at": "2026-01-05T18:29:12.854079+00:00"
17504
17504
  }
17505
17505
  },
17506
17506
  "x-f5xc-minimum-configuration": {
@@ -17575,7 +17575,7 @@
17575
17575
  },
17576
17576
  "x-original-maxLength": 1200,
17577
17577
  "x-reconciled-from-discovery": true,
17578
- "x-reconciled-at": "2026-01-05T17:58:54.555669+00:00"
17578
+ "x-reconciled-at": "2026-01-05T18:29:12.854086+00:00"
17579
17579
  },
17580
17580
  "disable": {
17581
17581
  "type": "boolean",
@@ -17628,7 +17628,7 @@
17628
17628
  },
17629
17629
  "x-original-maxLength": 1024,
17630
17630
  "x-reconciled-from-discovery": true,
17631
- "x-reconciled-at": "2026-01-05T17:58:54.555676+00:00"
17631
+ "x-reconciled-at": "2026-01-05T18:29:12.854093+00:00"
17632
17632
  },
17633
17633
  "namespace": {
17634
17634
  "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-05T17:58:54.555680+00:00"
17650
+ "x-reconciled-at": "2026-01-05T18:29:12.854098+00:00"
17651
17651
  }
17652
17652
  },
17653
17653
  "x-f5xc-minimum-configuration": {
@@ -17761,7 +17761,7 @@
17761
17761
  "x-original-maxLength": 1024,
17762
17762
  "format": "uuid",
17763
17763
  "x-reconciled-from-discovery": true,
17764
- "x-reconciled-at": "2026-01-05T17:58:54.555692+00:00"
17764
+ "x-reconciled-at": "2026-01-05T18:29:12.854110+00:00"
17765
17765
  },
17766
17766
  "vtrp_id": {
17767
17767
  "type": "string",
@@ -17873,7 +17873,7 @@
17873
17873
  },
17874
17874
  "x-original-maxLength": 1024,
17875
17875
  "x-reconciled-from-discovery": true,
17876
- "x-reconciled-at": "2026-01-05T17:58:54.555701+00:00"
17876
+ "x-reconciled-at": "2026-01-05T18:29:12.854121+00:00"
17877
17877
  },
17878
17878
  "status": {
17879
17879
  "type": "string",
@@ -17892,7 +17892,7 @@
17892
17892
  },
17893
17893
  "x-original-maxLength": 1024,
17894
17894
  "x-reconciled-from-discovery": true,
17895
- "x-reconciled-at": "2026-01-05T17:58:54.555705+00:00"
17895
+ "x-reconciled-at": "2026-01-05T18:29:12.854126+00:00"
17896
17896
  }
17897
17897
  },
17898
17898
  "x-f5xc-minimum-configuration": {
@@ -18070,7 +18070,7 @@
18070
18070
  "x-field-mutability": "read-only",
18071
18071
  "x-original-maxLength": 1024,
18072
18072
  "x-reconciled-from-discovery": true,
18073
- "x-reconciled-at": "2026-01-05T17:58:54.555723+00:00"
18073
+ "x-reconciled-at": "2026-01-05T18:29:12.854145+00:00"
18074
18074
  },
18075
18075
  "uid": {
18076
18076
  "type": "string",
@@ -18091,7 +18091,7 @@
18091
18091
  "x-original-maxLength": 1024,
18092
18092
  "format": "uuid",
18093
18093
  "x-reconciled-from-discovery": true,
18094
- "x-reconciled-at": "2026-01-05T17:58:54.555728+00:00"
18094
+ "x-reconciled-at": "2026-01-05T18:29:12.854150+00:00"
18095
18095
  }
18096
18096
  },
18097
18097
  "x-f5xc-minimum-configuration": {
@@ -18298,7 +18298,7 @@
18298
18298
  "maxLength": 6,
18299
18299
  "minLength": 6,
18300
18300
  "x-reconciled-from-discovery": true,
18301
- "x-reconciled-at": "2026-01-05T17:58:54.555747+00:00"
18301
+ "x-reconciled-at": "2026-01-05T18:29:12.854170+00:00"
18302
18302
  },
18303
18303
  "object_index": {
18304
18304
  "type": "integer",
@@ -18371,7 +18371,7 @@
18371
18371
  "x-field-mutability": "read-only",
18372
18372
  "x-original-maxLength": 1024,
18373
18373
  "x-reconciled-from-discovery": true,
18374
- "x-reconciled-at": "2026-01-05T17:58:54.555757+00:00"
18374
+ "x-reconciled-at": "2026-01-05T18:29:12.854180+00:00"
18375
18375
  },
18376
18376
  "trace_info": {
18377
18377
  "type": "string",
@@ -18409,7 +18409,7 @@
18409
18409
  "x-original-maxLength": 1024,
18410
18410
  "format": "uuid",
18411
18411
  "x-reconciled-from-discovery": true,
18412
- "x-reconciled-at": "2026-01-05T17:58:54.555763+00:00"
18412
+ "x-reconciled-at": "2026-01-05T18:29:12.854187+00:00"
18413
18413
  },
18414
18414
  "vtrp_id": {
18415
18415
  "type": "string",
@@ -18495,7 +18495,7 @@
18495
18495
  },
18496
18496
  "x-original-maxLength": 1024,
18497
18497
  "x-reconciled-from-discovery": true,
18498
- "x-reconciled-at": "2026-01-05T17:58:54.555771+00:00"
18498
+ "x-reconciled-at": "2026-01-05T18:29:12.854195+00:00"
18499
18499
  },
18500
18500
  "name": {
18501
18501
  "type": "string",
@@ -18514,7 +18514,7 @@
18514
18514
  },
18515
18515
  "x-original-maxLength": 1024,
18516
18516
  "x-reconciled-from-discovery": true,
18517
- "x-reconciled-at": "2026-01-05T17:58:54.555775+00:00"
18517
+ "x-reconciled-at": "2026-01-05T18:29:12.854199+00:00"
18518
18518
  },
18519
18519
  "namespace": {
18520
18520
  "type": "string",
@@ -18533,7 +18533,7 @@
18533
18533
  },
18534
18534
  "x-original-maxLength": 1024,
18535
18535
  "x-reconciled-from-discovery": true,
18536
- "x-reconciled-at": "2026-01-05T17:58:54.555780+00:00"
18536
+ "x-reconciled-at": "2026-01-05T18:29:12.854203+00:00"
18537
18537
  },
18538
18538
  "uid": {
18539
18539
  "type": "string",
@@ -18554,7 +18554,7 @@
18554
18554
  "x-original-maxLength": 1024,
18555
18555
  "format": "uuid",
18556
18556
  "x-reconciled-from-discovery": true,
18557
- "x-reconciled-at": "2026-01-05T17:58:54.555785+00:00"
18557
+ "x-reconciled-at": "2026-01-05T18:29:12.854208+00:00"
18558
18558
  }
18559
18559
  },
18560
18560
  "x-f5xc-minimum-configuration": {
@@ -19135,7 +19135,7 @@
19135
19135
  "x-original-maxLength": 2048,
19136
19136
  "format": "hostname",
19137
19137
  "x-reconciled-from-discovery": true,
19138
- "x-reconciled-at": "2026-01-05T17:58:54.555825+00:00"
19138
+ "x-reconciled-at": "2026-01-05T18:29:12.854252+00:00"
19139
19139
  },
19140
19140
  "external_sources": {
19141
19141
  "type": "array",
@@ -19438,7 +19438,7 @@
19438
19438
  },
19439
19439
  "x-original-maxLength": 1024,
19440
19440
  "x-reconciled-from-discovery": true,
19441
- "x-reconciled-at": "2026-01-05T17:58:54.555855+00:00"
19441
+ "x-reconciled-at": "2026-01-05T18:29:12.854283+00:00"
19442
19442
  },
19443
19443
  "namespace": {
19444
19444
  "type": "string",
@@ -19457,7 +19457,7 @@
19457
19457
  },
19458
19458
  "x-original-maxLength": 1024,
19459
19459
  "x-reconciled-from-discovery": true,
19460
- "x-reconciled-at": "2026-01-05T17:58:54.555859+00:00"
19460
+ "x-reconciled-at": "2026-01-05T18:29:12.854287+00:00"
19461
19461
  }
19462
19462
  },
19463
19463
  "x-f5xc-minimum-configuration": {
@@ -19606,7 +19606,7 @@
19606
19606
  "maxLength": 17,
19607
19607
  "minLength": 17,
19608
19608
  "x-reconciled-from-discovery": true,
19609
- "x-reconciled-at": "2026-01-05T17:58:54.555875+00:00"
19609
+ "x-reconciled-at": "2026-01-05T18:29:12.854304+00:00"
19610
19610
  },
19611
19611
  "system_metadata": {
19612
19612
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -19695,7 +19695,7 @@
19695
19695
  "x-original-maxLength": 2048,
19696
19696
  "format": "hostname",
19697
19697
  "x-reconciled-from-discovery": true,
19698
- "x-reconciled-at": "2026-01-05T17:58:54.555884+00:00"
19698
+ "x-reconciled-at": "2026-01-05T18:29:12.854311+00:00"
19699
19699
  },
19700
19700
  "external_sources": {
19701
19701
  "type": "array",
@@ -20001,7 +20001,7 @@
20001
20001
  "x-original-maxLength": 2048,
20002
20002
  "format": "hostname",
20003
20003
  "x-reconciled-from-discovery": true,
20004
- "x-reconciled-at": "2026-01-05T17:58:54.555915+00:00"
20004
+ "x-reconciled-at": "2026-01-05T18:29:12.854342+00:00"
20005
20005
  },
20006
20006
  "external_sources": {
20007
20007
  "type": "array",
@@ -20360,7 +20360,7 @@
20360
20360
  },
20361
20361
  "x-original-maxLength": 1024,
20362
20362
  "x-reconciled-from-discovery": true,
20363
- "x-reconciled-at": "2026-01-05T17:58:54.555948+00:00"
20363
+ "x-reconciled-at": "2026-01-05T18:29:12.854376+00:00"
20364
20364
  },
20365
20365
  "disabled": {
20366
20366
  "type": "boolean",
@@ -20410,7 +20410,7 @@
20410
20410
  },
20411
20411
  "x-original-maxLength": 1024,
20412
20412
  "x-reconciled-from-discovery": true,
20413
- "x-reconciled-at": "2026-01-05T17:58:54.555958+00:00"
20413
+ "x-reconciled-at": "2026-01-05T18:29:12.854386+00:00"
20414
20414
  },
20415
20415
  "namespace": {
20416
20416
  "type": "string",
@@ -20429,7 +20429,7 @@
20429
20429
  },
20430
20430
  "x-original-maxLength": 1024,
20431
20431
  "x-reconciled-from-discovery": true,
20432
- "x-reconciled-at": "2026-01-05T17:58:54.555962+00:00"
20432
+ "x-reconciled-at": "2026-01-05T18:29:12.854391+00:00"
20433
20433
  },
20434
20434
  "owner_view": {
20435
20435
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -20470,7 +20470,7 @@
20470
20470
  "x-field-mutability": "read-only",
20471
20471
  "x-original-maxLength": 1024,
20472
20472
  "x-reconciled-from-discovery": true,
20473
- "x-reconciled-at": "2026-01-05T17:58:54.555970+00:00"
20473
+ "x-reconciled-at": "2026-01-05T18:29:12.854398+00:00"
20474
20474
  },
20475
20475
  "uid": {
20476
20476
  "type": "string",
@@ -20491,7 +20491,7 @@
20491
20491
  "x-original-maxLength": 1024,
20492
20492
  "format": "uuid",
20493
20493
  "x-reconciled-from-discovery": true,
20494
- "x-reconciled-at": "2026-01-05T17:58:54.555975+00:00"
20494
+ "x-reconciled-at": "2026-01-05T18:29:12.854403+00:00"
20495
20495
  }
20496
20496
  },
20497
20497
  "x-f5xc-minimum-configuration": {
@@ -20699,7 +20699,7 @@
20699
20699
  "x-original-maxLength": 2048,
20700
20700
  "format": "hostname",
20701
20701
  "x-reconciled-from-discovery": true,
20702
- "x-reconciled-at": "2026-01-05T17:58:54.555991+00:00"
20702
+ "x-reconciled-at": "2026-01-05T18:29:12.854419+00:00"
20703
20703
  },
20704
20704
  "external_sources": {
20705
20705
  "type": "array",
@@ -21487,7 +21487,7 @@
21487
21487
  },
21488
21488
  "x-original-maxLength": 1024,
21489
21489
  "x-reconciled-from-discovery": true,
21490
- "x-reconciled-at": "2026-01-05T17:59:05.284798+00:00"
21490
+ "x-reconciled-at": "2026-01-05T18:29:23.553462+00:00"
21491
21491
  },
21492
21492
  "namespace": {
21493
21493
  "type": "string",
@@ -21506,7 +21506,7 @@
21506
21506
  },
21507
21507
  "x-original-maxLength": 1024,
21508
21508
  "x-reconciled-from-discovery": true,
21509
- "x-reconciled-at": "2026-01-05T17:59:05.284802+00:00"
21509
+ "x-reconciled-at": "2026-01-05T18:29:23.553466+00:00"
21510
21510
  }
21511
21511
  },
21512
21512
  "x-f5xc-minimum-configuration": {
@@ -21655,7 +21655,7 @@
21655
21655
  "maxLength": 17,
21656
21656
  "minLength": 17,
21657
21657
  "x-reconciled-from-discovery": true,
21658
- "x-reconciled-at": "2026-01-05T17:59:05.284819+00:00"
21658
+ "x-reconciled-at": "2026-01-05T18:29:23.553484+00:00"
21659
21659
  },
21660
21660
  "system_metadata": {
21661
21661
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -22453,7 +22453,7 @@
22453
22453
  },
22454
22454
  "x-original-maxLength": 2048,
22455
22455
  "x-reconciled-from-discovery": true,
22456
- "x-reconciled-at": "2026-01-05T17:59:05.284892+00:00"
22456
+ "x-reconciled-at": "2026-01-05T18:29:23.553560+00:00"
22457
22457
  },
22458
22458
  "value": {
22459
22459
  "type": "string",
@@ -22477,7 +22477,7 @@
22477
22477
  },
22478
22478
  "x-original-maxLength": 8192,
22479
22479
  "x-reconciled-from-discovery": true,
22480
- "x-reconciled-at": "2026-01-05T17:59:05.284896+00:00"
22480
+ "x-reconciled-at": "2026-01-05T18:29:23.553565+00:00"
22481
22481
  }
22482
22482
  },
22483
22483
  "x-f5xc-minimum-configuration": {
@@ -22578,7 +22578,7 @@
22578
22578
  },
22579
22579
  "x-original-maxLength": 1024,
22580
22580
  "x-reconciled-from-discovery": true,
22581
- "x-reconciled-at": "2026-01-05T17:59:05.284906+00:00"
22581
+ "x-reconciled-at": "2026-01-05T18:29:23.553574+00:00"
22582
22582
  },
22583
22583
  "disabled": {
22584
22584
  "type": "boolean",
@@ -22628,7 +22628,7 @@
22628
22628
  },
22629
22629
  "x-original-maxLength": 1024,
22630
22630
  "x-reconciled-from-discovery": true,
22631
- "x-reconciled-at": "2026-01-05T17:59:05.284915+00:00"
22631
+ "x-reconciled-at": "2026-01-05T18:29:23.553585+00:00"
22632
22632
  },
22633
22633
  "namespace": {
22634
22634
  "type": "string",
@@ -22647,7 +22647,7 @@
22647
22647
  },
22648
22648
  "x-original-maxLength": 1024,
22649
22649
  "x-reconciled-from-discovery": true,
22650
- "x-reconciled-at": "2026-01-05T17:59:05.284919+00:00"
22650
+ "x-reconciled-at": "2026-01-05T18:29:23.553589+00:00"
22651
22651
  },
22652
22652
  "owner_view": {
22653
22653
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -22688,7 +22688,7 @@
22688
22688
  "x-field-mutability": "read-only",
22689
22689
  "x-original-maxLength": 1024,
22690
22690
  "x-reconciled-from-discovery": true,
22691
- "x-reconciled-at": "2026-01-05T17:59:05.284927+00:00"
22691
+ "x-reconciled-at": "2026-01-05T18:29:23.553597+00:00"
22692
22692
  },
22693
22693
  "uid": {
22694
22694
  "type": "string",
@@ -22709,7 +22709,7 @@
22709
22709
  "x-original-maxLength": 1024,
22710
22710
  "format": "uuid",
22711
22711
  "x-reconciled-from-discovery": true,
22712
- "x-reconciled-at": "2026-01-05T17:59:05.284931+00:00"
22712
+ "x-reconciled-at": "2026-01-05T18:29:23.553602+00:00"
22713
22713
  }
22714
22714
  },
22715
22715
  "x-f5xc-minimum-configuration": {
@@ -23515,7 +23515,7 @@
23515
23515
  },
23516
23516
  "x-original-maxLength": 1024,
23517
23517
  "x-reconciled-from-discovery": true,
23518
- "x-reconciled-at": "2026-01-05T17:59:14.540402+00:00"
23518
+ "x-reconciled-at": "2026-01-05T18:29:32.883136+00:00"
23519
23519
  },
23520
23520
  "query": {
23521
23521
  "type": "string",
@@ -23647,7 +23647,7 @@
23647
23647
  },
23648
23648
  "x-original-maxLength": 1024,
23649
23649
  "x-reconciled-from-discovery": true,
23650
- "x-reconciled-at": "2026-01-05T17:59:14.540418+00:00"
23650
+ "x-reconciled-at": "2026-01-05T18:29:32.883153+00:00"
23651
23651
  },
23652
23652
  "query": {
23653
23653
  "type": "string",
@@ -23783,7 +23783,7 @@
23783
23783
  },
23784
23784
  "x-original-maxLength": 1024,
23785
23785
  "x-reconciled-from-discovery": true,
23786
- "x-reconciled-at": "2026-01-05T17:59:14.540433+00:00"
23786
+ "x-reconciled-at": "2026-01-05T18:29:32.883169+00:00"
23787
23787
  },
23788
23788
  "query": {
23789
23789
  "type": "string",
@@ -23915,7 +23915,7 @@
23915
23915
  },
23916
23916
  "x-original-maxLength": 1024,
23917
23917
  "x-reconciled-from-discovery": true,
23918
- "x-reconciled-at": "2026-01-05T17:59:14.540446+00:00"
23918
+ "x-reconciled-at": "2026-01-05T18:29:32.883183+00:00"
23919
23919
  },
23920
23920
  "query": {
23921
23921
  "type": "string",
@@ -24105,7 +24105,7 @@
24105
24105
  },
24106
24106
  "x-original-maxLength": 1024,
24107
24107
  "x-reconciled-from-discovery": true,
24108
- "x-reconciled-at": "2026-01-05T17:59:14.540485+00:00"
24108
+ "x-reconciled-at": "2026-01-05T18:29:32.883223+00:00"
24109
24109
  },
24110
24110
  "site": {
24111
24111
  "type": "string",
@@ -24222,7 +24222,7 @@
24222
24222
  },
24223
24223
  "x-original-maxLength": 1024,
24224
24224
  "x-reconciled-from-discovery": true,
24225
- "x-reconciled-at": "2026-01-05T17:59:14.540549+00:00"
24225
+ "x-reconciled-at": "2026-01-05T18:29:32.883286+00:00"
24226
24226
  },
24227
24227
  "query": {
24228
24228
  "type": "string",
@@ -24354,7 +24354,7 @@
24354
24354
  },
24355
24355
  "x-original-maxLength": 1024,
24356
24356
  "x-reconciled-from-discovery": true,
24357
- "x-reconciled-at": "2026-01-05T17:59:14.540561+00:00"
24357
+ "x-reconciled-at": "2026-01-05T18:29:32.883300+00:00"
24358
24358
  },
24359
24359
  "query": {
24360
24360
  "type": "string",
@@ -24490,7 +24490,7 @@
24490
24490
  },
24491
24491
  "x-original-maxLength": 1024,
24492
24492
  "x-reconciled-from-discovery": true,
24493
- "x-reconciled-at": "2026-01-05T17:59:14.540575+00:00"
24493
+ "x-reconciled-at": "2026-01-05T18:29:32.883315+00:00"
24494
24494
  },
24495
24495
  "query": {
24496
24496
  "type": "string",
@@ -24639,7 +24639,7 @@
24639
24639
  },
24640
24640
  "x-original-maxLength": 1024,
24641
24641
  "x-reconciled-from-discovery": true,
24642
- "x-reconciled-at": "2026-01-05T17:59:14.540588+00:00"
24642
+ "x-reconciled-at": "2026-01-05T18:29:32.883329+00:00"
24643
24643
  },
24644
24644
  "query": {
24645
24645
  "type": "string",
@@ -24792,7 +24792,7 @@
24792
24792
  },
24793
24793
  "x-original-maxLength": 1024,
24794
24794
  "x-reconciled-from-discovery": true,
24795
- "x-reconciled-at": "2026-01-05T17:59:14.540602+00:00"
24795
+ "x-reconciled-at": "2026-01-05T18:29:32.883345+00:00"
24796
24796
  },
24797
24797
  "query": {
24798
24798
  "type": "string",
@@ -24941,7 +24941,7 @@
24941
24941
  },
24942
24942
  "x-original-maxLength": 1024,
24943
24943
  "x-reconciled-from-discovery": true,
24944
- "x-reconciled-at": "2026-01-05T17:59:14.540616+00:00"
24944
+ "x-reconciled-at": "2026-01-05T18:29:32.883359+00:00"
24945
24945
  },
24946
24946
  "query": {
24947
24947
  "type": "string",
@@ -25075,7 +25075,7 @@
25075
25075
  },
25076
25076
  "x-original-maxLength": 256,
25077
25077
  "x-reconciled-from-discovery": true,
25078
- "x-reconciled-at": "2026-01-05T17:59:14.540630+00:00"
25078
+ "x-reconciled-at": "2026-01-05T18:29:32.883375+00:00"
25079
25079
  }
25080
25080
  },
25081
25081
  "x-f5xc-minimum-configuration": {
@@ -25252,7 +25252,7 @@
25252
25252
  },
25253
25253
  "x-original-maxLength": 1024,
25254
25254
  "x-reconciled-from-discovery": true,
25255
- "x-reconciled-at": "2026-01-05T17:59:14.540657+00:00"
25255
+ "x-reconciled-at": "2026-01-05T18:29:32.883402+00:00"
25256
25256
  },
25257
25257
  "scroll_id": {
25258
25258
  "type": "string",
@@ -25343,7 +25343,7 @@
25343
25343
  },
25344
25344
  "x-original-maxLength": 1024,
25345
25345
  "x-reconciled-from-discovery": true,
25346
- "x-reconciled-at": "2026-01-05T17:59:14.540707+00:00"
25346
+ "x-reconciled-at": "2026-01-05T18:29:32.883452+00:00"
25347
25347
  },
25348
25348
  "query": {
25349
25349
  "type": "string",
@@ -25488,7 +25488,7 @@
25488
25488
  },
25489
25489
  "x-original-maxLength": 1024,
25490
25490
  "x-reconciled-from-discovery": true,
25491
- "x-reconciled-at": "2026-01-05T17:59:14.540720+00:00"
25491
+ "x-reconciled-at": "2026-01-05T18:29:32.883466+00:00"
25492
25492
  },
25493
25493
  "query": {
25494
25494
  "type": "string",
@@ -25625,7 +25625,7 @@
25625
25625
  },
25626
25626
  "x-original-maxLength": 1024,
25627
25627
  "x-reconciled-from-discovery": true,
25628
- "x-reconciled-at": "2026-01-05T17:59:14.540736+00:00"
25628
+ "x-reconciled-at": "2026-01-05T18:29:32.883483+00:00"
25629
25629
  },
25630
25630
  "query": {
25631
25631
  "type": "string",
@@ -25757,7 +25757,7 @@
25757
25757
  },
25758
25758
  "x-original-maxLength": 1024,
25759
25759
  "x-reconciled-from-discovery": true,
25760
- "x-reconciled-at": "2026-01-05T17:59:14.540748+00:00"
25760
+ "x-reconciled-at": "2026-01-05T18:29:32.883495+00:00"
25761
25761
  },
25762
25762
  "query": {
25763
25763
  "type": "string",
@@ -25893,7 +25893,7 @@
25893
25893
  },
25894
25894
  "x-original-maxLength": 1024,
25895
25895
  "x-reconciled-from-discovery": true,
25896
- "x-reconciled-at": "2026-01-05T17:59:14.540761+00:00"
25896
+ "x-reconciled-at": "2026-01-05T18:29:32.883509+00:00"
25897
25897
  },
25898
25898
  "query": {
25899
25899
  "type": "string",
@@ -26025,7 +26025,7 @@
26025
26025
  },
26026
26026
  "x-original-maxLength": 1024,
26027
26027
  "x-reconciled-from-discovery": true,
26028
- "x-reconciled-at": "2026-01-05T17:59:14.540773+00:00"
26028
+ "x-reconciled-at": "2026-01-05T18:29:32.883521+00:00"
26029
26029
  },
26030
26030
  "query": {
26031
26031
  "type": "string",
@@ -27904,7 +27904,7 @@
27904
27904
  },
27905
27905
  "x-original-maxLength": 1024,
27906
27906
  "x-reconciled-from-discovery": true,
27907
- "x-reconciled-at": "2026-01-05T17:59:42.345747+00:00"
27907
+ "x-reconciled-at": "2026-01-05T18:30:00.572948+00:00"
27908
27908
  }
27909
27909
  },
27910
27910
  "x-f5xc-minimum-configuration": {
@@ -28346,7 +28346,7 @@
28346
28346
  },
28347
28347
  "x-original-maxLength": 1024,
28348
28348
  "x-reconciled-from-discovery": true,
28349
- "x-reconciled-at": "2026-01-05T17:59:42.345780+00:00"
28349
+ "x-reconciled-at": "2026-01-05T18:30:00.572979+00:00"
28350
28350
  }
28351
28351
  },
28352
28352
  "x-f5xc-minimum-configuration": {
@@ -28682,7 +28682,7 @@
28682
28682
  },
28683
28683
  "x-original-maxLength": 1024,
28684
28684
  "x-reconciled-from-discovery": true,
28685
- "x-reconciled-at": "2026-01-05T17:59:42.345806+00:00"
28685
+ "x-reconciled-at": "2026-01-05T18:30:00.573005+00:00"
28686
28686
  },
28687
28687
  "start_time": {
28688
28688
  "type": "string",
@@ -28829,7 +28829,7 @@
28829
28829
  },
28830
28830
  "x-original-maxLength": 1024,
28831
28831
  "x-reconciled-from-discovery": true,
28832
- "x-reconciled-at": "2026-01-05T17:59:42.345818+00:00"
28832
+ "x-reconciled-at": "2026-01-05T18:30:00.573016+00:00"
28833
28833
  },
28834
28834
  "segments": {
28835
28835
  "type": "array",
@@ -29859,7 +29859,7 @@
29859
29859
  },
29860
29860
  "x-original-maxLength": 1024,
29861
29861
  "x-reconciled-from-discovery": true,
29862
- "x-reconciled-at": "2026-01-05T17:59:42.345892+00:00"
29862
+ "x-reconciled-at": "2026-01-05T18:30:00.573104+00:00"
29863
29863
  },
29864
29864
  "source": {
29865
29865
  "type": "string",
@@ -30080,7 +30080,7 @@
30080
30080
  },
30081
30081
  "x-original-maxLength": 1024,
30082
30082
  "x-reconciled-from-discovery": true,
30083
- "x-reconciled-at": "2026-01-05T17:59:42.345910+00:00"
30083
+ "x-reconciled-at": "2026-01-05T18:30:00.573123+00:00"
30084
30084
  },
30085
30085
  "region": {
30086
30086
  "type": "string",
@@ -30182,7 +30182,7 @@
30182
30182
  "maxLength": 15,
30183
30183
  "minLength": 3,
30184
30184
  "x-reconciled-from-discovery": true,
30185
- "x-reconciled-at": "2026-01-05T17:59:42.345919+00:00"
30185
+ "x-reconciled-at": "2026-01-05T18:30:00.573132+00:00"
30186
30186
  }
30187
30187
  },
30188
30188
  "x-f5xc-minimum-configuration": {
@@ -30339,7 +30339,7 @@
30339
30339
  },
30340
30340
  "x-original-maxLength": 1024,
30341
30341
  "x-reconciled-from-discovery": true,
30342
- "x-reconciled-at": "2026-01-05T17:59:42.345934+00:00"
30342
+ "x-reconciled-at": "2026-01-05T18:30:00.573146+00:00"
30343
30343
  },
30344
30344
  "region": {
30345
30345
  "type": "string",
@@ -30448,7 +30448,7 @@
30448
30448
  },
30449
30449
  "x-original-maxLength": 1024,
30450
30450
  "x-reconciled-from-discovery": true,
30451
- "x-reconciled-at": "2026-01-05T17:59:42.345944+00:00"
30451
+ "x-reconciled-at": "2026-01-05T18:30:00.573157+00:00"
30452
30452
  },
30453
30453
  "source": {
30454
30454
  "type": "string",
@@ -30550,7 +30550,7 @@
30550
30550
  },
30551
30551
  "x-original-maxLength": 1024,
30552
30552
  "x-reconciled-from-discovery": true,
30553
- "x-reconciled-at": "2026-01-05T17:59:42.345953+00:00"
30553
+ "x-reconciled-at": "2026-01-05T18:30:00.573166+00:00"
30554
30554
  },
30555
30555
  "request_body": {
30556
30556
  "$ref": "#/components/schemas/protobufAny"
@@ -30628,7 +30628,7 @@
30628
30628
  },
30629
30629
  "x-original-maxLength": 1024,
30630
30630
  "x-reconciled-from-discovery": true,
30631
- "x-reconciled-at": "2026-01-05T17:59:42.345961+00:00"
30631
+ "x-reconciled-at": "2026-01-05T18:30:00.573174+00:00"
30632
30632
  },
30633
30633
  "value": {
30634
30634
  "type": "string",
@@ -30645,7 +30645,7 @@
30645
30645
  },
30646
30646
  "x-original-maxLength": 1024,
30647
30647
  "x-reconciled-from-discovery": true,
30648
- "x-reconciled-at": "2026-01-05T17:59:42.345966+00:00"
30648
+ "x-reconciled-at": "2026-01-05T18:30:00.573178+00:00"
30649
30649
  }
30650
30650
  },
30651
30651
  "x-f5xc-minimum-configuration": {
@@ -30743,7 +30743,7 @@
30743
30743
  },
30744
30744
  "x-original-maxLength": 1024,
30745
30745
  "x-reconciled-from-discovery": true,
30746
- "x-reconciled-at": "2026-01-05T17:59:42.345976+00:00"
30746
+ "x-reconciled-at": "2026-01-05T18:30:00.573187+00:00"
30747
30747
  },
30748
30748
  "values": {
30749
30749
  "type": "array",