@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": "Data Intelligence",
5
5
  "description": "F5 Distributed Cloud Data Intelligence API specifications",
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"
@@ -3597,7 +3597,7 @@
3597
3597
  "readOnly": true,
3598
3598
  "x-original-maxLength": 1024,
3599
3599
  "x-reconciled-from-discovery": true,
3600
- "x-reconciled-at": "2026-01-05T17:58:55.580274+00:00"
3600
+ "x-reconciled-at": "2026-01-05T18:29:13.887668+00:00"
3601
3601
  },
3602
3602
  "name": {
3603
3603
  "type": "string",
@@ -3616,7 +3616,7 @@
3616
3616
  },
3617
3617
  "x-original-maxLength": 1024,
3618
3618
  "x-reconciled-from-discovery": true,
3619
- "x-reconciled-at": "2026-01-05T17:58:55.580281+00:00"
3619
+ "x-reconciled-at": "2026-01-05T18:29:13.887676+00:00"
3620
3620
  },
3621
3621
  "namespace": {
3622
3622
  "type": "string",
@@ -3635,7 +3635,7 @@
3635
3635
  },
3636
3636
  "x-original-maxLength": 1024,
3637
3637
  "x-reconciled-from-discovery": true,
3638
- "x-reconciled-at": "2026-01-05T17:58:55.580286+00:00"
3638
+ "x-reconciled-at": "2026-01-05T18:29:13.887682+00:00"
3639
3639
  },
3640
3640
  "tenant": {
3641
3641
  "type": "string",
@@ -3656,7 +3656,7 @@
3656
3656
  "x-field-mutability": "read-only",
3657
3657
  "x-original-maxLength": 1024,
3658
3658
  "x-reconciled-from-discovery": true,
3659
- "x-reconciled-at": "2026-01-05T17:58:55.580290+00:00"
3659
+ "x-reconciled-at": "2026-01-05T18:29:13.887686+00:00"
3660
3660
  },
3661
3661
  "uid": {
3662
3662
  "type": "string",
@@ -3678,7 +3678,7 @@
3678
3678
  "x-original-maxLength": 1024,
3679
3679
  "format": "uuid",
3680
3680
  "x-reconciled-from-discovery": true,
3681
- "x-reconciled-at": "2026-01-05T17:58:55.580296+00:00"
3681
+ "x-reconciled-at": "2026-01-05T18:29:13.887692+00:00"
3682
3682
  }
3683
3683
  },
3684
3684
  "x-f5xc-minimum-configuration": {
@@ -3727,7 +3727,7 @@
3727
3727
  },
3728
3728
  "x-original-maxLength": 1024,
3729
3729
  "x-reconciled-from-discovery": true,
3730
- "x-reconciled-at": "2026-01-05T17:58:55.580304+00:00"
3730
+ "x-reconciled-at": "2026-01-05T18:29:13.887699+00:00"
3731
3731
  }
3732
3732
  },
3733
3733
  "x-f5xc-minimum-configuration": {
@@ -3864,7 +3864,7 @@
3864
3864
  },
3865
3865
  "x-original-maxLength": 1024,
3866
3866
  "x-reconciled-from-discovery": true,
3867
- "x-reconciled-at": "2026-01-05T17:58:55.580319+00:00"
3867
+ "x-reconciled-at": "2026-01-05T18:29:13.887715+00:00"
3868
3868
  }
3869
3869
  },
3870
3870
  "x-f5xc-minimum-configuration": {
@@ -4261,7 +4261,7 @@
4261
4261
  },
4262
4262
  "x-original-maxLength": 1024,
4263
4263
  "x-reconciled-from-discovery": true,
4264
- "x-reconciled-at": "2026-01-05T17:58:55.580359+00:00"
4264
+ "x-reconciled-at": "2026-01-05T18:29:13.887755+00:00"
4265
4265
  },
4266
4266
  "namespace": {
4267
4267
  "type": "string",
@@ -4280,7 +4280,7 @@
4280
4280
  },
4281
4281
  "x-original-maxLength": 1024,
4282
4282
  "x-reconciled-from-discovery": true,
