@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": "Managed Kubernetes",
5
5
  "description": "Role-based access controls with cluster-scoped permissions and namespace bindings. Pod security admission levels enforce baseline, restricted, or privileged profiles. Container registry credentials support private image pulls across hybrid deployments. Policy rules define resource verbs, groups, and non-resource URL access patterns.",
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"
@@ -6022,7 +6022,7 @@
6022
6022
  },
6023
6023
  "x-original-maxLength": 1024,
6024
6024
  "x-reconciled-from-discovery": true,
6025
- "x-reconciled-at": "2026-01-05T17:58:51.788855+00:00"
6025
+ "x-reconciled-at": "2026-01-05T18:29:10.119745+00:00"
6026
6026
  },
6027
6027
  "namespace": {
6028
6028
  "type": "string",
@@ -6041,7 +6041,7 @@
6041
6041
  },
6042
6042
  "x-original-maxLength": 1024,
6043
6043
  "x-reconciled-from-discovery": true,
6044
- "x-reconciled-at": "2026-01-05T17:58:51.788862+00:00"
6044
+ "x-reconciled-at": "2026-01-05T18:29:10.119756+00:00"
6045
6045
  }
6046
6046
  },
6047
6047
  "x-f5xc-minimum-configuration": {
@@ -6139,7 +6139,7 @@
6139
6139
  "maxLength": 17,
6140
6140
  "minLength": 17,
6141
6141
  "x-reconciled-from-discovery": true,
6142
- "x-reconciled-at": "2026-01-05T17:58:51.788878+00:00"
6142
+ "x-reconciled-at": "2026-01-05T18:29:10.119772+00:00"
6143
6143
  },
6144
6144
  "system_metadata": {
6145
6145
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -6371,7 +6371,7 @@
6371
6371
  },
6372
6372
  "x-original-maxLength": 1024,
6373
6373
  "x-reconciled-from-discovery": true,
6374
- "x-reconciled-at": "2026-01-05T17:58:51.788898+00:00"
6374
+ "x-reconciled-at": "2026-01-05T18:29:10.119792+00:00"
6375
6375
  },
6376
6376
  "disabled": {
6377
6377
  "type": "boolean",
@@ -6421,7 +6421,7 @@
6421
6421
  },
6422
6422
  "x-original-maxLength": 1024,
6423
6423
  "x-reconciled-from-discovery": true,
6424
- "x-reconciled-at": "2026-01-05T17:58:51.788908+00:00"
6424
+ "x-reconciled-at": "2026-01-05T18:29:10.119803+00:00"
6425
6425
  },
6426
6426
  "namespace": {
6427
6427
  "type": "string",
@@ -6440,7 +6440,7 @@
6440
6440
  },
6441
6441
  "x-original-maxLength": 1024,
6442
6442
  "x-reconciled-from-discovery": true,
6443
- "x-reconciled-at": "2026-01-05T17:58:51.788913+00:00"
6443
+ "x-reconciled-at": "2026-01-05T18:29:10.119808+00:00"
6444
6444
  },
6445
6445
  "owner_view": {
6446
6446
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -6481,7 +6481,7 @@
6481
6481
  "x-field-mutability": "read-only",
6482
6482
  "x-original-maxLength": 1024,
6483
6483
  "x-reconciled-from-discovery": true,
6484
- "x-reconciled-at": "2026-01-05T17:58:51.788920+00:00"
6484
+ "x-reconciled-at": "2026-01-05T18:29:10.119816+00:00"
6485
6485
  },
6486
6486
  "uid": {
6487
6487
  "type": "string",
@@ -6502,7 +6502,7 @@
6502
6502
  "x-original-maxLength": 1024,
6503
6503
  "format": "uuid",
6504
6504
  "x-reconciled-from-discovery": true,
6505
- "x-reconciled-at": "2026-01-05T17:58:51.788926+00:00"
6505
+ "x-reconciled-at": "2026-01-05T18:29:10.119822+00:00"
6506
6506
  }
6507
6507
  },
6508
6508
  "x-f5xc-minimum-configuration": {
@@ -6751,7 +6751,7 @@
6751
6751
  },
6752
6752
  "x-original-maxLength": 1024,
6753
6753
  "x-reconciled-from-discovery": true,
6754
- "x-reconciled-at": "2026-01-05T17:58:51.788946+00:00"
6754
+ "x-reconciled-at": "2026-01-05T18:29:10.119844+00:00"
6755
6755
  }
6756
6756
  },
6757
6757
  "x-f5xc-minimum-configuration": {
@@ -6817,7 +6817,7 @@
6817
6817
  },
6818
6818
  "x-original-maxLength": 1024,
6819
6819
  "x-reconciled-from-discovery": true,
6820
- "x-reconciled-at": "2026-01-05T17:58:51.788953+00:00"
6820
+ "x-reconciled-at": "2026-01-05T18:29:10.119852+00:00"
6821
6821
  },