4283
- "x-reconciled-at": "2026-01-05T17:58:55.580363+00:00"
4283
+ "x-reconciled-at": "2026-01-05T18:29:13.887759+00:00"
4284
4284
  }
4285
4285
  },
4286
4286
  "x-f5xc-minimum-configuration": {
@@ -4439,7 +4439,7 @@
4439
4439
  "maxLength": 17,
4440
4440
  "minLength": 17,
4441
4441
  "x-reconciled-from-discovery": true,
4442
- "x-reconciled-at": "2026-01-05T17:58:55.580382+00:00"
4442
+ "x-reconciled-at": "2026-01-05T18:29:13.887779+00:00"
4443
4443
  },
4444
4444
  "system_metadata": {
4445
4445
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -4848,7 +4848,7 @@
4848
4848
  },
4849
4849
  "x-original-maxLength": 1024,
4850
4850
  "x-reconciled-from-discovery": true,
4851
- "x-reconciled-at": "2026-01-05T17:58:55.580419+00:00"
4851
+ "x-reconciled-at": "2026-01-05T18:29:13.887816+00:00"
4852
4852
  },
4853
4853
  "disabled": {
4854
4854
  "type": "boolean",
@@ -4898,7 +4898,7 @@
4898
4898
  },
4899
4899
  "x-original-maxLength": 1024,
4900
4900
  "x-reconciled-from-discovery": true,
4901
- "x-reconciled-at": "2026-01-05T17:58:55.580428+00:00"
4901
+ "x-reconciled-at": "2026-01-05T18:29:13.887826+00:00"
4902
4902
  },
4903
4903
  "namespace": {
4904
4904
  "type": "string",
@@ -4917,7 +4917,7 @@
4917
4917
  },
4918
4918
  "x-original-maxLength": 1024,
4919
4919
  "x-reconciled-from-discovery": true,
4920
- "x-reconciled-at": "2026-01-05T17:58:55.580433+00:00"
4920
+ "x-reconciled-at": "2026-01-05T18:29:13.887830+00:00"
4921
4921
  },
4922
4922
  "owner_view": {
4923
4923
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -4958,7 +4958,7 @@
4958
4958
  "x-field-mutability": "read-only",
4959
4959
  "x-original-maxLength": 1024,
4960
4960
  "x-reconciled-from-discovery": true,
4961
- "x-reconciled-at": "2026-01-05T17:58:55.580440+00:00"
4961
+ "x-reconciled-at": "2026-01-05T18:29:13.887838+00:00"
4962
4962
  },
4963
4963
  "uid": {
4964
4964
  "type": "string",
@@ -4979,7 +4979,7 @@
4979
4979
  "x-original-maxLength": 1024,
4980
4980
  "format": "uuid",
4981
4981
  "x-reconciled-from-discovery": true,
4982
- "x-reconciled-at": "2026-01-05T17:58:55.580445+00:00"
4982
+ "x-reconciled-at": "2026-01-05T18:29:13.887843+00:00"
4983
4983
  }
4984
4984
  },
4985
4985
  "x-f5xc-minimum-configuration": {
@@ -5492,7 +5492,7 @@
5492
5492
  },
5493
5493
  "x-original-maxLength": 1024,
5494
5494
  "x-reconciled-from-discovery": true,
5495
- "x-reconciled-at": "2026-01-05T17:58:55.580492+00:00"
5495
+ "x-reconciled-at": "2026-01-05T18:29:13.887890+00:00"
5496
5496
  },
5497
5497
  "store_provider": {
5498
5498
  "type": "string",
@@ -5550,7 +5550,7 @@
5550
5550
  },
5551
5551
  "x-original-maxLength": 1024,
5552
5552
  "x-reconciled-from-discovery": true,
5553
- "x-reconciled-at": "2026-01-05T17:58:55.580498+00:00"
5553
+ "x-reconciled-at": "2026-01-05T18:29:13.887897+00:00"
5554
5554
  },
5555
5555
  "url": {
5556
5556
  "type": "string",
@@ -5647,7 +5647,7 @@
5647
5647
  },
5648
5648
  "x-original-maxLength": 1024,
5649
5649
  "x-reconciled-from-discovery": true,
5650
- "x-reconciled-at": "2026-01-05T17:58:55.580507+00:00"
5650
+ "x-reconciled-at": "2026-01-05T18:29:13.887907+00:00"
5651
5651
  },
5652
5652
  "service_name": {
5653
5653
  "type": "string",
@@ -5686,7 +5686,7 @@
5686
5686
  },
5687
5687
  "x-original-maxLength": 1024,
5688
5688
  "x-reconciled-from-discovery": true,
5689
- "x-reconciled-at": "2026-01-05T17:58:55.580512+00:00"
5689
+ "x-reconciled-at": "2026-01-05T18:29:13.887912+00:00"
5690
5690
  },
5691
5691
  "type": {
5692
5692
  "type": "string",
@@ -5823,7 +5823,7 @@
5823
5823
  },
5824
5824
  "x-original-maxLength": 1024,
5825
5825
  "x-reconciled-from-discovery": true,
5826
- "x-reconciled-at": "2026-01-05T17:58:55.580523+00:00"
5826
+ "x-reconciled-at": "2026-01-05T18:29:13.887923+00:00"
5827
5827
  }
5828
5828
  },
5829
5829
  "x-f5xc-minimum-configuration": {
@@ -5932,7 +5932,7 @@
5932
5932
  },
5933
5933
  "x-original-maxLength": 1200,
5934
5934
  "x-reconciled-from-discovery": true,
5935
- "x-reconciled-at": "2026-01-05T17:58:55.580532+00:00"
5935
+ "x-reconciled-at": "2026-01-05T18:29:13.887933+00:00"
5936
5936
  },
5937
5937
  "disable": {
5938
5938
  "type": "boolean",
@@ -5985,7 +5985,7 @@
5985
5985
  },
5986
5986
  "x-original-maxLength": 1024,
5987
5987
  "x-reconciled-from-discovery": true,
5988
- "x-reconciled-at": "2026-01-05T17:58:55.580539+00:00"
5988
+ "x-reconciled-at": "2026-01-05T18:29:13.887940+00:00"
5989
5989
  },
5990
5990
  "namespace": {
5991
5991
  "type": "string",
@@ -6004,7 +6004,7 @@
6004
6004
  },
6005
6005
  "x-original-maxLength": 1024,
6006
6006
  "x-reconciled-from-discovery": true,
6007
- "x-reconciled-at": "2026-01-05T17:58:55.580543+00:00"
6007
+ "x-reconciled-at": "2026-01-05T18:29:13.887944+00:00"
6008
6008
  }
6009
6009
  },
6010
6010
  "x-f5xc-minimum-configuration": {
@@ -6080,7 +6080,7 @@
6080
6080
  },
6081
6081
  "x-original-maxLength": 1200,
6082
6082
  "x-reconciled-from-discovery": true,
6083
- "x-reconciled-at": "2026-01-05T17:58:55.580549+00:00"
6083
+ "x-reconciled-at": "2026-01-05T18:29:13.887951+00:00"
6084
6084
  },
6085
6085
  "disable": {
6086
6086
  "type": "boolean",
@@ -6135,7 +6135,7 @@
6135
6135
  },
6136
6136
  "x-original-maxLength": 1024,
6137
6137
  "x-reconciled-from-discovery": true,
6138
- "x-reconciled-at": "2026-01-05T17:58:55.580556+00:00"
6138
+ "x-reconciled-at": "2026-01-05T18:29:13.887958+00:00"
6139
6139
  },
6140
6140
  "namespace": {
6141
6141
  "type": "string",
@@ -6154,7 +6154,7 @@
6154
6154
  },
6155
6155
  "x-original-maxLength": 1024,
6156
6156
  "x-reconciled-from-discovery": true,
6157
- "x-reconciled-at": "2026-01-05T17:58:55.580560+00:00"
6157
+ "x-reconciled-at": "2026-01-05T18:29:13.887963+00:00"
6158
6158
  }
6159
6159
  },
6160
6160
  "x-f5xc-minimum-configuration": {
@@ -6230,7 +6230,7 @@
6230
6230
  },