6822
6822
  "store_provider": {
6823
6823
  "type": "string",
@@ -6875,7 +6875,7 @@
6875
6875
  },
6876
6876
  "x-original-maxLength": 1024,
6877
6877
  "x-reconciled-from-discovery": true,
6878
- "x-reconciled-at": "2026-01-05T17:58:51.788959+00:00"
6878
+ "x-reconciled-at": "2026-01-05T18:29:10.119859+00:00"
6879
6879
  },
6880
6880
  "url": {
6881
6881
  "type": "string",
@@ -6972,7 +6972,7 @@
6972
6972
  },
6973
6973
  "x-original-maxLength": 1024,
6974
6974
  "x-reconciled-from-discovery": true,
6975
- "x-reconciled-at": "2026-01-05T17:58:51.788968+00:00"
6975
+ "x-reconciled-at": "2026-01-05T18:29:10.119868+00:00"
6976
6976
  },
6977
6977
  "service_name": {
6978
6978
  "type": "string",
@@ -7011,7 +7011,7 @@
7011
7011
  },
7012
7012
  "x-original-maxLength": 1024,
7013
7013
  "x-reconciled-from-discovery": true,
7014
- "x-reconciled-at": "2026-01-05T17:58:51.788973+00:00"
7014
+ "x-reconciled-at": "2026-01-05T18:29:10.119874+00:00"
7015
7015
  },
7016
7016
  "type": {
7017
7017
  "type": "string",
@@ -7148,7 +7148,7 @@
7148
7148
  },
7149
7149
  "x-original-maxLength": 1024,
7150
7150
  "x-reconciled-from-discovery": true,
7151
- "x-reconciled-at": "2026-01-05T17:58:51.788984+00:00"
7151
+ "x-reconciled-at": "2026-01-05T18:29:10.119885+00:00"
7152
7152
  }
7153
7153
  },
7154
7154
  "x-f5xc-minimum-configuration": {
@@ -7257,7 +7257,7 @@
7257
7257
  },
7258
7258
  "x-original-maxLength": 1200,
7259
7259
  "x-reconciled-from-discovery": true,
7260
- "x-reconciled-at": "2026-01-05T17:58:51.788994+00:00"
7260
+ "x-reconciled-at": "2026-01-05T18:29:10.119895+00:00"
7261
7261
  },
7262
7262
  "disable": {
7263
7263
  "type": "boolean",
@@ -7310,7 +7310,7 @@
7310
7310
  },
7311
7311
  "x-original-maxLength": 1024,
7312
7312
  "x-reconciled-from-discovery": true,
7313
- "x-reconciled-at": "2026-01-05T17:58:51.789001+00:00"
7313
+ "x-reconciled-at": "2026-01-05T18:29:10.119903+00:00"
7314
7314
  },
7315
7315
  "namespace": {
7316
7316
  "type": "string",
@@ -7329,7 +7329,7 @@
7329
7329
  },
7330
7330
  "x-original-maxLength": 1024,
7331
7331
  "x-reconciled-from-discovery": true,
7332
- "x-reconciled-at": "2026-01-05T17:58:51.789006+00:00"
7332
+ "x-reconciled-at": "2026-01-05T18:29:10.119907+00:00"
7333
7333
  }
7334
7334
  },
7335
7335
  "x-f5xc-minimum-configuration": {
@@ -7405,7 +7405,7 @@
7405
7405
  },
7406
7406
  "x-original-maxLength": 1200,
7407
7407
  "x-reconciled-from-discovery": true,
7408
- "x-reconciled-at": "2026-01-05T17:58:51.789013+00:00"
7408
+ "x-reconciled-at": "2026-01-05T18:29:10.119914+00:00"
7409
7409
  },
7410
7410
  "disable": {
7411
7411
  "type": "boolean",
@@ -7460,7 +7460,7 @@
7460
7460
  },
7461
7461
  "x-original-maxLength": 1024,
7462
7462
  "x-reconciled-from-discovery": true,
7463
- "x-reconciled-at": "2026-01-05T17:58:51.789020+00:00"
7463
+ "x-reconciled-at": "2026-01-05T18:29:10.119921+00:00"
7464
7464
  },
7465
7465
  "namespace": {
7466
7466
  "type": "string",
@@ -7479,7 +7479,7 @@
7479
7479
  },
7480
7480
  "x-original-maxLength": 1024,
7481
7481
  "x-reconciled-from-discovery": true,
7482
- "x-reconciled-at": "2026-01-05T17:58:51.789024+00:00"
7482
+ "x-reconciled-at": "2026-01-05T18:29:10.119925+00:00"
7483
7483
  }
7484
7484
  },
7485
7485
  "x-f5xc-minimum-configuration": {
@@ -7524,7 +7524,7 @@
7524
7524
  "readOnly": true,
7525
7525
  "x-original-maxLength": 1024,
7526
7526
  "x-reconciled-from-discovery": true,
7527
- "x-reconciled-at": "2026-01-05T17:58:51.789029+00:00"
7527
+ "x-reconciled-at": "2026-01-05T18:29:10.119930+00:00"
7528
7528
  },