6231
6231
  "x-original-maxLength": 1200,
6232
6232
  "x-reconciled-from-discovery": true,
6233
- "x-reconciled-at": "2026-01-05T17:58:55.580566+00:00"
6233
+ "x-reconciled-at": "2026-01-05T18:29:13.887969+00:00"
6234
6234
  },
6235
6235
  "disable": {
6236
6236
  "type": "boolean",
@@ -6283,7 +6283,7 @@
6283
6283
  },
6284
6284
  "x-original-maxLength": 1024,
6285
6285
  "x-reconciled-from-discovery": true,
6286
- "x-reconciled-at": "2026-01-05T17:58:55.580573+00:00"
6286
+ "x-reconciled-at": "2026-01-05T18:29:13.887976+00:00"
6287
6287
  },
6288
6288
  "namespace": {
6289
6289
  "type": "string",
@@ -6302,7 +6302,7 @@
6302
6302
  },
6303
6303
  "x-original-maxLength": 1024,
6304
6304
  "x-reconciled-from-discovery": true,
6305
- "x-reconciled-at": "2026-01-05T17:58:55.580577+00:00"
6305
+ "x-reconciled-at": "2026-01-05T18:29:13.887981+00:00"
6306
6306
  }
6307
6307
  },
6308
6308
  "x-f5xc-minimum-configuration": {
@@ -6463,7 +6463,7 @@
6463
6463
  "x-original-maxLength": 1024,
6464
6464
  "format": "uuid",
6465
6465
  "x-reconciled-from-discovery": true,
6466
- "x-reconciled-at": "2026-01-05T17:58:55.580591+00:00"
6466
+ "x-reconciled-at": "2026-01-05T18:29:13.887997+00:00"
6467
6467
  },
6468
6468
  "vtrp_id": {
6469
6469
  "type": "string",
@@ -6575,7 +6575,7 @@
6575
6575
  },
6576
6576
  "x-original-maxLength": 1024,
6577
6577
  "x-reconciled-from-discovery": true,
6578
- "x-reconciled-at": "2026-01-05T17:58:55.580601+00:00"
6578
+ "x-reconciled-at": "2026-01-05T18:29:13.888007+00:00"
6579
6579
  },
6580
6580
  "status": {
6581
6581
  "type": "string",
@@ -6594,7 +6594,7 @@
6594
6594
  },
6595
6595
  "x-original-maxLength": 1024,
6596
6596
  "x-reconciled-from-discovery": true,
6597
- "x-reconciled-at": "2026-01-05T17:58:55.580604+00:00"
6597
+ "x-reconciled-at": "2026-01-05T18:29:13.888011+00:00"
6598
6598
  }
6599
6599
  },
6600
6600
  "x-f5xc-minimum-configuration": {
@@ -6772,7 +6772,7 @@
6772
6772
  "x-field-mutability": "read-only",
6773
6773
  "x-original-maxLength": 1024,
6774
6774
  "x-reconciled-from-discovery": true,
6775
- "x-reconciled-at": "2026-01-05T17:58:55.580622+00:00"
6775
+ "x-reconciled-at": "2026-01-05T18:29:13.888030+00:00"
6776
6776
  },
6777
6777
  "uid": {
6778
6778
  "type": "string",
@@ -6793,7 +6793,7 @@
6793
6793
  "x-original-maxLength": 1024,
6794
6794
  "format": "uuid",
6795
6795
  "x-reconciled-from-discovery": true,
6796
- "x-reconciled-at": "2026-01-05T17:58:55.580627+00:00"
6796
+ "x-reconciled-at": "2026-01-05T18:29:13.888047+00:00"
6797
6797
  }
6798
6798
  },
6799
6799
  "x-f5xc-minimum-configuration": {
@@ -6839,7 +6839,7 @@
6839
6839
  },
6840
6840
  "x-original-maxLength": 1024,
6841
6841
  "x-reconciled-from-discovery": true,
6842
- "x-reconciled-at": "2026-01-05T17:58:55.580631+00:00"
6842
+ "x-reconciled-at": "2026-01-05T18:29:13.888052+00:00"
6843
6843
  },