7529
7529
  "name": {
7530
7530
  "type": "string",
@@ -7543,7 +7543,7 @@
7543
7543
  },
7544
7544
  "x-original-maxLength": 1024,
7545
7545
  "x-reconciled-from-discovery": true,
7546
- "x-reconciled-at": "2026-01-05T17:58:51.789033+00:00"
7546
+ "x-reconciled-at": "2026-01-05T18:29:10.119934+00:00"
7547
7547
  },
7548
7548
  "namespace": {
7549
7549
  "type": "string",
@@ -7562,7 +7562,7 @@
7562
7562
  },
7563
7563
  "x-original-maxLength": 1024,
7564
7564
  "x-reconciled-from-discovery": true,
7565
- "x-reconciled-at": "2026-01-05T17:58:51.789037+00:00"
7565
+ "x-reconciled-at": "2026-01-05T18:29:10.119938+00:00"
7566
7566
  },
7567
7567
  "tenant": {
7568
7568
  "type": "string",
@@ -7583,7 +7583,7 @@
7583
7583
  "x-field-mutability": "read-only",
7584
7584
  "x-original-maxLength": 1024,
7585
7585
  "x-reconciled-from-discovery": true,
7586
- "x-reconciled-at": "2026-01-05T17:58:51.789041+00:00"
7586
+ "x-reconciled-at": "2026-01-05T18:29:10.119942+00:00"
7587
7587
  },
7588
7588
  "uid": {
7589
7589
  "type": "string",
@@ -7605,7 +7605,7 @@
7605
7605
  "x-original-maxLength": 1024,
7606
7606
  "format": "uuid",
7607
7607
  "x-reconciled-from-discovery": true,
7608
- "x-reconciled-at": "2026-01-05T17:58:51.789047+00:00"
7608
+ "x-reconciled-at": "2026-01-05T18:29:10.119948+00:00"
7609
7609
  }
7610
7610
  },
7611
7611
  "x-f5xc-minimum-configuration": {
@@ -7680,7 +7680,7 @@
7680
7680
  },
7681
7681
  "x-original-maxLength": 1200,
7682
7682
  "x-reconciled-from-discovery": true,
7683
- "x-reconciled-at": "2026-01-05T17:58:51.789054+00:00"
7683
+ "x-reconciled-at": "2026-01-05T18:29:10.119955+00:00"
7684
7684
  },
7685
7685
  "disable": {
7686
7686
  "type": "boolean",
@@ -7733,7 +7733,7 @@
7733
7733
  },
7734
7734
  "x-original-maxLength": 1024,
7735
7735
  "x-reconciled-from-discovery": true,
7736
- "x-reconciled-at": "2026-01-05T17:58:51.789061+00:00"
7736
+ "x-reconciled-at": "2026-01-05T18:29:10.119963+00:00"
7737
7737
  },
7738
7738
  "namespace": {
7739
7739
  "type": "string",
@@ -7752,7 +7752,7 @@
7752
7752
  },
7753
7753
  "x-original-maxLength": 1024,
7754
7754
  "x-reconciled-from-discovery": true,
7755
- "x-reconciled-at": "2026-01-05T17:58:51.789065+00:00"
7755
+ "x-reconciled-at": "2026-01-05T18:29:10.119967+00:00"
7756
7756
  }
7757
7757
  },
7758
7758
  "x-f5xc-minimum-configuration": {
@@ -7913,7 +7913,7 @@
7913
7913
  "x-original-maxLength": 1024,
7914
7914
  "format": "uuid",
7915
7915
  "x-reconciled-from-discovery": true,
7916
- "x-reconciled-at": "2026-01-05T17:58:51.789080+00:00"
7916
+ "x-reconciled-at": "2026-01-05T18:29:10.119983+00:00"
7917
7917
  },
7918
7918
  "vtrp_id": {
7919
7919
  "type": "string",
@@ -8025,7 +8025,7 @@
8025
8025
  },
8026
8026
  "x-original-maxLength": 1024,
8027
8027
  "x-reconciled-from-discovery": true,
8028
- "x-reconciled-at": "2026-01-05T17:58:51.789090+00:00"
8028
+ "x-reconciled-at": "2026-01-05T18:29:10.119993+00:00"
8029
8029
  },
8030
8030
  "status": {
8031
8031
  "type": "string",
@@ -8044,7 +8044,7 @@
8044
8044
  },
8045
8045
  "x-original-maxLength": 1024,
8046
8046
  "x-reconciled-from-discovery": true,
8047
- "x-reconciled-at": "2026-01-05T17:58:51.789095+00:00"
8047
+ "x-reconciled-at": "2026-01-05T18:29:10.119997+00:00"
8048
8048
  }
8049
8049
  },
8050
8050
  "x-f5xc-minimum-configuration": {
@@ -8222,7 +8222,7 @@
8222
8222
  "x-field-mutability": "read-only",
8223
8223
  "x-original-maxLength": 1024,
8224
8224
  "x-reconciled-from-discovery": true,
8225
- "x-reconciled-at": "2026-01-05T17:58:51.789114+00:00"
8225
+ "x-reconciled-at": "2026-01-05T18:29:10.120016+00:00"
8226
8226
  },
8227
8227
  "uid": {
8228
8228
  "type": "string",
@@ -8243,7 +8243,7 @@
8243
8243
  "x-original-maxLength": 1024,
8244
8244
  "format": "uuid",
8245
8245
  "x-reconciled-from-discovery": true,
8246
- "x-reconciled-at": "2026-01-05T17:58:51.789119+00:00"
8246
+ "x-reconciled-at": "2026-01-05T18:29:10.120021+00:00"
8247
8247
  }
8248
8248
  },
8249
8249
  "x-f5xc-minimum-configuration": {
@@ -8289,7 +8289,7 @@
8289
8289
  },
8290
8290
  "x-original-maxLength": 1024,
8291
8291
  "x-reconciled-from-discovery": true,
8292
- "x-reconciled-at": "2026-01-05T17:58:51.789124+00:00"
8292
+ "x-reconciled-at": "2026-01-05T18:29:10.120026+00:00"
8293
8293
  },
8294
8294
  "location": {
8295
8295
  "type": "string",
@@ -8306,7 +8306,7 @@
8306
8306
  },
8307
8307
  "x-original-maxLength": 1024,
8308
8308
  "x-reconciled-from-discovery": true,
8309
- "x-reconciled-at": "2026-01-05T17:58:51.789128+00:00"
8309
+ "x-reconciled-at": "2026-01-05T18:29:10.120030+00:00"
8310
8310
  },
8311
8311
  "provider": {
8312
8312
  "type": "string",
@@ -8323,7 +8323,7 @@
8323
8323
  },
8324
8324
  "x-original-maxLength": 1024,
8325
8325
  "x-reconciled-from-discovery": true,
8326
- "x-reconciled-at": "2026-01-05T17:58:51.789132+00:00"
8326
+ "x-reconciled-at": "2026-01-05T18:29:10.120047+00:00"
8327
8327
  },
8328
8328
  "secret_encoding": {
8329
8329
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -8345,7 +8345,7 @@
8345
8345
  "maxLength": 1,
8346
8346
  "minLength": 1,
8347
8347
  "x-reconciled-from-discovery": true,
8348
- "x-reconciled-at": "2026-01-05T17:58:51.789138+00:00"
8348
+ "x-reconciled-at": "2026-01-05T18:29:10.120054+00:00"
8349
8349
  }
8350
8350
  },
8351
8351
  "x-f5xc-minimum-configuration": {
@@ -8388,7 +8388,7 @@
8388
8388
  },
8389
8389
  "x-original-maxLength": 1024,
8390
8390
  "x-reconciled-from-discovery": true,
8391
- "x-reconciled-at": "2026-01-05T17:58:51.789143+00:00"
8391
+ "x-reconciled-at": "2026-01-05T18:29:10.120059+00:00"
8392
8392
  },
8393
8393
  "name": {
8394
8394
  "type": "string",
@@ -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:51.789148+00:00"
8410
+ "x-reconciled-at": "2026-01-05T18:29:10.120063+00:00"
8411
8411
  },
8412
8412
  "namespace": {
8413
8413
  "type": "string",
@@ -8426,7 +8426,7 @@
8426
8426
  },
8427
8427
  "x-original-maxLength": 1024,
8428
8428
  "x-reconciled-from-discovery": true,
8429
- "x-reconciled-at": "2026-01-05T17:58:51.789152+00:00"
8429
+ "x-reconciled-at": "2026-01-05T18:29:10.120068+00:00"
8430
8430
  },
8431
8431
  "uid": {
8432
8432
  "type": "string",
@@ -8447,7 +8447,7 @@
8447
8447
  "x-original-maxLength": 1024,
8448
8448
  "format": "uuid",
8449
8449
  "x-reconciled-from-discovery": true,
8450
- "x-reconciled-at": "2026-01-05T17:58:51.789157+00:00"
8450
+ "x-reconciled-at": "2026-01-05T18:29:10.120073+00:00"
8451
8451
  }
8452
8452
  },
8453
8453
  "x-f5xc-minimum-configuration": {
@@ -8485,7 +8485,7 @@
8485
8485
  },
8486
8486
  "x-original-maxLength": 1024,
8487
8487
  "x-reconciled-from-discovery": true,
8488
- "x-reconciled-at": "2026-01-05T17:58:51.789161+00:00"
8488
+ "x-reconciled-at": "2026-01-05T18:29:10.120078+00:00"
8489
8489
  }
8490
8490
  },