6844
6844
  "location": {
6845
6845
  "type": "string",
@@ -6856,7 +6856,7 @@
6856
6856
  },
6857
6857
  "x-original-maxLength": 1024,
6858
6858
  "x-reconciled-from-discovery": true,
6859
- "x-reconciled-at": "2026-01-05T17:58:55.580635+00:00"
6859
+ "x-reconciled-at": "2026-01-05T18:29:13.888057+00:00"
6860
6860
  },
6861
6861
  "provider": {
6862
6862
  "type": "string",
@@ -6873,7 +6873,7 @@
6873
6873
  },
6874
6874
  "x-original-maxLength": 1024,
6875
6875
  "x-reconciled-from-discovery": true,
6876
- "x-reconciled-at": "2026-01-05T17:58:55.580639+00:00"
6876
+ "x-reconciled-at": "2026-01-05T18:29:13.888061+00:00"
6877
6877
  },
6878
6878
  "secret_encoding": {
6879
6879
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -6895,7 +6895,7 @@
6895
6895
  "maxLength": 1,
6896
6896
  "minLength": 1,
6897
6897
  "x-reconciled-from-discovery": true,
6898
- "x-reconciled-at": "2026-01-05T17:58:55.580645+00:00"
6898
+ "x-reconciled-at": "2026-01-05T18:29:13.888067+00:00"
6899
6899
  }
6900
6900
  },
6901
6901
  "x-f5xc-minimum-configuration": {
@@ -6938,7 +6938,7 @@
6938
6938
  },
6939
6939
  "x-original-maxLength": 1024,
6940
6940
  "x-reconciled-from-discovery": true,
6941
- "x-reconciled-at": "2026-01-05T17:58:55.580650+00:00"
6941
+ "x-reconciled-at": "2026-01-05T18:29:13.888072+00:00"
6942
6942
  },
6943
6943
  "name": {
6944
6944
  "type": "string",
@@ -6957,7 +6957,7 @@
6957
6957
  },
6958
6958
  "x-original-maxLength": 1024,
6959
6959
  "x-reconciled-from-discovery": true,
6960
- "x-reconciled-at": "2026-01-05T17:58:55.580654+00:00"
6960
+ "x-reconciled-at": "2026-01-05T18:29:13.888076+00:00"
6961
6961
  },
6962
6962
  "namespace": {
6963
6963
  "type": "string",
@@ -6976,7 +6976,7 @@
6976
6976
  },
6977
6977
  "x-original-maxLength": 1024,
6978
6978
  "x-reconciled-from-discovery": true,
6979
- "x-reconciled-at": "2026-01-05T17:58:55.580658+00:00"
6979
+ "x-reconciled-at": "2026-01-05T18:29:13.888081+00:00"
6980
6980
  },
6981
6981
  "uid": {
6982
6982
  "type": "string",
@@ -6997,7 +6997,7 @@
6997
6997
  "x-original-maxLength": 1024,
6998
6998
  "format": "uuid",
6999
6999
  "x-reconciled-from-discovery": true,
7000
- "x-reconciled-at": "2026-01-05T17:58:55.580663+00:00"
7000
+ "x-reconciled-at": "2026-01-05T18:29:13.888086+00:00"
7001
7001
  }
7002
7002
  },
7003
7003
  "x-f5xc-minimum-configuration": {
@@ -7035,7 +7035,7 @@
7035
7035
  },
7036
7036
  "x-original-maxLength": 1024,
7037
7037
  "x-reconciled-from-discovery": true,
7038
- "x-reconciled-at": "2026-01-05T17:58:55.580667+00:00"
7038
+ "x-reconciled-at": "2026-01-05T18:29:13.888090+00:00"
7039
7039
  }
7040
7040
  },
7041
7041
  "x-f5xc-minimum-configuration": {
@@ -7085,7 +7085,7 @@
7085
7085
  },
7086
7086
  "x-original-maxLength": 128,
7087
7087
  "x-reconciled-from-discovery": true,
7088
- "x-reconciled-at": "2026-01-05T17:58:55.580673+00:00"
7088
+ "x-reconciled-at": "2026-01-05T18:29:13.888095+00:00"
7089
7089
  },