8491
8491
  "x-f5xc-minimum-configuration": {
@@ -8642,7 +8642,7 @@
8642
8642
  },
8643
8643
  "x-original-maxLength": 1024,
8644
8644
  "x-reconciled-from-discovery": true,
8645
- "x-reconciled-at": "2026-01-05T17:59:11.493775+00:00"
8645
+ "x-reconciled-at": "2026-01-05T18:29:29.826016+00:00"
8646
8646
  },
8647
8647
  "namespace": {
8648
8648
  "type": "string",
@@ -8661,7 +8661,7 @@
8661
8661
  },
8662
8662
  "x-original-maxLength": 1024,
8663
8663
  "x-reconciled-from-discovery": true,
8664
- "x-reconciled-at": "2026-01-05T17:59:11.493781+00:00"
8664
+ "x-reconciled-at": "2026-01-05T18:29:29.826023+00:00"
8665
8665
  }
8666
8666
  },
8667
8667
  "x-f5xc-minimum-configuration": {
@@ -8759,7 +8759,7 @@
8759
8759
  "maxLength": 17,
8760
8760
  "minLength": 17,
8761
8761
  "x-reconciled-from-discovery": true,
8762
- "x-reconciled-at": "2026-01-05T17:59:11.493797+00:00"
8762
+ "x-reconciled-at": "2026-01-05T18:29:29.826050+00:00"
8763
8763
  },
8764
8764
  "system_metadata": {
8765
8765
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -8944,7 +8944,7 @@
8944
8944
  },
8945
8945
  "x-original-maxLength": 1024,
8946
8946
  "x-reconciled-from-discovery": true,
8947
- "x-reconciled-at": "2026-01-05T17:59:11.493814+00:00"
8947
+ "x-reconciled-at": "2026-01-05T18:29:29.826068+00:00"
8948
8948
  },
8949
8949
  "disabled": {
8950
8950
  "type": "boolean",
@@ -8994,7 +8994,7 @@
8994
8994
  },
8995
8995
  "x-original-maxLength": 1024,
8996
8996
  "x-reconciled-from-discovery": true,
8997
- "x-reconciled-at": "2026-01-05T17:59:11.493825+00:00"
8997
+ "x-reconciled-at": "2026-01-05T18:29:29.826078+00:00"
8998
8998
  },
8999
8999
  "namespace": {
9000
9000
  "type": "string",
@@ -9013,7 +9013,7 @@
9013
9013
  },
9014
9014
  "x-original-maxLength": 1024,
9015
9015
  "x-reconciled-from-discovery": true,
9016
- "x-reconciled-at": "2026-01-05T17:59:11.493829+00:00"
9016
+ "x-reconciled-at": "2026-01-05T18:29:29.826083+00:00"
9017
9017
  },
9018
9018
  "owner_view": {
9019
9019
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -9054,7 +9054,7 @@
9054
9054
  "x-field-mutability": "read-only",
9055
9055
  "x-original-maxLength": 1024,
9056
9056
  "x-reconciled-from-discovery": true,
9057
- "x-reconciled-at": "2026-01-05T17:59:11.493837+00:00"
9057
+ "x-reconciled-at": "2026-01-05T18:29:29.826090+00:00"
9058
9058
  },
9059
9059
  "uid": {
9060
9060
  "type": "string",
@@ -9075,7 +9075,7 @@
9075
9075
  "x-original-maxLength": 1024,
9076
9076
  "format": "uuid",
9077
9077
  "x-reconciled-from-discovery": true,
9078
- "x-reconciled-at": "2026-01-05T17:59:11.493842+00:00"
9078
+ "x-reconciled-at": "2026-01-05T18:29:29.826096+00:00"
9079
9079
  }
9080
9080
  },
9081
9081
  "x-f5xc-minimum-configuration": {
@@ -9653,7 +9653,7 @@
9653
9653
  "readOnly": true,
9654
9654
  "x-original-maxLength": 1024,
9655
9655
  "x-reconciled-from-discovery": true,
9656
- "x-reconciled-at": "2026-01-05T17:59:11.828749+00:00"
9656
+ "x-reconciled-at": "2026-01-05T18:29:30.162377+00:00"
9657
9657
  },
9658
9658
  "name": {
9659
9659
  "type": "string",
@@ -9672,7 +9672,7 @@
9672
9672
  },
9673
9673
  "x-original-maxLength": 1024,
9674
9674
  "x-reconciled-from-discovery": true,
9675
- "x-reconciled-at": "2026-01-05T17:59:11.828756+00:00"
9675
+ "x-reconciled-at": "2026-01-05T18:29:30.162384+00:00"
9676
9676
  },
9677
9677
  "namespace": {
9678
9678
  "type": "string",
@@ -9691,7 +9691,7 @@
9691
9691
  },
9692
9692
  "x-original-maxLength": 1024,
9693
9693
  "x-reconciled-from-discovery": true,