7090
7090
  "namespace": {
7091
7091
  "type": "string",
@@ -7110,7 +7110,7 @@
7110
7110
  },
7111
7111
  "x-original-maxLength": 64,
7112
7112
  "x-reconciled-from-discovery": true,
7113
- "x-reconciled-at": "2026-01-05T17:58:55.580677+00:00"
7113
+ "x-reconciled-at": "2026-01-05T18:29:13.888099+00:00"
7114
7114
  },
7115
7115
  "tenant": {
7116
7116
  "type": "string",
@@ -7137,7 +7137,7 @@
7137
7137
  "x-field-mutability": "read-only",
7138
7138
  "x-original-maxLength": 64,
7139
7139
  "x-reconciled-from-discovery": true,
7140
- "x-reconciled-at": "2026-01-05T17:58:55.580681+00:00"
7140
+ "x-reconciled-at": "2026-01-05T18:29:13.888104+00:00"
7141
7141
  }
7142
7142
  },
7143
7143
  "x-f5xc-minimum-configuration": {
@@ -7192,7 +7192,7 @@
7192
7192
  "maxLength": 15,
7193
7193
  "minLength": 3,
7194
7194
  "x-reconciled-from-discovery": true,
7195
- "x-reconciled-at": "2026-01-05T17:58:55.870019+00:00"
7195
+ "x-reconciled-at": "2026-01-05T18:29:14.171874+00:00"
7196
7196
  }
7197
7197
  },
7198
7198
  "x-f5xc-minimum-configuration": {
@@ -7230,7 +7230,7 @@
7230
7230
  },
7231
7231
  "x-original-maxLength": 1024,
7232
7232
  "x-reconciled-from-discovery": true,
7233
- "x-reconciled-at": "2026-01-05T17:58:55.870028+00:00"
7233
+ "x-reconciled-at": "2026-01-05T18:29:14.171883+00:00"
7234
7234
  },
7235
7235
  "id": {
7236
7236
  "type": "string",
@@ -7267,7 +7267,7 @@
7267
7267
  },
7268
7268
  "x-original-maxLength": 1024,
7269
7269
  "x-reconciled-from-discovery": true,
7270
- "x-reconciled-at": "2026-01-05T17:58:55.870036+00:00"
7270
+ "x-reconciled-at": "2026-01-05T18:29:14.171892+00:00"
7271
7271
  },
7272
7272
  "status": {
7273
7273
  "type": "string",
@@ -7286,7 +7286,7 @@
7286
7286
  },
7287
7287
  "x-original-maxLength": 1024,
7288
7288
  "x-reconciled-from-discovery": true,
7289
- "x-reconciled-at": "2026-01-05T17:58:55.870042+00:00"
7289
+ "x-reconciled-at": "2026-01-05T18:29:14.171897+00:00"
7290
7290
  }
7291
7291
  },
7292
7292
  "x-f5xc-minimum-configuration": {
@@ -7372,7 +7372,7 @@
7372
7372
  },
7373
7373
  "x-original-maxLength": 1024,
7374
7374
  "x-reconciled-from-discovery": true,
7375
- "x-reconciled-at": "2026-01-05T17:58:55.870052+00:00"
7375
+ "x-reconciled-at": "2026-01-05T18:29:14.171907+00:00"
7376
7376
  }
7377
7377
  },
7378
7378
  "x-f5xc-minimum-configuration": {
@@ -7428,7 +7428,7 @@
7428
7428
  },
7429
7429
  "x-original-maxLength": 1024,
7430
7430
  "x-reconciled-from-discovery": true,
7431
- "x-reconciled-at": "2026-01-05T17:58:55.870058+00:00"
7431
+ "x-reconciled-at": "2026-01-05T18:29:14.171914+00:00"
7432
7432
  },
7433
7433
  "feature_name": {
7434
7434
  "type": "string",
@@ -7811,7 +7811,7 @@
7811
7811
  },
7812
7812
  "x-original-maxLength": 1024,
7813
7813
  "x-reconciled-from-discovery": true,
7814
- "x-reconciled-at": "2026-01-05T17:58:55.870085+00:00"
7814
+ "x-reconciled-at": "2026-01-05T18:29:14.171941+00:00"
7815
7815
  },
7816
7816
  "platform": {
7817
7817
  "type": "string",
@@ -7964,7 +7964,7 @@
7964
7964
  },
7965
7965
  "x-original-maxLength": 1024,
7966
7966
  "x-reconciled-from-discovery": true,
7967
- "x-reconciled-at": "2026-01-05T17:58:55.870100+00:00"
7967
+ "x-reconciled-at": "2026-01-05T18:29:14.171956+00:00"
7968
7968
  }
7969
7969
  },
7970
7970
  "x-f5xc-minimum-configuration": {
@@ -8204,7 +8204,7 @@
8204
8204
  },
8205
8205
  "x-original-maxLength": 1024,
8206
8206
  "x-reconciled-from-discovery": true,
8207
- "x-reconciled-at": "2026-01-05T17:58:55.870121+00:00"
8207
+ "x-reconciled-at": "2026-01-05T18:29:14.171976+00:00"
8208
8208
  }
8209
8209
  },
8210
8210
  "x-f5xc-minimum-configuration": {
@@ -8329,7 +8329,7 @@
8329
8329
  },
8330
8330
  "x-original-maxLength": 1024,
8331
8331
  "x-reconciled-from-discovery": true,
8332
- "x-reconciled-at": "2026-01-05T17:58:55.870131+00:00"
8332
+ "x-reconciled-at": "2026-01-05T18:29:14.171986+00:00"
8333
8333
  },
8334
8334
  "type": {
8335
8335
  "$ref": "#/components/schemas/shapedata_deliveryStatusType"
@@ -8407,7 +8407,7 @@
8407
8407
  },
8408
8408
  "x-original-maxLength": 1024,
8409
8409
  "x-reconciled-from-discovery": true,
8410
- "x-reconciled-at": "2026-01-05T17:58:55.870139+00:00"
8410
+ "x-reconciled-at": "2026-01-05T18:29:14.171995+00:00"
8411
8411
  }
8412
8412
  },
8413
8413
  "x-f5xc-minimum-configuration": {
@@ -8492,7 +8492,7 @@
8492
8492
  },
8493
8493
  "x-original-maxLength": 1024,
8494
8494
  "x-reconciled-from-discovery": true,
8495
- "x-reconciled-at": "2026-01-05T17:58:55.870147+00:00"
8495
+ "x-reconciled-at": "2026-01-05T18:29:14.172003+00:00"
8496
8496
  },
8497
8497
  "request_body": {
8498
8498
  "$ref": "#/components/schemas/protobufAny"
@@ -8571,7 +8571,7 @@
8571
8571
  },
8572
8572
  "x-original-maxLength": 1024,
8573
8573
  "x-reconciled-from-discovery": true,
8574
- "x-reconciled-at": "2026-01-05T17:58:55.870154+00:00"
8574
+ "x-reconciled-at": "2026-01-05T18:29:14.172010+00:00"
8575
8575
  },
8576
8576
  "ref_value": {
8577
8577
  "$ref": "#/components/schemas/schemaviewsObjectRefType"
@@ -8605,7 +8605,7 @@
8605
8605
  },
8606
8606
  "x-original-maxLength": 1024,
8607
8607
  "x-reconciled-from-discovery": true,
8608
- "x-reconciled-at": "2026-01-05T17:58:55.870161+00:00"
8608
+ "x-reconciled-at": "2026-01-05T18:29:14.172017+00:00"
8609
8609
  },
8610
8610
  "value": {
8611
8611
  "type": "string",
@@ -8622,7 +8622,7 @@
8622
8622
  },
8623
8623
  "x-original-maxLength": 1024,
8624
8624
  "x-reconciled-from-discovery": true,
8625
- "x-reconciled-at": "2026-01-05T17:58:55.870176+00:00"
8625
+ "x-reconciled-at": "2026-01-05T18:29:14.172021+00:00"
8626
8626
  }
8627
8627
  },
8628
8628
  "x-f5xc-minimum-configuration": {