9694
- "x-reconciled-at": "2026-01-05T17:59:11.828761+00:00"
9694
+ "x-reconciled-at": "2026-01-05T18:29:30.162389+00:00"
9695
9695
  },
9696
9696
  "tenant": {
9697
9697
  "type": "string",
@@ -9712,7 +9712,7 @@
9712
9712
  "x-field-mutability": "read-only",
9713
9713
  "x-original-maxLength": 1024,
9714
9714
  "x-reconciled-from-discovery": true,
9715
- "x-reconciled-at": "2026-01-05T17:59:11.828766+00:00"
9715
+ "x-reconciled-at": "2026-01-05T18:29:30.162394+00:00"
9716
9716
  },
9717
9717
  "uid": {
9718
9718
  "type": "string",
@@ -9734,7 +9734,7 @@
9734
9734
  "x-original-maxLength": 1024,
9735
9735
  "format": "uuid",
9736
9736
  "x-reconciled-from-discovery": true,
9737
- "x-reconciled-at": "2026-01-05T17:59:11.828771+00:00"
9737
+ "x-reconciled-at": "2026-01-05T18:29:30.162400+00:00"
9738
9738
  }
9739
9739
  },
9740
9740
  "x-f5xc-minimum-configuration": {
@@ -9898,7 +9898,7 @@
9898
9898
  },
9899
9899
  "x-original-maxLength": 1024,
9900
9900
  "x-reconciled-from-discovery": true,
9901
- "x-reconciled-at": "2026-01-05T17:59:11.828790+00:00"
9901
+ "x-reconciled-at": "2026-01-05T18:29:30.162418+00:00"
9902
9902
  },
9903
9903
  "namespace": {
9904
9904
  "type": "string",
@@ -9917,7 +9917,7 @@
9917
9917
  },
9918
9918
  "x-original-maxLength": 1024,
9919
9919
  "x-reconciled-from-discovery": true,
9920
- "x-reconciled-at": "2026-01-05T17:59:11.828794+00:00"
9920
+ "x-reconciled-at": "2026-01-05T18:29:30.162423+00:00"
9921
9921
  }
9922
9922
  },
9923
9923
  "x-f5xc-minimum-configuration": {
@@ -10015,7 +10015,7 @@
10015
10015
  "maxLength": 17,
10016
10016
  "minLength": 17,
10017
10017
  "x-reconciled-from-discovery": true,
10018
- "x-reconciled-at": "2026-01-05T17:59:11.828808+00:00"
10018
+ "x-reconciled-at": "2026-01-05T18:29:30.162438+00:00"
10019
10019
  },
10020
10020
  "system_metadata": {
10021
10021
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -10203,7 +10203,7 @@
10203
10203
  },
10204
10204
  "x-original-maxLength": 1024,
10205
10205
  "x-reconciled-from-discovery": true,
10206
- "x-reconciled-at": "2026-01-05T17:59:11.828823+00:00"
10206
+ "x-reconciled-at": "2026-01-05T18:29:30.162453+00:00"
10207
10207
  },
10208
10208
  "disabled": {
10209
10209
  "type": "boolean",
@@ -10253,7 +10253,7 @@
10253
10253
  },
10254
10254
  "x-original-maxLength": 1024,
10255
10255
  "x-reconciled-from-discovery": true,
10256
- "x-reconciled-at": "2026-01-05T17:59:11.828833+00:00"
10256
+ "x-reconciled-at": "2026-01-05T18:29:30.162463+00:00"
10257
10257
  },
10258
10258
  "namespace": {
10259
10259
  "type": "string",
@@ -10272,7 +10272,7 @@
10272
10272
  },
10273
10273
  "x-original-maxLength": 1024,
10274
10274
  "x-reconciled-from-discovery": true,
10275
- "x-reconciled-at": "2026-01-05T17:59:11.828837+00:00"
10275
+ "x-reconciled-at": "2026-01-05T18:29:30.162468+00:00"
10276
10276
  },
10277
10277
  "owner_view": {
10278
10278
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -10313,7 +10313,7 @@
10313
10313
  "x-field-mutability": "read-only",
10314
10314
  "x-original-maxLength": 1024,
10315
10315
  "x-reconciled-from-discovery": true,
10316
- "x-reconciled-at": "2026-01-05T17:59:11.828845+00:00"
10316
+ "x-reconciled-at": "2026-01-05T18:29:30.162476+00:00"
10317
10317
  },
10318
10318
  "uid": {
10319
10319
  "type": "string",
@@ -10334,7 +10334,7 @@
10334
10334
  "x-original-maxLength": 1024,
10335
10335
  "format": "uuid",
10336
10336
  "x-reconciled-from-discovery": true,
10337
- "x-reconciled-at": "2026-01-05T17:59:11.828851+00:00"
10337
+ "x-reconciled-at": "2026-01-05T18:29:30.162481+00:00"
10338
10338
  }
10339
10339
  },
10340
10340
  "x-f5xc-minimum-configuration": {
@@ -10488,7 +10488,7 @@
10488
10488
  },
10489
10489
  "x-original-maxLength": 64,
10490
10490
  "x-reconciled-from-discovery": true,
10491
- "x-reconciled-at": "2026-01-05T17:59:11.828862+00:00"
10491
+ "x-reconciled-at": "2026-01-05T18:29:30.162493+00:00"
10492
10492
  },
10493
10493
  "namespace": {
10494
10494
  "type": "string",
@@ -10518,7 +10518,7 @@
10518
10518
  },
10519
10519
  "x-original-maxLength": 64,
10520
10520
  "x-reconciled-from-discovery": true,
10521
- "x-reconciled-at": "2026-01-05T17:59:11.828867+00:00"
10521
+ "x-reconciled-at": "2026-01-05T18:29:30.162497+00:00"
10522
10522
  }
10523
10523
  },
10524
10524
  "x-f5xc-minimum-configuration": {
@@ -10698,7 +10698,7 @@
10698
10698
  },
10699
10699
  "x-original-maxLength": 128,
10700
10700
  "x-reconciled-from-discovery": true,
10701
- "x-reconciled-at": "2026-01-05T17:59:11.829031+00:00"
10701
+ "x-reconciled-at": "2026-01-05T18:29:30.162666+00:00"
10702
10702
  },
10703
10703
  "namespace": {
10704
10704
  "type": "string",
@@ -10723,7 +10723,7 @@
10723
10723
  },
10724
10724
  "x-original-maxLength": 64,
10725
10725
  "x-reconciled-from-discovery": true,
10726
- "x-reconciled-at": "2026-01-05T17:59:11.829035+00:00"
10726
+ "x-reconciled-at": "2026-01-05T18:29:30.162670+00:00"
10727
10727
  },
10728
10728
  "tenant": {
10729
10729
  "type": "string",
@@ -10750,7 +10750,7 @@
10750
10750
  "x-field-mutability": "read-only",
10751
10751
  "x-original-maxLength": 64,
10752
10752
  "x-reconciled-from-discovery": true,
10753
- "x-reconciled-at": "2026-01-05T17:59:11.829039+00:00"
10753
+ "x-reconciled-at": "2026-01-05T18:29:30.162673+00:00"
10754
10754
  }
10755
10755
  },
10756
10756
  "x-f5xc-minimum-configuration": {
@@ -10924,7 +10924,7 @@
10924
10924
  },
10925
10925
  "x-original-maxLength": 1024,
10926
10926
  "x-reconciled-from-discovery": true,
10927
- "x-reconciled-at": "2026-01-05T17:59:12.152068+00:00"
10927
+ "x-reconciled-at": "2026-01-05T18:29:30.488996+00:00"
10928
10928
  },
10929
10929
  "namespace": {
10930
10930
  "type": "string",
@@ -10943,7 +10943,7 @@
10943
10943
  },
10944
10944
  "x-original-maxLength": 1024,
10945
10945
  "x-reconciled-from-discovery": true,
10946
- "x-reconciled-at": "2026-01-05T17:59:12.152073+00:00"
10946
+ "x-reconciled-at": "2026-01-05T18:29:30.489001+00:00"
10947
10947
  }
10948
10948
  },
10949
10949
  "x-f5xc-minimum-configuration": {
@@ -11041,7 +11041,7 @@
11041
11041
  "maxLength": 17,
11042
11042
  "minLength": 17,
11043
11043
  "x-reconciled-from-discovery": true,
11044
- "x-reconciled-at": "2026-01-05T17:59:12.152087+00:00"
11044
+ "x-reconciled-at": "2026-01-05T18:29:30.489016+00:00"
11045
11045
  },
11046
11046
  "system_metadata": {
11047
11047
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -11225,7 +11225,7 @@
11225
11225
  },
11226
11226
  "x-original-maxLength": 1024,
11227
11227
  "x-reconciled-from-discovery": true,
11228
- "x-reconciled-at": "2026-01-05T17:59:12.152101+00:00"
11228
+ "x-reconciled-at": "2026-01-05T18:29:30.489030+00:00"
11229
11229
  },
11230
11230
  "disabled": {
11231
11231
  "type": "boolean",
@@ -11275,7 +11275,7 @@
11275
11275
  },
11276
11276
  "x-original-maxLength": 1024,
11277
11277
  "x-reconciled-from-discovery": true,
11278
- "x-reconciled-at": "2026-01-05T17:59:12.152111+00:00"
11278
+ "x-reconciled-at": "2026-01-05T18:29:30.489058+00:00"
11279
11279
  },
11280
11280
  "namespace": {
11281
11281
  "type": "string",
@@ -11294,7 +11294,7 @@
11294
11294
  },
11295
11295
  "x-original-maxLength": 1024,
11296
11296
  "x-reconciled-from-discovery": true,
11297
- "x-reconciled-at": "2026-01-05T17:59:12.152115+00:00"
11297
+ "x-reconciled-at": "2026-01-05T18:29:30.489063+00:00"
11298
11298
  },
11299
11299
  "owner_view": {
11300
11300
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -11335,7 +11335,7 @@
11335
11335
  "x-field-mutability": "read-only",
11336
11336
  "x-original-maxLength": 1024,
11337
11337
  "x-reconciled-from-discovery": true,
11338
- "x-reconciled-at": "2026-01-05T17:59:12.152122+00:00"
11338
+ "x-reconciled-at": "2026-01-05T18:29:30.489072+00:00"
11339
11339
  },
11340
11340
  "uid": {
11341
11341
  "type": "string",
@@ -11356,7 +11356,7 @@
11356
11356
  "x-original-maxLength": 1024,
11357
11357
  "format": "uuid",
11358
11358
  "x-reconciled-from-discovery": true,
11359
- "x-reconciled-at": "2026-01-05T17:59:12.152127+00:00"
11359
+ "x-reconciled-at": "2026-01-05T18:29:30.489078+00:00"
11360
11360
  }
11361
11361
  },
11362
11362
  "x-f5xc-minimum-configuration": {
@@ -11762,7 +11762,7 @@
11762
11762
  },
11763
11763
  "x-original-maxLength": 1024,
11764
11764
  "x-reconciled-from-discovery": true,
11765
- "x-reconciled-at": "2026-01-05T17:59:12.508978+00:00"
11765
+ "x-reconciled-at": "2026-01-05T18:29:30.849654+00:00"
11766
11766
  },
11767
11767
  "namespace": {
11768
11768
  "type": "string",
@@ -11781,7 +11781,7 @@
11781
11781
  },
11782
11782
  "x-original-maxLength": 1024,
11783
11783
  "x-reconciled-from-discovery": true,
11784
- "x-reconciled-at": "2026-01-05T17:59:12.508985+00:00"
11784
+ "x-reconciled-at": "2026-01-05T18:29:30.849661+00:00"
11785
11785
  }
11786
11786
  },
11787
11787
  "x-f5xc-minimum-configuration": {
@@ -11879,7 +11879,7 @@
11879
11879
  "maxLength": 17,
11880
11880
  "minLength": 17,
11881
11881
  "x-reconciled-from-discovery": true,
11882
- "x-reconciled-at": "2026-01-05T17:59:12.509001+00:00"
11882
+ "x-reconciled-at": "2026-01-05T18:29:30.849677+00:00"
11883
11883
  },
11884
11884
  "system_metadata": {
11885
11885
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -12266,7 +12266,7 @@
12266
12266
  },
12267
12267
  "x-original-maxLength": 1024,
12268
12268
  "x-reconciled-from-discovery": true,
12269
- "x-reconciled-at": "2026-01-05T17:59:12.509027+00:00"
12269
+ "x-reconciled-at": "2026-01-05T18:29:30.849703+00:00"
12270
12270
  },
12271
12271
  "disabled": {
12272
12272
  "type": "boolean",
@@ -12316,7 +12316,7 @@
12316
12316
  },
12317
12317
  "x-original-maxLength": 1024,
12318
12318
  "x-reconciled-from-discovery": true,
12319
- "x-reconciled-at": "2026-01-05T17:59:12.509037+00:00"
12319
+ "x-reconciled-at": "2026-01-05T18:29:30.849715+00:00"
12320
12320
  },
12321
12321
  "namespace": {
12322
12322
  "type": "string",
@@ -12335,7 +12335,7 @@
12335
12335
  },
12336
12336
  "x-original-maxLength": 1024,
12337
12337
  "x-reconciled-from-discovery": true,
12338
- "x-reconciled-at": "2026-01-05T17:59:12.509041+00:00"
12338
+ "x-reconciled-at": "2026-01-05T18:29:30.849720+00:00"
12339
12339
  },
12340
12340
  "owner_view": {
12341
12341
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -12376,7 +12376,7 @@
12376
12376
  "x-field-mutability": "read-only",
12377
12377
  "x-original-maxLength": 1024,
12378
12378
  "x-reconciled-from-discovery": true,
12379
- "x-reconciled-at": "2026-01-05T17:59:12.509049+00:00"
12379
+ "x-reconciled-at": "2026-01-05T18:29:30.849728+00:00"
12380
12380
  },
12381
12381
  "uid": {
12382
12382
  "type": "string",
@@ -12397,7 +12397,7 @@
12397
12397
  "x-original-maxLength": 1024,
12398
12398
  "format": "uuid",
12399
12399
  "x-reconciled-from-discovery": true,
12400
- "x-reconciled-at": "2026-01-05T17:59:12.509055+00:00"
12400
+ "x-reconciled-at": "2026-01-05T18:29:30.849735+00:00"
12401
12401
  }
12402
12402
  },
12403
12403
  "x-f5xc-minimum-configuration": {