@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": "Network",
5
5
  "description": "Routing table manipulation via peer state machines and path selection algorithms. Secure conduits between locations using IKE handshakes, cipher suites, and key exchanges. Segment attachments bridge hybrid topologies spanning cloud providers and on-premises infrastructure. SRv6 addressing, CIDR block matching, and advertisement controls direct traffic flows across distributed deployments with granular policy enforcement.",
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"
@@ -22842,7 +22842,7 @@
22842
22842
  },
22843
22843
  "x-original-maxLength": 1024,
22844
22844
  "x-reconciled-from-discovery": true,
22845
- "x-reconciled-at": "2026-01-05T17:58:21.184924+00:00"
22845
+ "x-reconciled-at": "2026-01-05T18:28:39.829623+00:00"
22846
22846
  },
22847
22847
  "namespace": {
22848
22848
  "type": "string",
@@ -22861,7 +22861,7 @@
22861
22861
  },
22862
22862
  "x-original-maxLength": 1024,
22863
22863
  "x-reconciled-from-discovery": true,
22864
- "x-reconciled-at": "2026-01-05T17:58:21.184931+00:00"
22864
+ "x-reconciled-at": "2026-01-05T18:28:39.829630+00:00"
22865
22865
  }
22866
22866
  },
22867
22867
  "x-f5xc-minimum-configuration": {
@@ -22956,7 +22956,7 @@
22956
22956
  "maxLength": 17,
22957
22957
  "minLength": 17,
22958
22958
  "x-reconciled-from-discovery": true,
22959
- "x-reconciled-at": "2026-01-05T17:58:21.184946+00:00"
22959
+ "x-reconciled-at": "2026-01-05T18:28:39.829644+00:00"
22960
22960
  },
22961
22961
  "system_metadata": {
22962
22962
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -23148,7 +23148,7 @@
23148
23148
  },
23149
23149
  "x-original-maxLength": 1024,
23150
23150
  "x-reconciled-from-discovery": true,
23151
- "x-reconciled-at": "2026-01-05T17:58:21.185299+00:00"
23151
+ "x-reconciled-at": "2026-01-05T18:28:39.829661+00:00"
23152
23152
  },
23153
23153
  "disabled": {
23154
23154
  "type": "boolean",
@@ -23198,7 +23198,7 @@
23198
23198
  },
23199
23199
  "x-original-maxLength": 1024,
23200
23200
  "x-reconciled-from-discovery": true,
23201
- "x-reconciled-at": "2026-01-05T17:58:21.185313+00:00"
23201
+ "x-reconciled-at": "2026-01-05T18:28:39.829671+00:00"
23202
23202
  },
23203
23203
  "namespace": {
23204
23204
  "type": "string",
@@ -23217,7 +23217,7 @@
23217
23217
  },
23218
23218
  "x-original-maxLength": 1024,
23219
23219
  "x-reconciled-from-discovery": true,
23220
- "x-reconciled-at": "2026-01-05T17:58:21.185318+00:00"
23220
+ "x-reconciled-at": "2026-01-05T18:28:39.829675+00:00"
23221
23221
  },
23222
23222
  "owner_view": {
23223
23223
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -23258,7 +23258,7 @@
23258
23258
  "x-field-mutability": "read-only",
23259
23259
  "x-original-maxLength": 1024,
23260
23260
  "x-reconciled-from-discovery": true,
23261
- "x-reconciled-at": "2026-01-05T17:58:21.185326+00:00"
23261
+ "x-reconciled-at": "2026-01-05T18:28:39.829683+00:00"
23262
23262
  },
23263
23263
  "uid": {
23264
23264
  "type": "string",
@@ -23279,7 +23279,7 @@
23279
23279
  "x-original-maxLength": 1024,
23280
23280
  "format": "uuid",
23281
23281
  "x-reconciled-from-discovery": true,
23282
- "x-reconciled-at": "2026-01-05T17:58:21.185332+00:00"
23282
+ "x-reconciled-at": "2026-01-05T18:28:39.829689+00:00"
23283
23283
  }
23284
23284
  },
23285
23285
  "x-f5xc-minimum-configuration": {
@@ -23413,7 +23413,7 @@
23413
23413
  },
23414
23414
  "x-original-maxLength": 1024,
23415
23415
  "x-reconciled-from-discovery": true,
23416
- "x-reconciled-at": "2026-01-05T17:58:21.185344+00:00"
23416
+ "x-reconciled-at": "2026-01-05T18:28:39.829702+00:00"
23417
23417
  }
23418
23418
  },
23419
23419
  "x-f5xc-minimum-configuration": {
@@ -23482,7 +23482,7 @@
23482
23482
  },
23483
23483
  "x-original-maxLength": 1024,
23484
23484
  "x-reconciled-from-discovery": true,
23485
- "x-reconciled-at": "2026-01-05T17:58:21.185352+00:00"
23485
+ "x-reconciled-at": "2026-01-05T18:28:39.829710+00:00"
23486
23486
  },
23487
23487
  "service_name": {
23488
23488
  "type": "string",
@@ -23521,7 +23521,7 @@
23521
23521
  },
23522
23522
  "x-original-maxLength": 1024,
23523
23523
  "x-reconciled-from-discovery": true,
23524
- "x-reconciled-at": "2026-01-05T17:58:21.185358+00:00"
23524
+ "x-reconciled-at": "2026-01-05T18:28:39.829716+00:00"
23525
23525
  },
23526
23526
  "type": {
23527
23527
  "type": "string",
@@ -23658,7 +23658,7 @@
23658
23658
  },
23659
23659
  "x-original-maxLength": 1024,
23660
23660
  "x-reconciled-from-discovery": true,
23661
- "x-reconciled-at": "2026-01-05T17:58:21.185370+00:00"
23661
+ "x-reconciled-at": "2026-01-05T18:28:39.829727+00:00"
23662
23662
  }
23663
23663
  },
23664
23664
  "x-f5xc-minimum-configuration": {
@@ -23767,7 +23767,7 @@
23767
23767
  },
23768
23768
  "x-original-maxLength": 1200,
23769
23769
  "x-reconciled-from-discovery": true,
23770
- "x-reconciled-at": "2026-01-05T17:58:21.185380+00:00"
23770
+ "x-reconciled-at": "2026-01-05T18:28:39.829738+00:00"
23771
23771
  },
23772
23772
  "disable": {
23773
23773
  "type": "boolean",
@@ -23820,7 +23820,7 @@
23820
23820
  },
23821
23821
  "x-original-maxLength": 1024,
23822
23822
  "x-reconciled-from-discovery": true,
23823
- "x-reconciled-at": "2026-01-05T17:58:21.185388+00:00"
23823
+ "x-reconciled-at": "2026-01-05T18:28:39.829746+00:00"
23824
23824
  },
23825
23825
  "namespace": {
23826
23826
  "type": "string",
@@ -23839,7 +23839,7 @@
23839
23839
  },
23840
23840
  "x-original-maxLength": 1024,
23841
23841
  "x-reconciled-from-discovery": true,
23842
- "x-reconciled-at": "2026-01-05T17:58:21.185392+00:00"
23842
+ "x-reconciled-at": "2026-01-05T18:28:39.829750+00:00"
23843
23843
  }
23844
23844
  },
23845
23845
  "x-f5xc-minimum-configuration": {
@@ -23915,7 +23915,7 @@
23915
23915
  },
23916
23916
  "x-original-maxLength": 1200,
23917
23917
  "x-reconciled-from-discovery": true,
23918
- "x-reconciled-at": "2026-01-05T17:58:21.185398+00:00"
23918
+ "x-reconciled-at": "2026-01-05T18:28:39.829762+00:00"
23919
23919
  },
23920
23920
  "disable": {
23921
23921
  "type": "boolean",
@@ -23970,7 +23970,7 @@
23970
23970
  },
23971
23971
  "x-original-maxLength": 1024,
23972
23972
  "x-reconciled-from-discovery": true,
23973
- "x-reconciled-at": "2026-01-05T17:58:21.185406+00:00"
23973
+ "x-reconciled-at": "2026-01-05T18:28:39.829769+00:00"
23974
23974
  },
23975
23975
  "namespace": {
23976
23976
  "type": "string",
@@ -23989,7 +23989,7 @@
23989
23989
  },
23990
23990
  "x-original-maxLength": 1024,
23991
23991
  "x-reconciled-from-discovery": true,
23992
- "x-reconciled-at": "2026-01-05T17:58:21.185410+00:00"
23992
+ "x-reconciled-at": "2026-01-05T18:28:39.829773+00:00"
23993
23993
  }
23994
23994
  },
23995
23995
  "x-f5xc-minimum-configuration": {
@@ -24034,7 +24034,7 @@
24034
24034
  "readOnly": true,
24035
24035
  "x-original-maxLength": 1024,
24036
24036
  "x-reconciled-from-discovery": true,
24037
- "x-reconciled-at": "2026-01-05T17:58:21.185415+00:00"
24037
+ "x-reconciled-at": "2026-01-05T18:28:39.829778+00:00"
24038
24038
  },
24039
24039
  "name": {
24040
24040
  "type": "string",
@@ -24053,7 +24053,7 @@
24053
24053
  },
24054
24054
  "x-original-maxLength": 1024,
24055
24055
  "x-reconciled-from-discovery": true,
24056
- "x-reconciled-at": "2026-01-05T17:58:21.185419+00:00"
24056
+ "x-reconciled-at": "2026-01-05T18:28:39.829782+00:00"
24057
24057
  },
24058
24058
  "namespace": {
24059
24059
  "type": "string",
@@ -24072,7 +24072,7 @@
24072
24072
  },
24073
24073
  "x-original-maxLength": 1024,
24074
24074
  "x-reconciled-from-discovery": true,
24075
- "x-reconciled-at": "2026-01-05T17:58:21.185423+00:00"
24075
+ "x-reconciled-at": "2026-01-05T18:28:39.829786+00:00"
24076
24076
  },
24077
24077
  "tenant": {
24078
24078
  "type": "string",
@@ -24093,7 +24093,7 @@
24093
24093
  "x-field-mutability": "read-only",
24094
24094
  "x-original-maxLength": 1024,
24095
24095
  "x-reconciled-from-discovery": true,
24096
- "x-reconciled-at": "2026-01-05T17:58:21.185427+00:00"
24096
+ "x-reconciled-at": "2026-01-05T18:28:39.829790+00:00"
24097
24097
  },
24098
24098
  "uid": {
24099
24099
  "type": "string",
@@ -24115,7 +24115,7 @@
24115
24115
  "x-original-maxLength": 1024,
24116
24116
  "format": "uuid",
24117
24117
  "x-reconciled-from-discovery": true,
24118
- "x-reconciled-at": "2026-01-05T17:58:21.185432+00:00"
24118
+ "x-reconciled-at": "2026-01-05T18:28:39.829795+00:00"
24119
24119
  }
24120
24120
  },
24121
24121
  "x-f5xc-minimum-configuration": {
@@ -24228,7 +24228,7 @@
24228
24228
  "x-original-maxLength": 1024,
24229
24229
  "format": "uuid",
24230
24230
  "x-reconciled-from-discovery": true,
24231
- "x-reconciled-at": "2026-01-05T17:58:21.185445+00:00"
24231
+ "x-reconciled-at": "2026-01-05T18:28:39.829808+00:00"
24232
24232
  },
24233
24233
  "vtrp_id": {
24234
24234
  "type": "string",
@@ -24340,7 +24340,7 @@
24340
24340
  },
24341
24341
  "x-original-maxLength": 1024,
24342
24342
  "x-reconciled-from-discovery": true,
24343
- "x-reconciled-at": "2026-01-05T17:58:21.185454+00:00"
24343
+ "x-reconciled-at": "2026-01-05T18:28:39.829818+00:00"
24344
24344
  },
24345
24345
  "status": {
24346
24346
  "type": "string",
@@ -24359,7 +24359,7 @@
24359
24359
  },
24360
24360
  "x-original-maxLength": 1024,
24361
24361
  "x-reconciled-from-discovery": true,
24362
- "x-reconciled-at": "2026-01-05T17:58:21.185458+00:00"
24362
+ "x-reconciled-at": "2026-01-05T18:28:39.829822+00:00"
24363
24363
  }
24364
24364
  },
24365
24365
  "x-f5xc-minimum-configuration": {
@@ -24537,7 +24537,7 @@
24537
24537
  "x-field-mutability": "read-only",
24538
24538
  "x-original-maxLength": 1024,
24539
24539
  "x-reconciled-from-discovery": true,
24540
- "x-reconciled-at": "2026-01-05T17:58:21.185477+00:00"
24540
+ "x-reconciled-at": "2026-01-05T18:28:39.829842+00:00"
24541
24541
  },
24542
24542
  "uid": {
24543
24543
  "type": "string",
@@ -24558,7 +24558,7 @@
24558
24558
  "x-original-maxLength": 1024,
24559
24559
  "format": "uuid",
24560
24560
  "x-reconciled-from-discovery": true,
24561
- "x-reconciled-at": "2026-01-05T17:58:21.185482+00:00"
24561
+ "x-reconciled-at": "2026-01-05T18:28:39.829847+00:00"
24562
24562
  }
24563
24563
  },
24564
24564
  "x-f5xc-minimum-configuration": {
@@ -24608,7 +24608,7 @@
24608
24608
  },
24609
24609
  "x-original-maxLength": 1024,
24610
24610
  "x-reconciled-from-discovery": true,
24611
- "x-reconciled-at": "2026-01-05T17:58:21.185486+00:00"
24611
+ "x-reconciled-at": "2026-01-05T18:28:39.829852+00:00"
24612
24612
  },
24613
24613
  "name": {
24614
24614
  "type": "string",
@@ -24627,7 +24627,7 @@
24627
24627
  },
24628
24628
  "x-original-maxLength": 1024,
24629
24629
  "x-reconciled-from-discovery": true,
24630
- "x-reconciled-at": "2026-01-05T17:58:21.185491+00:00"
24630
+ "x-reconciled-at": "2026-01-05T18:28:39.829857+00:00"
24631
24631
  },
24632
24632
  "namespace": {
24633
24633
  "type": "string",
@@ -24646,7 +24646,7 @@
24646
24646
  },
24647
24647
  "x-original-maxLength": 1024,
24648
24648
  "x-reconciled-from-discovery": true,
24649
- "x-reconciled-at": "2026-01-05T17:58:21.185495+00:00"
24649
+ "x-reconciled-at": "2026-01-05T18:28:39.829861+00:00"
24650
24650
  },
24651
24651
  "uid": {
24652
24652
  "type": "string",
@@ -24667,7 +24667,7 @@
24667
24667
  "x-original-maxLength": 1024,
24668
24668
  "format": "uuid",
24669
24669
  "x-reconciled-from-discovery": true,
24670
- "x-reconciled-at": "2026-01-05T17:58:21.185499+00:00"
24670
+ "x-reconciled-at": "2026-01-05T18:28:39.829865+00:00"
24671
24671
  }
24672
24672
  },
24673
24673
  "x-f5xc-minimum-configuration": {
@@ -24930,7 +24930,7 @@
24930
24930
  },
24931
24931
  "x-original-maxLength": 1024,
24932
24932
  "x-reconciled-from-discovery": true,
24933
- "x-reconciled-at": "2026-01-05T17:58:21.610706+00:00"
24933
+ "x-reconciled-at": "2026-01-05T18:28:40.250463+00:00"
24934
24934
  },
24935
24935
  "namespace": {
24936
24936
  "type": "string",
@@ -24949,7 +24949,7 @@
24949
24949
  },
24950
24950
  "x-original-maxLength": 1024,
24951
24951
  "x-reconciled-from-discovery": true,
24952
- "x-reconciled-at": "2026-01-05T17:58:21.610713+00:00"
24952
+ "x-reconciled-at": "2026-01-05T18:28:40.250469+00:00"
24953
24953
  }
24954
24954
  },
24955
24955
  "x-f5xc-minimum-configuration": {
@@ -25047,7 +25047,7 @@
25047
25047
  "maxLength": 17,
25048
25048
  "minLength": 17,
25049
25049
  "x-reconciled-from-discovery": true,
25050
- "x-reconciled-at": "2026-01-05T17:58:21.610729+00:00"
25050
+ "x-reconciled-at": "2026-01-05T18:28:40.250485+00:00"
25051
25051
  },
25052
25052
  "system_metadata": {
25053
25053
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -25335,7 +25335,7 @@
25335
25335
  },
25336
25336
  "x-original-maxLength": 1024,
25337
25337
  "x-reconciled-from-discovery": true,
25338
- "x-reconciled-at": "2026-01-05T17:58:21.610752+00:00"
25338
+ "x-reconciled-at": "2026-01-05T18:28:40.250508+00:00"
25339
25339
  },
25340
25340
  "disabled": {
25341
25341
  "type": "boolean",
@@ -25385,7 +25385,7 @@
25385
25385
  },
25386
25386
  "x-original-maxLength": 1024,
25387
25387
  "x-reconciled-from-discovery": true,
25388
- "x-reconciled-at": "2026-01-05T17:58:21.610765+00:00"
25388
+ "x-reconciled-at": "2026-01-05T18:28:40.250519+00:00"
25389
25389
  },
25390
25390
  "namespace": {
25391
25391
  "type": "string",
@@ -25404,7 +25404,7 @@
25404
25404
  },
25405
25405
  "x-original-maxLength": 1024,
25406
25406
  "x-reconciled-from-discovery": true,
25407
- "x-reconciled-at": "2026-01-05T17:58:21.610769+00:00"
25407
+ "x-reconciled-at": "2026-01-05T18:28:40.250524+00:00"
25408
25408
  },
25409
25409
  "owner_view": {
25410
25410
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -25445,7 +25445,7 @@
25445
25445
  "x-field-mutability": "read-only",
25446
25446
  "x-original-maxLength": 1024,
25447
25447
  "x-reconciled-from-discovery": true,
25448
- "x-reconciled-at": "2026-01-05T17:58:21.610777+00:00"
25448
+ "x-reconciled-at": "2026-01-05T18:28:40.250532+00:00"
25449
25449
  },
25450
25450
  "uid": {
25451
25451
  "type": "string",
@@ -25466,7 +25466,7 @@
25466
25466
  "x-original-maxLength": 1024,
25467
25467
  "format": "uuid",
25468
25468
  "x-reconciled-from-discovery": true,
25469
- "x-reconciled-at": "2026-01-05T17:58:21.610783+00:00"
25469
+ "x-reconciled-at": "2026-01-05T18:28:40.250538+00:00"
25470
25470
  }
25471
25471
  },
25472
25472
  "x-f5xc-minimum-configuration": {
@@ -25513,7 +25513,7 @@
25513
25513
  },
25514
25514
  "x-original-maxLength": 1024,
25515
25515
  "x-reconciled-from-discovery": true,
25516
- "x-reconciled-at": "2026-01-05T17:58:21.610788+00:00"
25516
+ "x-reconciled-at": "2026-01-05T18:28:40.250543+00:00"
25517
25517
  },
25518
25518
  "port": {
25519
25519
  "type": "integer",
@@ -25546,7 +25546,7 @@
25546
25546
  },
25547
25547
  "x-original-maxLength": 1024,
25548
25548
  "x-reconciled-from-discovery": true,
25549
- "x-reconciled-at": "2026-01-05T17:58:21.610794+00:00"
25549
+ "x-reconciled-at": "2026-01-05T18:28:40.250549+00:00"
25550
25550
  }
25551
25551
  },
25552
25552
  "x-f5xc-minimum-configuration": {
@@ -25894,7 +25894,7 @@
25894
25894
  },
25895
25895
  "x-original-maxLength": 1024,
25896
25896
  "x-reconciled-from-discovery": true,
25897
- "x-reconciled-at": "2026-01-05T17:58:21.610828+00:00"
25897
+ "x-reconciled-at": "2026-01-05T18:28:40.250583+00:00"
25898
25898
  },
25899
25899
  "store_provider": {
25900
25900
  "type": "string",
@@ -25952,7 +25952,7 @@
25952
25952
  },
25953
25953
  "x-original-maxLength": 1024,
25954
25954
  "x-reconciled-from-discovery": true,
25955
- "x-reconciled-at": "2026-01-05T17:58:21.610834+00:00"
25955
+ "x-reconciled-at": "2026-01-05T18:28:40.250589+00:00"
25956
25956
  },
25957
25957
  "url": {
25958
25958
  "type": "string",
@@ -26263,7 +26263,7 @@
26263
26263
  },
26264
26264
  "x-original-maxLength": 1200,
26265
26265
  "x-reconciled-from-discovery": true,
26266
- "x-reconciled-at": "2026-01-05T17:58:21.610943+00:00"
26266
+ "x-reconciled-at": "2026-01-05T18:28:40.250698+00:00"
26267
26267
  },
26268
26268
  "disable": {
26269
26269
  "type": "boolean",
@@ -26316,7 +26316,7 @@
26316
26316
  },
26317
26317
  "x-original-maxLength": 1024,
26318
26318
  "x-reconciled-from-discovery": true,
26319
- "x-reconciled-at": "2026-01-05T17:58:21.610950+00:00"
26319
+ "x-reconciled-at": "2026-01-05T18:28:40.250706+00:00"
26320
26320
  },
26321
26321
  "namespace": {
26322
26322
  "type": "string",
@@ -26335,7 +26335,7 @@
26335
26335
  },
26336
26336
  "x-original-maxLength": 1024,
26337
26337
  "x-reconciled-from-discovery": true,
26338
- "x-reconciled-at": "2026-01-05T17:58:21.610954+00:00"
26338
+ "x-reconciled-at": "2026-01-05T18:28:40.250711+00:00"
26339
26339
  }
26340
26340
  },
26341
26341
  "x-f5xc-minimum-configuration": {
@@ -26517,7 +26517,7 @@
26517
26517
  },
26518
26518
  "x-original-maxLength": 1024,
26519
26519
  "x-reconciled-from-discovery": true,
26520
- "x-reconciled-at": "2026-01-05T17:58:21.611020+00:00"
26520
+ "x-reconciled-at": "2026-01-05T18:28:40.250778+00:00"
26521
26521
  },
26522
26522
  "disable_ocsp_stapling": {
26523
26523
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -26843,7 +26843,7 @@
26843
26843
  },
26844
26844
  "x-original-maxLength": 1024,
26845
26845
  "x-reconciled-from-discovery": true,
26846
- "x-reconciled-at": "2026-01-05T17:58:21.611047+00:00"
26846
+ "x-reconciled-at": "2026-01-05T18:28:40.250807+00:00"
26847
26847
  },
26848
26848
  "location": {
26849
26849
  "type": "string",
@@ -26860,7 +26860,7 @@
26860
26860
  },
26861
26861
  "x-original-maxLength": 1024,
26862
26862
  "x-reconciled-from-discovery": true,
26863
- "x-reconciled-at": "2026-01-05T17:58:21.611051+00:00"
26863
+ "x-reconciled-at": "2026-01-05T18:28:40.250811+00:00"
26864
26864
  },
26865
26865
  "provider": {
26866
26866
  "type": "string",
@@ -26877,7 +26877,7 @@
26877
26877
  },
26878
26878
  "x-original-maxLength": 1024,
26879
26879
  "x-reconciled-from-discovery": true,
26880
- "x-reconciled-at": "2026-01-05T17:58:21.611055+00:00"
26880
+ "x-reconciled-at": "2026-01-05T18:28:40.250815+00:00"
26881
26881
  },
26882
26882
  "secret_encoding": {
26883
26883
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -26899,7 +26899,7 @@
26899
26899
  "maxLength": 1,
26900
26900
  "minLength": 1,
26901
26901
  "x-reconciled-from-discovery": true,
26902
- "x-reconciled-at": "2026-01-05T17:58:21.611061+00:00"
26902
+ "x-reconciled-at": "2026-01-05T18:28:40.250822+00:00"
26903
26903
  }
26904
26904
  },
26905
26905
  "x-f5xc-minimum-configuration": {
@@ -26970,7 +26970,7 @@
26970
26970
  },
26971
26971
  "x-original-maxLength": 1024,
26972
26972
  "x-reconciled-from-discovery": true,
26973
- "x-reconciled-at": "2026-01-05T17:58:21.611084+00:00"
26973
+ "x-reconciled-at": "2026-01-05T18:28:40.250846+00:00"
26974
26974
  }
26975
26975
  },
26976
26976
  "x-f5xc-minimum-configuration": {
@@ -27782,7 +27782,7 @@
27782
27782
  },
27783
27783
  "x-original-maxLength": 1024,
27784
27784
  "x-reconciled-from-discovery": true,
27785
- "x-reconciled-at": "2026-01-05T17:58:27.524881+00:00"
27785
+ "x-reconciled-at": "2026-01-05T18:28:46.080122+00:00"
27786
27786
  },
27787
27787
  "namespace": {
27788
27788
  "type": "string",
@@ -27801,7 +27801,7 @@
27801
27801
  },
27802
27802
  "x-original-maxLength": 1024,
27803
27803
  "x-reconciled-from-discovery": true,
27804
- "x-reconciled-at": "2026-01-05T17:58:27.524887+00:00"
27804
+ "x-reconciled-at": "2026-01-05T18:28:46.080129+00:00"
27805
27805
  }
27806
27806
  },
27807
27807
  "x-f5xc-minimum-configuration": {
@@ -28077,7 +28077,7 @@
28077
28077
  "maxLength": 17,
28078
28078
  "minLength": 17,
28079
28079
  "x-reconciled-from-discovery": true,
28080
- "x-reconciled-at": "2026-01-05T17:58:27.524921+00:00"
28080
+ "x-reconciled-at": "2026-01-05T18:28:46.080163+00:00"
28081
28081
  },
28082
28082
  "system_metadata": {
28083
28083
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -28205,7 +28205,7 @@
28205
28205
  "maxLength": 17,
28206
28206
  "minLength": 17,
28207
28207
  "x-reconciled-from-discovery": true,
28208
- "x-reconciled-at": "2026-01-05T17:58:27.524932+00:00"
28208
+ "x-reconciled-at": "2026-01-05T18:28:46.080175+00:00"
28209
28209
  }
28210
28210
  },
28211
28211
  "x-f5xc-minimum-configuration": {
@@ -28355,7 +28355,7 @@
28355
28355
  },
28356
28356
  "x-original-maxLength": 1024,
28357
28357
  "x-reconciled-from-discovery": true,
28358
- "x-reconciled-at": "2026-01-05T17:58:27.524945+00:00"
28358
+ "x-reconciled-at": "2026-01-05T18:28:46.080187+00:00"
28359
28359
  },
28360
28360
  "disabled": {
28361
28361
  "type": "boolean",
@@ -28405,7 +28405,7 @@
28405
28405
  },
28406
28406
  "x-original-maxLength": 1024,
28407
28407
  "x-reconciled-from-discovery": true,
28408
- "x-reconciled-at": "2026-01-05T17:58:27.524955+00:00"
28408
+ "x-reconciled-at": "2026-01-05T18:28:46.080198+00:00"
28409
28409
  },
28410
28410
  "namespace": {
28411
28411
  "type": "string",
@@ -28424,7 +28424,7 @@
28424
28424
  },
28425
28425
  "x-original-maxLength": 1024,
28426
28426
  "x-reconciled-from-discovery": true,
28427
- "x-reconciled-at": "2026-01-05T17:58:27.524959+00:00"
28427
+ "x-reconciled-at": "2026-01-05T18:28:46.080203+00:00"
28428
28428
  },
28429
28429
  "owner_view": {
28430
28430
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -28465,7 +28465,7 @@
28465
28465
  "x-field-mutability": "read-only",
28466
28466
  "x-original-maxLength": 1024,
28467
28467
  "x-reconciled-from-discovery": true,
28468
- "x-reconciled-at": "2026-01-05T17:58:27.524967+00:00"
28468
+ "x-reconciled-at": "2026-01-05T18:28:46.080210+00:00"
28469
28469
  },
28470
28470
  "uid": {
28471
28471
  "type": "string",
@@ -28486,7 +28486,7 @@
28486
28486
  "x-original-maxLength": 1024,
28487
28487
  "format": "uuid",
28488
28488
  "x-reconciled-from-discovery": true,
28489
- "x-reconciled-at": "2026-01-05T17:58:27.524973+00:00"
28489
+ "x-reconciled-at": "2026-01-05T18:28:46.080216+00:00"
28490
28490
  }
28491
28491
  },
28492
28492
  "x-f5xc-minimum-configuration": {
@@ -29160,7 +29160,7 @@
29160
29160
  "readOnly": true,
29161
29161
  "x-original-maxLength": 1024,
29162
29162
  "x-reconciled-from-discovery": true,
29163
- "x-reconciled-at": "2026-01-05T17:58:27.525041+00:00"
29163
+ "x-reconciled-at": "2026-01-05T18:28:46.080285+00:00"
29164
29164
  },
29165
29165
  "name": {
29166
29166
  "type": "string",
@@ -29179,7 +29179,7 @@
29179
29179
  },
29180
29180
  "x-original-maxLength": 1024,
29181
29181
  "x-reconciled-from-discovery": true,
29182
- "x-reconciled-at": "2026-01-05T17:58:27.525046+00:00"
29182
+ "x-reconciled-at": "2026-01-05T18:28:46.080289+00:00"
29183
29183
  },
29184
29184
  "namespace": {
29185
29185
  "type": "string",
@@ -29198,7 +29198,7 @@
29198
29198
  },
29199
29199
  "x-original-maxLength": 1024,
29200
29200
  "x-reconciled-from-discovery": true,
29201
- "x-reconciled-at": "2026-01-05T17:58:27.525051+00:00"
29201
+ "x-reconciled-at": "2026-01-05T18:28:46.080293+00:00"
29202
29202
  },
29203
29203
  "tenant": {
29204
29204
  "type": "string",
@@ -29219,7 +29219,7 @@
29219
29219
  "x-field-mutability": "read-only",
29220
29220
  "x-original-maxLength": 1024,
29221
29221
  "x-reconciled-from-discovery": true,
29222
- "x-reconciled-at": "2026-01-05T17:58:27.525055+00:00"
29222
+ "x-reconciled-at": "2026-01-05T18:28:46.080298+00:00"
29223
29223
  },
29224
29224
  "uid": {
29225
29225
  "type": "string",
@@ -29241,7 +29241,7 @@
29241
29241
  "x-original-maxLength": 1024,
29242
29242
  "format": "uuid",
29243
29243
  "x-reconciled-from-discovery": true,
29244
- "x-reconciled-at": "2026-01-05T17:58:27.525060+00:00"
29244
+ "x-reconciled-at": "2026-01-05T18:28:46.080303+00:00"
29245
29245
  }
29246
29246
  },
29247
29247
  "x-f5xc-minimum-configuration": {
@@ -29403,7 +29403,7 @@
29403
29403
  },
29404
29404
  "x-original-maxLength": 256,
29405
29405
  "x-reconciled-from-discovery": true,
29406
- "x-reconciled-at": "2026-01-05T17:58:27.525106+00:00"
29406
+ "x-reconciled-at": "2026-01-05T18:28:46.080348+00:00"
29407
29407
  },
29408
29408
  "name": {
29409
29409
  "type": "string",
@@ -29433,7 +29433,7 @@
29433
29433
  },
29434
29434
  "x-original-maxLength": 1024,
29435
29435
  "x-reconciled-from-discovery": true,
29436
- "x-reconciled-at": "2026-01-05T17:58:27.525110+00:00"
29436
+ "x-reconciled-at": "2026-01-05T18:28:46.080352+00:00"
29437
29437
  }
29438
29438
  },
29439
29439
  "x-f5xc-minimum-configuration": {
@@ -29512,7 +29512,7 @@
29512
29512
  },
29513
29513
  "x-original-maxLength": 128,
29514
29514
  "x-reconciled-from-discovery": true,
29515
- "x-reconciled-at": "2026-01-05T17:58:27.525263+00:00"
29515
+ "x-reconciled-at": "2026-01-05T18:28:46.080497+00:00"
29516
29516
  },
29517
29517
  "namespace": {
29518
29518
  "type": "string",
@@ -29537,7 +29537,7 @@
29537
29537
  },
29538
29538
  "x-original-maxLength": 64,
29539
29539
  "x-reconciled-from-discovery": true,
29540
- "x-reconciled-at": "2026-01-05T17:58:27.525267+00:00"
29540
+ "x-reconciled-at": "2026-01-05T18:28:46.080501+00:00"
29541
29541
  },
29542
29542
  "tenant": {
29543
29543
  "type": "string",
@@ -29564,7 +29564,7 @@
29564
29564
  "x-field-mutability": "read-only",
29565
29565
  "x-original-maxLength": 64,
29566
29566
  "x-reconciled-from-discovery": true,
29567
- "x-reconciled-at": "2026-01-05T17:58:27.525271+00:00"
29567
+ "x-reconciled-at": "2026-01-05T18:28:46.080505+00:00"
29568
29568
  }
29569
29569
  },
29570
29570
  "x-f5xc-minimum-configuration": {
@@ -29725,7 +29725,7 @@
29725
29725
  },
29726
29726
  "x-original-maxLength": 1024,
29727
29727
  "x-reconciled-from-discovery": true,
29728
- "x-reconciled-at": "2026-01-05T17:58:27.883106+00:00"
29728
+ "x-reconciled-at": "2026-01-05T18:28:46.437659+00:00"
29729
29729
  },
29730
29730
  "namespace": {
29731
29731
  "type": "string",
@@ -29744,7 +29744,7 @@
29744
29744
  },
29745
29745
  "x-original-maxLength": 1024,
29746
29746
  "x-reconciled-from-discovery": true,
29747
- "x-reconciled-at": "2026-01-05T17:58:27.883114+00:00"
29747
+ "x-reconciled-at": "2026-01-05T18:28:46.437666+00:00"
29748
29748
  }
29749
29749
  },
29750
29750
  "x-f5xc-minimum-configuration": {
@@ -29842,7 +29842,7 @@
29842
29842
  "maxLength": 17,
29843
29843
  "minLength": 17,
29844
29844
  "x-reconciled-from-discovery": true,
29845
- "x-reconciled-at": "2026-01-05T17:58:27.883131+00:00"
29845
+ "x-reconciled-at": "2026-01-05T18:28:46.437683+00:00"
29846
29846
  },
29847
29847
  "system_metadata": {
29848
29848
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -30029,7 +30029,7 @@
30029
30029
  },
30030
30030
  "x-original-maxLength": 1024,
30031
30031
  "x-reconciled-from-discovery": true,
30032
- "x-reconciled-at": "2026-01-05T17:58:27.883147+00:00"
30032
+ "x-reconciled-at": "2026-01-05T18:28:46.437697+00:00"
30033
30033
  },
30034
30034
  "disabled": {
30035
30035
  "type": "boolean",
@@ -30079,7 +30079,7 @@
30079
30079
  },
30080
30080
  "x-original-maxLength": 1024,
30081
30081
  "x-reconciled-from-discovery": true,
30082
- "x-reconciled-at": "2026-01-05T17:58:27.883158+00:00"
30082
+ "x-reconciled-at": "2026-01-05T18:28:46.437708+00:00"
30083
30083
  },
30084
30084
  "namespace": {
30085
30085
  "type": "string",
@@ -30098,7 +30098,7 @@
30098
30098
  },
30099
30099
  "x-original-maxLength": 1024,
30100
30100
  "x-reconciled-from-discovery": true,
30101
- "x-reconciled-at": "2026-01-05T17:58:27.883163+00:00"
30101
+ "x-reconciled-at": "2026-01-05T18:28:46.437712+00:00"
30102
30102
  },
30103
30103
  "owner_view": {
30104
30104
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -30139,7 +30139,7 @@
30139
30139
  "x-field-mutability": "read-only",
30140
30140
  "x-original-maxLength": 1024,
30141
30141
  "x-reconciled-from-discovery": true,
30142
- "x-reconciled-at": "2026-01-05T17:58:27.883185+00:00"
30142
+ "x-reconciled-at": "2026-01-05T18:28:46.437721+00:00"
30143
30143
  },
30144
30144
  "uid": {
30145
30145
  "type": "string",
@@ -30160,7 +30160,7 @@
30160
30160
  "x-original-maxLength": 1024,
30161
30161
  "format": "uuid",
30162
30162
  "x-reconciled-from-discovery": true,
30163
- "x-reconciled-at": "2026-01-05T17:58:27.883192+00:00"
30163
+ "x-reconciled-at": "2026-01-05T18:28:46.437728+00:00"
30164
30164
  }
30165
30165
  },
30166
30166
  "x-f5xc-minimum-configuration": {
@@ -30568,7 +30568,7 @@
30568
30568
  },
30569
30569
  "x-original-maxLength": 1024,
30570
30570
  "x-reconciled-from-discovery": true,
30571
- "x-reconciled-at": "2026-01-05T17:58:28.084837+00:00"
30571
+ "x-reconciled-at": "2026-01-05T18:28:46.635953+00:00"
30572
30572
  }
30573
30573
  },
30574
30574
  "x-f5xc-minimum-configuration": {
@@ -30694,7 +30694,7 @@
30694
30694
  },
30695
30695
  "x-original-maxLength": 1024,
30696
30696
  "x-reconciled-from-discovery": true,
30697
- "x-reconciled-at": "2026-01-05T17:58:28.084868+00:00"
30697
+ "x-reconciled-at": "2026-01-05T18:28:46.635983+00:00"
30698
30698
  },
30699
30699
  "peer": {
30700
30700
  "type": "array",
@@ -30749,7 +30749,7 @@
30749
30749
  },
30750
30750
  "x-original-maxLength": 1024,
30751
30751
  "x-reconciled-from-discovery": true,
30752
- "x-reconciled-at": "2026-01-05T17:58:28.084875+00:00"
30752
+ "x-reconciled-at": "2026-01-05T18:28:46.635990+00:00"
30753
30753
  },
30754
30754
  "ri_table": {
30755
30755
  "type": "array",
@@ -31185,7 +31185,7 @@
31185
31185
  },
31186
31186
  "x-original-maxLength": 1024,
31187
31187
  "x-reconciled-from-discovery": true,
31188
- "x-reconciled-at": "2026-01-05T17:58:28.413400+00:00"
31188
+ "x-reconciled-at": "2026-01-05T18:28:46.956538+00:00"
31189
31189
  },
31190
31190
  "namespace": {
31191
31191
  "type": "string",
@@ -31204,7 +31204,7 @@
31204
31204
  },
31205
31205
  "x-original-maxLength": 1024,
31206
31206
  "x-reconciled-from-discovery": true,
31207
- "x-reconciled-at": "2026-01-05T17:58:28.413407+00:00"
31207
+ "x-reconciled-at": "2026-01-05T18:28:46.956546+00:00"
31208
31208
  }
31209
31209
  },
31210
31210
  "x-f5xc-minimum-configuration": {
@@ -31416,7 +31416,7 @@
31416
31416
  },
31417
31417
  "x-original-maxLength": 1024,
31418
31418
  "x-reconciled-from-discovery": true,
31419
- "x-reconciled-at": "2026-01-05T17:58:28.413429+00:00"
31419
+ "x-reconciled-at": "2026-01-05T18:28:46.956569+00:00"
31420
31420
  },
31421
31421
  "disabled": {
31422
31422
  "type": "boolean",
@@ -31466,7 +31466,7 @@
31466
31466
  },
31467
31467
  "x-original-maxLength": 1024,
31468
31468
  "x-reconciled-from-discovery": true,
31469
- "x-reconciled-at": "2026-01-05T17:58:28.413440+00:00"
31469
+ "x-reconciled-at": "2026-01-05T18:28:46.956580+00:00"
31470
31470
  },
31471
31471
  "namespace": {
31472
31472
  "type": "string",
@@ -31485,7 +31485,7 @@
31485
31485
  },
31486
31486
  "x-original-maxLength": 1024,
31487
31487
  "x-reconciled-from-discovery": true,
31488
- "x-reconciled-at": "2026-01-05T17:58:28.413444+00:00"
31488
+ "x-reconciled-at": "2026-01-05T18:28:46.956584+00:00"
31489
31489
  },
31490
31490
  "owner_view": {
31491
31491
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -31511,7 +31511,7 @@
31511
31511
  "x-field-mutability": "read-only",
31512
31512
  "x-original-maxLength": 1024,
31513
31513
  "x-reconciled-from-discovery": true,
31514
- "x-reconciled-at": "2026-01-05T17:58:28.413451+00:00"
31514
+ "x-reconciled-at": "2026-01-05T18:28:46.956591+00:00"
31515
31515
  },
31516
31516
  "uid": {
31517
31517
  "type": "string",
@@ -31532,7 +31532,7 @@
31532
31532
  "x-original-maxLength": 1024,
31533
31533
  "format": "uuid",
31534
31534
  "x-reconciled-from-discovery": true,
31535
- "x-reconciled-at": "2026-01-05T17:58:28.413457+00:00"
31535
+ "x-reconciled-at": "2026-01-05T18:28:46.956598+00:00"
31536
31536
  }
31537
31537
  },
31538
31538
  "x-f5xc-minimum-configuration": {
@@ -31883,7 +31883,7 @@
31883
31883
  },
31884
31884
  "x-original-maxLength": 1024,
31885
31885
  "x-reconciled-from-discovery": true,
31886
- "x-reconciled-at": "2026-01-05T17:58:52.585227+00:00"
31886
+ "x-reconciled-at": "2026-01-05T18:29:10.906308+00:00"
31887
31887
  },
31888
31888
  "namespace": {
31889
31889
  "type": "string",
@@ -31902,7 +31902,7 @@
31902
31902
  },
31903
31903
  "x-original-maxLength": 1024,
31904
31904
  "x-reconciled-from-discovery": true,
31905
- "x-reconciled-at": "2026-01-05T17:58:52.585237+00:00"
31905
+ "x-reconciled-at": "2026-01-05T18:29:10.906315+00:00"
31906
31906
  }
31907
31907
  },
31908
31908
  "x-f5xc-minimum-configuration": {
@@ -32000,7 +32000,7 @@
32000
32000
  "maxLength": 17,
32001
32001
  "minLength": 17,
32002
32002
  "x-reconciled-from-discovery": true,
32003
- "x-reconciled-at": "2026-01-05T17:58:52.585253+00:00"
32003
+ "x-reconciled-at": "2026-01-05T18:29:10.906332+00:00"
32004
32004
  },
32005
32005
  "system_metadata": {
32006
32006
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -32159,7 +32159,7 @@
32159
32159
  },
32160
32160
  "x-original-maxLength": 1024,
32161
32161
  "x-reconciled-from-discovery": true,
32162
- "x-reconciled-at": "2026-01-05T17:58:52.585268+00:00"
32162
+ "x-reconciled-at": "2026-01-05T18:29:10.906347+00:00"
32163
32163
  },
32164
32164
  "disabled": {
32165
32165
  "type": "boolean",
@@ -32209,7 +32209,7 @@
32209
32209
  },
32210
32210
  "x-original-maxLength": 1024,
32211
32211
  "x-reconciled-from-discovery": true,
32212
- "x-reconciled-at": "2026-01-05T17:58:52.585280+00:00"
32212
+ "x-reconciled-at": "2026-01-05T18:29:10.906358+00:00"
32213
32213
  },
32214
32214
  "namespace": {
32215
32215
  "type": "string",
@@ -32228,7 +32228,7 @@
32228
32228
  },
32229
32229
  "x-original-maxLength": 1024,
32230
32230
  "x-reconciled-from-discovery": true,
32231
- "x-reconciled-at": "2026-01-05T17:58:52.585285+00:00"
32231
+ "x-reconciled-at": "2026-01-05T18:29:10.906363+00:00"
32232
32232
  },
32233
32233
  "owner_view": {
32234
32234
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -32269,7 +32269,7 @@
32269
32269
  "x-field-mutability": "read-only",
32270
32270
  "x-original-maxLength": 1024,
32271
32271
  "x-reconciled-from-discovery": true,
32272
- "x-reconciled-at": "2026-01-05T17:58:52.585292+00:00"
32272
+ "x-reconciled-at": "2026-01-05T18:29:10.906371+00:00"
32273
32273
  },
32274
32274
  "uid": {
32275
32275
  "type": "string",
@@ -32290,7 +32290,7 @@
32290
32290
  "x-original-maxLength": 1024,
32291
32291
  "format": "uuid",
32292
32292
  "x-reconciled-from-discovery": true,
32293
- "x-reconciled-at": "2026-01-05T17:58:52.585298+00:00"
32293
+ "x-reconciled-at": "2026-01-05T18:29:10.906377+00:00"
32294
32294
  }
32295
32295
  },
32296
32296
  "x-f5xc-minimum-configuration": {
@@ -32489,7 +32489,7 @@
32489
32489
  },
32490
32490
  "x-original-maxLength": 1024,
32491
32491
  "x-reconciled-from-discovery": true,
32492
- "x-reconciled-at": "2026-01-05T17:58:52.585314+00:00"
32492
+ "x-reconciled-at": "2026-01-05T18:29:10.906393+00:00"
32493
32493
  },
32494
32494
  "range": {
32495
32495
  "type": "string",
@@ -32842,7 +32842,7 @@
32842
32842
  },
32843
32843
  "x-original-maxLength": 1024,
32844
32844
  "x-reconciled-from-discovery": true,
32845
- "x-reconciled-at": "2026-01-05T17:58:52.585373+00:00"
32845
+ "x-reconciled-at": "2026-01-05T18:29:10.906455+00:00"
32846
32846
  }
32847
32847
  },
32848
32848
  "x-f5xc-minimum-configuration": {
@@ -32973,7 +32973,7 @@
32973
32973
  },
32974
32974
  "x-original-maxLength": 1024,
32975
32975
  "x-reconciled-from-discovery": true,
32976
- "x-reconciled-at": "2026-01-05T17:58:52.585505+00:00"
32976
+ "x-reconciled-at": "2026-01-05T18:29:10.906589+00:00"
32977
32977
  },
32978
32978
  "previous_value": {
32979
32979
  "type": "string",
@@ -33011,7 +33011,7 @@
33011
33011
  },
33012
33012
  "x-original-maxLength": 1024,
33013
33013
  "x-reconciled-from-discovery": true,
33014
- "x-reconciled-at": "2026-01-05T17:58:52.585512+00:00"
33014
+ "x-reconciled-at": "2026-01-05T18:29:10.906596+00:00"
33015
33015
  }
33016
33016
  },
33017
33017
  "x-f5xc-minimum-configuration": {
@@ -33117,7 +33117,7 @@
33117
33117
  "maxLength": 16,
33118
33118
  "minLength": 7,
33119
33119
  "x-reconciled-from-discovery": true,
33120
- "x-reconciled-at": "2026-01-05T17:58:52.585534+00:00"
33120
+ "x-reconciled-at": "2026-01-05T18:29:10.906620+00:00"
33121
33121
  },
33122
33122
  "value": {
33123
33123
  "type": "array",
@@ -33136,7 +33136,7 @@
33136
33136
  "maxLength": 15,
33137
33137
  "minLength": 3,
33138
33138
  "x-reconciled-from-discovery": true,
33139
- "x-reconciled-at": "2026-01-05T17:58:52.585540+00:00"
33139
+ "x-reconciled-at": "2026-01-05T18:29:10.906625+00:00"
33140
33140
  }
33141
33141
  },
33142
33142
  "x-f5xc-minimum-configuration": {
@@ -33394,7 +33394,7 @@
33394
33394
  },
33395
33395
  "x-original-maxLength": 1024,
33396
33396
  "x-reconciled-from-discovery": true,
33397
- "x-reconciled-at": "2026-01-05T17:59:03.626363+00:00"
33397
+ "x-reconciled-at": "2026-01-05T18:29:21.922260+00:00"
33398
33398
  },
33399
33399
  "namespace": {
33400
33400
  "type": "string",
@@ -33413,7 +33413,7 @@
33413
33413
  },
33414
33414
  "x-original-maxLength": 1024,
33415
33415
  "x-reconciled-from-discovery": true,
33416
- "x-reconciled-at": "2026-01-05T17:59:03.626370+00:00"
33416
+ "x-reconciled-at": "2026-01-05T18:29:21.922267+00:00"
33417
33417
  }
33418
33418
  },
33419
33419
  "x-f5xc-minimum-configuration": {
@@ -33511,7 +33511,7 @@
33511
33511
  "maxLength": 17,
33512
33512
  "minLength": 17,
33513
33513
  "x-reconciled-from-discovery": true,
33514
- "x-reconciled-at": "2026-01-05T17:59:03.626386+00:00"
33514
+ "x-reconciled-at": "2026-01-05T18:29:21.922283+00:00"
33515
33515
  },
33516
33516
  "system_metadata": {
33517
33517
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -33742,7 +33742,7 @@
33742
33742
  },
33743
33743
  "x-original-maxLength": 1024,
33744
33744
  "x-reconciled-from-discovery": true,
33745
- "x-reconciled-at": "2026-01-05T17:59:03.626408+00:00"
33745
+ "x-reconciled-at": "2026-01-05T18:29:21.922305+00:00"
33746
33746
  },
33747
33747
  "disabled": {
33748
33748
  "type": "boolean",
@@ -33792,7 +33792,7 @@
33792
33792
  },
33793
33793
  "x-original-maxLength": 1024,
33794
33794
  "x-reconciled-from-discovery": true,
33795
- "x-reconciled-at": "2026-01-05T17:59:03.626418+00:00"
33795
+ "x-reconciled-at": "2026-01-05T18:29:21.922315+00:00"
33796
33796
  },
33797
33797
  "namespace": {
33798
33798
  "type": "string",
@@ -33811,7 +33811,7 @@
33811
33811
  },
33812
33812
  "x-original-maxLength": 1024,
33813
33813
  "x-reconciled-from-discovery": true,
33814
- "x-reconciled-at": "2026-01-05T17:59:03.626423+00:00"
33814
+ "x-reconciled-at": "2026-01-05T18:29:21.922320+00:00"
33815
33815
  },
33816
33816
  "owner_view": {
33817
33817
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -33852,7 +33852,7 @@
33852
33852
  "x-field-mutability": "read-only",
33853
33853
  "x-original-maxLength": 1024,
33854
33854
  "x-reconciled-from-discovery": true,
33855
- "x-reconciled-at": "2026-01-05T17:59:03.626430+00:00"
33855
+ "x-reconciled-at": "2026-01-05T18:29:21.922328+00:00"
33856
33856
  },
33857
33857
  "uid": {
33858
33858
  "type": "string",
@@ -33873,7 +33873,7 @@
33873
33873
  "x-original-maxLength": 1024,
33874
33874
  "format": "uuid",
33875
33875
  "x-reconciled-from-discovery": true,
33876
- "x-reconciled-at": "2026-01-05T17:59:03.626436+00:00"
33876
+ "x-reconciled-at": "2026-01-05T18:29:21.922334+00:00"
33877
33877
  }
33878
33878
  },
33879
33879
  "x-f5xc-minimum-configuration": {
@@ -34160,7 +34160,7 @@
34160
34160
  },
34161
34161
  "x-original-maxLength": 1024,
34162
34162
  "x-reconciled-from-discovery": true,
34163
- "x-reconciled-at": "2026-01-05T17:59:06.002308+00:00"
34163
+ "x-reconciled-at": "2026-01-05T18:29:24.277791+00:00"
34164
34164
  },
34165
34165
  "namespace": {
34166
34166
  "type": "string",
@@ -34179,7 +34179,7 @@
34179
34179
  },
34180
34180
  "x-original-maxLength": 1024,
34181
34181
  "x-reconciled-from-discovery": true,
34182
- "x-reconciled-at": "2026-01-05T17:59:06.002315+00:00"
34182
+ "x-reconciled-at": "2026-01-05T18:29:24.277798+00:00"
34183
34183
  }
34184
34184
  },
34185
34185
  "x-f5xc-minimum-configuration": {
@@ -34277,7 +34277,7 @@
34277
34277
  "maxLength": 17,
34278
34278
  "minLength": 17,
34279
34279
  "x-reconciled-from-discovery": true,
34280
- "x-reconciled-at": "2026-01-05T17:59:06.002331+00:00"
34280
+ "x-reconciled-at": "2026-01-05T18:29:24.277815+00:00"
34281
34281
  },
34282
34282
  "system_metadata": {
34283
34283
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -34412,7 +34412,7 @@
34412
34412
  },
34413
34413
  "x-original-maxLength": 1024,
34414
34414
  "x-reconciled-from-discovery": true,
34415
- "x-reconciled-at": "2026-01-05T17:59:06.002344+00:00"
34415
+ "x-reconciled-at": "2026-01-05T18:29:24.277829+00:00"
34416
34416
  },
34417
34417
  "disabled": {
34418
34418
  "type": "boolean",
@@ -34462,7 +34462,7 @@
34462
34462
  },
34463
34463
  "x-original-maxLength": 1024,
34464
34464
  "x-reconciled-from-discovery": true,
34465
- "x-reconciled-at": "2026-01-05T17:59:06.002355+00:00"
34465
+ "x-reconciled-at": "2026-01-05T18:29:24.277839+00:00"
34466
34466
  },
34467
34467
  "namespace": {
34468
34468
  "type": "string",
@@ -34481,7 +34481,7 @@
34481
34481
  },
34482
34482
  "x-original-maxLength": 1024,
34483
34483
  "x-reconciled-from-discovery": true,
34484
- "x-reconciled-at": "2026-01-05T17:59:06.002360+00:00"
34484
+ "x-reconciled-at": "2026-01-05T18:29:24.277844+00:00"
34485
34485
  },
34486
34486
  "owner_view": {
34487
34487
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -34522,7 +34522,7 @@
34522
34522
  "x-field-mutability": "read-only",
34523
34523
  "x-original-maxLength": 1024,
34524
34524
  "x-reconciled-from-discovery": true,
34525
- "x-reconciled-at": "2026-01-05T17:59:06.002368+00:00"
34525
+ "x-reconciled-at": "2026-01-05T18:29:24.277852+00:00"
34526
34526
  },
34527
34527
  "uid": {
34528
34528
  "type": "string",
@@ -34543,7 +34543,7 @@
34543
34543
  "x-original-maxLength": 1024,
34544
34544
  "format": "uuid",
34545
34545
  "x-reconciled-from-discovery": true,
34546
- "x-reconciled-at": "2026-01-05T17:59:06.002374+00:00"
34546
+ "x-reconciled-at": "2026-01-05T18:29:24.277858+00:00"
34547
34547
  }
34548
34548
  },
34549
34549
  "x-f5xc-minimum-configuration": {
@@ -35249,7 +35249,7 @@
35249
35249
  },
35250
35250
  "x-original-maxLength": 1024,
35251
35251
  "x-reconciled-from-discovery": true,
35252
- "x-reconciled-at": "2026-01-05T17:59:06.350106+00:00"
35252
+ "x-reconciled-at": "2026-01-05T18:29:24.639298+00:00"
35253
35253
  },
35254
35254
  "namespace": {
35255
35255
  "type": "string",
@@ -35268,7 +35268,7 @@
35268
35268
  },
35269
35269
  "x-original-maxLength": 1024,
35270
35270
  "x-reconciled-from-discovery": true,
35271
- "x-reconciled-at": "2026-01-05T17:59:06.350113+00:00"
35271
+ "x-reconciled-at": "2026-01-05T18:29:24.639305+00:00"
35272
35272
  }
35273
35273
  },
35274
35274
  "x-f5xc-minimum-configuration": {
@@ -35366,7 +35366,7 @@
35366
35366
  "maxLength": 17,
35367
35367
  "minLength": 17,
35368
35368
  "x-reconciled-from-discovery": true,
35369
- "x-reconciled-at": "2026-01-05T17:59:06.350129+00:00"
35369
+ "x-reconciled-at": "2026-01-05T18:29:24.639321+00:00"
35370
35370
  },
35371
35371
  "system_metadata": {
35372
35372
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -35634,7 +35634,7 @@
35634
35634
  },
35635
35635
  "x-original-maxLength": 1024,
35636
35636
  "x-reconciled-from-discovery": true,
35637
- "x-reconciled-at": "2026-01-05T17:59:06.350160+00:00"
35637
+ "x-reconciled-at": "2026-01-05T18:29:24.639353+00:00"
35638
35638
  },
35639
35639
  "disabled": {
35640
35640
  "type": "boolean",
@@ -35684,7 +35684,7 @@
35684
35684
  },
35685
35685
  "x-original-maxLength": 1024,
35686
35686
  "x-reconciled-from-discovery": true,
35687
- "x-reconciled-at": "2026-01-05T17:59:06.350184+00:00"
35687
+ "x-reconciled-at": "2026-01-05T18:29:24.639364+00:00"
35688
35688
  },
35689
35689
  "namespace": {
35690
35690
  "type": "string",
@@ -35703,7 +35703,7 @@
35703
35703
  },
35704
35704
  "x-original-maxLength": 1024,
35705
35705
  "x-reconciled-from-discovery": true,
35706
- "x-reconciled-at": "2026-01-05T17:59:06.350189+00:00"
35706
+ "x-reconciled-at": "2026-01-05T18:29:24.639369+00:00"
35707
35707
  },
35708
35708
  "owner_view": {
35709
35709
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -35744,7 +35744,7 @@
35744
35744
  "x-field-mutability": "read-only",
35745
35745
  "x-original-maxLength": 1024,
35746
35746
  "x-reconciled-from-discovery": true,
35747
- "x-reconciled-at": "2026-01-05T17:59:06.350198+00:00"
35747
+ "x-reconciled-at": "2026-01-05T18:29:24.639377+00:00"
35748
35748
  },
35749
35749
  "uid": {
35750
35750
  "type": "string",
@@ -35765,7 +35765,7 @@
35765
35765
  "x-original-maxLength": 1024,
35766
35766
  "format": "uuid",
35767
35767
  "x-reconciled-from-discovery": true,
35768
- "x-reconciled-at": "2026-01-05T17:59:06.350204+00:00"
35768
+ "x-reconciled-at": "2026-01-05T18:29:24.639382+00:00"
35769
35769
  }
35770
35770
  },
35771
35771
  "x-f5xc-minimum-configuration": {
@@ -36146,7 +36146,7 @@
36146
36146
  },
36147
36147
  "x-original-maxLength": 1024,
36148
36148
  "x-reconciled-from-discovery": true,
36149
- "x-reconciled-at": "2026-01-05T17:59:06.684866+00:00"
36149
+ "x-reconciled-at": "2026-01-05T18:29:24.982619+00:00"
36150
36150
  },
36151
36151
  "namespace": {
36152
36152
  "type": "string",
@@ -36165,7 +36165,7 @@
36165
36165
  },
36166
36166
  "x-original-maxLength": 1024,
36167
36167
  "x-reconciled-from-discovery": true,
36168
- "x-reconciled-at": "2026-01-05T17:59:06.684872+00:00"
36168
+ "x-reconciled-at": "2026-01-05T18:29:24.982626+00:00"
36169
36169
  }
36170
36170
  },
36171
36171
  "x-f5xc-minimum-configuration": {
@@ -36263,7 +36263,7 @@
36263
36263
  "maxLength": 17,
36264
36264
  "minLength": 17,
36265
36265
  "x-reconciled-from-discovery": true,
36266
- "x-reconciled-at": "2026-01-05T17:59:06.684888+00:00"
36266
+ "x-reconciled-at": "2026-01-05T18:29:24.982642+00:00"
36267
36267
  },
36268
36268
  "system_metadata": {
36269
36269
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -36398,7 +36398,7 @@
36398
36398
  },
36399
36399
  "x-original-maxLength": 1024,
36400
36400
  "x-reconciled-from-discovery": true,
36401
- "x-reconciled-at": "2026-01-05T17:59:06.684900+00:00"
36401
+ "x-reconciled-at": "2026-01-05T18:29:24.982655+00:00"
36402
36402
  },
36403
36403
  "disabled": {
36404
36404
  "type": "boolean",
@@ -36448,7 +36448,7 @@
36448
36448
  },
36449
36449
  "x-original-maxLength": 1024,
36450
36450
  "x-reconciled-from-discovery": true,
36451
- "x-reconciled-at": "2026-01-05T17:59:06.684910+00:00"
36451
+ "x-reconciled-at": "2026-01-05T18:29:24.982666+00:00"
36452
36452
  },
36453
36453
  "namespace": {
36454
36454
  "type": "string",
@@ -36467,7 +36467,7 @@
36467
36467
  },
36468
36468
  "x-original-maxLength": 1024,
36469
36469
  "x-reconciled-from-discovery": true,
36470
- "x-reconciled-at": "2026-01-05T17:59:06.684915+00:00"
36470
+ "x-reconciled-at": "2026-01-05T18:29:24.982670+00:00"
36471
36471
  },
36472
36472
  "owner_view": {
36473
36473
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -36508,7 +36508,7 @@
36508
36508
  "x-field-mutability": "read-only",
36509
36509
  "x-original-maxLength": 1024,
36510
36510
  "x-reconciled-from-discovery": true,
36511
- "x-reconciled-at": "2026-01-05T17:59:06.684923+00:00"
36511
+ "x-reconciled-at": "2026-01-05T18:29:24.982677+00:00"
36512
36512
  },
36513
36513
  "uid": {
36514
36514
  "type": "string",
@@ -36529,7 +36529,7 @@
36529
36529
  "x-original-maxLength": 1024,
36530
36530
  "format": "uuid",
36531
36531
  "x-reconciled-from-discovery": true,
36532
- "x-reconciled-at": "2026-01-05T17:59:06.684928+00:00"
36532
+ "x-reconciled-at": "2026-01-05T18:29:24.982683+00:00"
36533
36533
  }
36534
36534
  },
36535
36535
  "x-f5xc-minimum-configuration": {
@@ -36908,7 +36908,7 @@
36908
36908
  },
36909
36909
  "x-original-maxLength": 1024,
36910
36910
  "x-reconciled-from-discovery": true,
36911
- "x-reconciled-at": "2026-01-05T17:59:07.021191+00:00"
36911
+ "x-reconciled-at": "2026-01-05T18:29:25.328277+00:00"
36912
36912
  },
36913
36913
  "namespace": {
36914
36914
  "type": "string",
@@ -36927,7 +36927,7 @@
36927
36927
  },
36928
36928
  "x-original-maxLength": 1024,
36929
36929
  "x-reconciled-from-discovery": true,
36930
- "x-reconciled-at": "2026-01-05T17:59:07.021199+00:00"
36930
+ "x-reconciled-at": "2026-01-05T18:29:25.328284+00:00"
36931
36931
  }
36932
36932
  },
36933
36933
  "x-f5xc-minimum-configuration": {
@@ -37025,7 +37025,7 @@
37025
37025
  "maxLength": 17,
37026
37026
  "minLength": 17,
37027
37027
  "x-reconciled-from-discovery": true,
37028
- "x-reconciled-at": "2026-01-05T17:59:07.021215+00:00"
37028
+ "x-reconciled-at": "2026-01-05T18:29:25.328300+00:00"
37029
37029
  },
37030
37030
  "system_metadata": {
37031
37031
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -37160,7 +37160,7 @@
37160
37160
  },
37161
37161
  "x-original-maxLength": 1024,
37162
37162
  "x-reconciled-from-discovery": true,
37163
- "x-reconciled-at": "2026-01-05T17:59:07.021228+00:00"
37163
+ "x-reconciled-at": "2026-01-05T18:29:25.328313+00:00"
37164
37164
  },
37165
37165
  "disabled": {
37166
37166
  "type": "boolean",
@@ -37210,7 +37210,7 @@
37210
37210
  },
37211
37211
  "x-original-maxLength": 1024,
37212
37212
  "x-reconciled-from-discovery": true,
37213
- "x-reconciled-at": "2026-01-05T17:59:07.021239+00:00"
37213
+ "x-reconciled-at": "2026-01-05T18:29:25.328324+00:00"
37214
37214
  },
37215
37215
  "namespace": {
37216
37216
  "type": "string",
@@ -37229,7 +37229,7 @@
37229
37229
  },
37230
37230
  "x-original-maxLength": 1024,
37231
37231
  "x-reconciled-from-discovery": true,
37232
- "x-reconciled-at": "2026-01-05T17:59:07.021243+00:00"
37232
+ "x-reconciled-at": "2026-01-05T18:29:25.328329+00:00"
37233
37233
  },
37234
37234
  "owner_view": {
37235
37235
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -37270,7 +37270,7 @@
37270
37270
  "x-field-mutability": "read-only",
37271
37271
  "x-original-maxLength": 1024,
37272
37272
  "x-reconciled-from-discovery": true,
37273
- "x-reconciled-at": "2026-01-05T17:59:07.021251+00:00"
37273
+ "x-reconciled-at": "2026-01-05T18:29:25.328337+00:00"
37274
37274
  },
37275
37275
  "uid": {
37276
37276
  "type": "string",
@@ -37291,7 +37291,7 @@
37291
37291
  "x-original-maxLength": 1024,
37292
37292
  "format": "uuid",
37293
37293
  "x-reconciled-from-discovery": true,
37294
- "x-reconciled-at": "2026-01-05T17:59:07.021257+00:00"
37294
+ "x-reconciled-at": "2026-01-05T18:29:25.328343+00:00"
37295
37295
  }
37296
37296
  },
37297
37297
  "x-f5xc-minimum-configuration": {
@@ -37803,7 +37803,7 @@
37803
37803
  },
37804
37804
  "x-original-maxLength": 1024,
37805
37805
  "x-reconciled-from-discovery": true,
37806
- "x-reconciled-at": "2026-01-05T17:59:07.348956+00:00"
37806
+ "x-reconciled-at": "2026-01-05T18:29:25.662877+00:00"
37807
37807
  },
37808
37808
  "namespace": {
37809
37809
  "type": "string",
@@ -37822,7 +37822,7 @@
37822
37822
  },
37823
37823
  "x-original-maxLength": 1024,
37824
37824
  "x-reconciled-from-discovery": true,
37825
- "x-reconciled-at": "2026-01-05T17:59:07.348963+00:00"
37825
+ "x-reconciled-at": "2026-01-05T18:29:25.662885+00:00"
37826
37826
  }
37827
37827
  },
37828
37828
  "x-f5xc-minimum-configuration": {
@@ -37920,7 +37920,7 @@
37920
37920
  "maxLength": 17,
37921
37921
  "minLength": 17,
37922
37922
  "x-reconciled-from-discovery": true,
37923
- "x-reconciled-at": "2026-01-05T17:59:07.348979+00:00"
37923
+ "x-reconciled-at": "2026-01-05T18:29:25.662902+00:00"
37924
37924
  },
37925
37925
  "system_metadata": {
37926
37926
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -38043,7 +38043,7 @@
38043
38043
  },
38044
38044
  "x-original-maxLength": 64,
38045
38045
  "x-reconciled-from-discovery": true,
38046
- "x-reconciled-at": "2026-01-05T17:59:07.348989+00:00"
38046
+ "x-reconciled-at": "2026-01-05T18:29:25.662913+00:00"
38047
38047
  },
38048
38048
  "ipv4_prefix": {
38049
38049
  "type": "string",
@@ -38106,7 +38106,7 @@
38106
38106
  },
38107
38107
  "x-original-maxLength": 1024,
38108
38108
  "x-reconciled-from-discovery": true,
38109
- "x-reconciled-at": "2026-01-05T17:59:07.348995+00:00"
38109
+ "x-reconciled-at": "2026-01-05T18:29:25.662921+00:00"
38110
38110
  },
38111
38111
  "ipv6_prefix": {
38112
38112
  "type": "string",
@@ -38221,7 +38221,7 @@
38221
38221
  },
38222
38222
  "x-original-maxLength": 1024,
38223
38223
  "x-reconciled-from-discovery": true,
38224
- "x-reconciled-at": "2026-01-05T17:59:07.349007+00:00"
38224
+ "x-reconciled-at": "2026-01-05T18:29:25.662933+00:00"
38225
38225
  },
38226
38226
  "disabled": {
38227
38227
  "type": "boolean",
@@ -38271,7 +38271,7 @@
38271
38271
  },
38272
38272
  "x-original-maxLength": 1024,
38273
38273
  "x-reconciled-from-discovery": true,
38274
- "x-reconciled-at": "2026-01-05T17:59:07.349018+00:00"
38274
+ "x-reconciled-at": "2026-01-05T18:29:25.662943+00:00"
38275
38275
  },
38276
38276
  "namespace": {
38277
38277
  "type": "string",
@@ -38290,7 +38290,7 @@
38290
38290
  },
38291
38291
  "x-original-maxLength": 1024,
38292
38292
  "x-reconciled-from-discovery": true,
38293
- "x-reconciled-at": "2026-01-05T17:59:07.349022+00:00"
38293
+ "x-reconciled-at": "2026-01-05T18:29:25.662948+00:00"
38294
38294
  },
38295
38295
  "owner_view": {
38296
38296
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -38331,7 +38331,7 @@
38331
38331
  "x-field-mutability": "read-only",
38332
38332
  "x-original-maxLength": 1024,
38333
38333
  "x-reconciled-from-discovery": true,
38334
- "x-reconciled-at": "2026-01-05T17:59:07.349029+00:00"
38334
+ "x-reconciled-at": "2026-01-05T18:29:25.662956+00:00"
38335
38335
  },
38336
38336
  "uid": {
38337
38337
  "type": "string",
@@ -38352,7 +38352,7 @@
38352
38352
  "x-original-maxLength": 1024,
38353
38353
  "format": "uuid",
38354
38354
  "x-reconciled-from-discovery": true,
38355
- "x-reconciled-at": "2026-01-05T17:59:07.349035+00:00"
38355
+ "x-reconciled-at": "2026-01-05T18:29:25.662961+00:00"
38356
38356
  }
38357
38357
  },
38358
38358
  "x-f5xc-minimum-configuration": {
@@ -38650,7 +38650,7 @@
38650
38650
  },
38651
38651
  "x-original-maxLength": 1024,
38652
38652
  "x-reconciled-from-discovery": true,
38653
- "x-reconciled-at": "2026-01-05T17:59:20.172221+00:00"
38653
+ "x-reconciled-at": "2026-01-05T18:29:38.493381+00:00"
38654
38654
  },
38655
38655
  "namespace": {
38656
38656
  "type": "string",
@@ -38669,7 +38669,7 @@
38669
38669
  },
38670
38670
  "x-original-maxLength": 1024,
38671
38671
  "x-reconciled-from-discovery": true,
38672
- "x-reconciled-at": "2026-01-05T17:59:20.172225+00:00"
38672
+ "x-reconciled-at": "2026-01-05T18:29:38.493385+00:00"
38673
38673
  }
38674
38674
  },
38675
38675
  "x-f5xc-minimum-configuration": {
@@ -38767,7 +38767,7 @@
38767
38767
  "maxLength": 17,
38768
38768
  "minLength": 17,
38769
38769
  "x-reconciled-from-discovery": true,
38770
- "x-reconciled-at": "2026-01-05T17:59:20.172240+00:00"
38770
+ "x-reconciled-at": "2026-01-05T18:29:38.493400+00:00"
38771
38771
  },
38772
38772
  "system_metadata": {
38773
38773
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -38968,7 +38968,7 @@
38968
38968
  },
38969
38969
  "x-original-maxLength": 1024,
38970
38970
  "x-reconciled-from-discovery": true,
38971
- "x-reconciled-at": "2026-01-05T17:59:20.172260+00:00"
38971
+ "x-reconciled-at": "2026-01-05T18:29:38.493420+00:00"
38972
38972
  },
38973
38973
  "disabled": {
38974
38974
  "type": "boolean",
@@ -39018,7 +39018,7 @@
39018
39018
  },
39019
39019
  "x-original-maxLength": 1024,
39020
39020
  "x-reconciled-from-discovery": true,
39021
- "x-reconciled-at": "2026-01-05T17:59:20.172271+00:00"
39021
+ "x-reconciled-at": "2026-01-05T18:29:38.493430+00:00"
39022
39022
  },
39023
39023
  "namespace": {
39024
39024
  "type": "string",
@@ -39037,7 +39037,7 @@
39037
39037
  },
39038
39038
  "x-original-maxLength": 1024,
39039
39039
  "x-reconciled-from-discovery": true,
39040
- "x-reconciled-at": "2026-01-05T17:59:20.172276+00:00"
39040
+ "x-reconciled-at": "2026-01-05T18:29:38.493434+00:00"
39041
39041
  },
39042
39042
  "owner_view": {
39043
39043
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -39078,7 +39078,7 @@
39078
39078
  "x-field-mutability": "read-only",
39079
39079
  "x-original-maxLength": 1024,
39080
39080
  "x-reconciled-from-discovery": true,
39081
- "x-reconciled-at": "2026-01-05T17:59:20.172283+00:00"
39081
+ "x-reconciled-at": "2026-01-05T18:29:38.493442+00:00"
39082
39082
  },
39083
39083
  "uid": {
39084
39084
  "type": "string",
@@ -39099,7 +39099,7 @@
39099
39099
  "x-original-maxLength": 1024,
39100
39100
  "format": "uuid",
39101
39101
  "x-reconciled-from-discovery": true,
39102
- "x-reconciled-at": "2026-01-05T17:59:20.172289+00:00"
39102
+ "x-reconciled-at": "2026-01-05T18:29:38.493448+00:00"
39103
39103
  }
39104
39104
  },
39105
39105
  "x-f5xc-minimum-configuration": {
@@ -39812,7 +39812,7 @@
39812
39812
  "maxLength": 17,
39813
39813
  "minLength": 17,
39814
39814
  "x-reconciled-from-discovery": true,
39815
- "x-reconciled-at": "2026-01-05T17:59:26.048280+00:00"
39815
+ "x-reconciled-at": "2026-01-05T18:29:44.302642+00:00"
39816
39816
  },
39817
39817
  "system_metadata": {
39818
39818
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -40012,7 +40012,7 @@
40012
40012
  },
40013
40013
  "x-original-maxLength": 1024,
40014
40014
  "x-reconciled-from-discovery": true,
40015
- "x-reconciled-at": "2026-01-05T17:59:26.048296+00:00"
40015
+ "x-reconciled-at": "2026-01-05T18:29:44.302660+00:00"
40016
40016
  },
40017
40017
  "disabled": {
40018
40018
  "type": "boolean",
@@ -40062,7 +40062,7 @@
40062
40062
  },
40063
40063
  "x-original-maxLength": 1024,
40064
40064
  "x-reconciled-from-discovery": true,
40065
- "x-reconciled-at": "2026-01-05T17:59:26.048307+00:00"
40065
+ "x-reconciled-at": "2026-01-05T18:29:44.302671+00:00"
40066
40066
  },
40067
40067
  "namespace": {
40068
40068
  "type": "string",
@@ -40081,7 +40081,7 @@
40081
40081
  },
40082
40082
  "x-original-maxLength": 1024,
40083
40083
  "x-reconciled-from-discovery": true,
40084
- "x-reconciled-at": "2026-01-05T17:59:26.048311+00:00"
40084
+ "x-reconciled-at": "2026-01-05T18:29:44.302677+00:00"
40085
40085
  },
40086
40086
  "owner_view": {
40087
40087
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -40122,7 +40122,7 @@
40122
40122
  "x-field-mutability": "read-only",
40123
40123
  "x-original-maxLength": 1024,
40124
40124
  "x-reconciled-from-discovery": true,
40125
- "x-reconciled-at": "2026-01-05T17:59:26.048319+00:00"
40125
+ "x-reconciled-at": "2026-01-05T18:29:44.302688+00:00"
40126
40126
  },
40127
40127
  "uid": {
40128
40128
  "type": "string",
@@ -40143,7 +40143,7 @@
40143
40143
  "x-original-maxLength": 1024,
40144
40144
  "format": "uuid",
40145
40145
  "x-reconciled-from-discovery": true,
40146
- "x-reconciled-at": "2026-01-05T17:59:26.048324+00:00"
40146
+ "x-reconciled-at": "2026-01-05T18:29:44.302694+00:00"
40147
40147
  }
40148
40148
  },
40149
40149
  "x-f5xc-minimum-configuration": {
@@ -40381,7 +40381,7 @@
40381
40381
  },
40382
40382
  "x-original-maxLength": 256,
40383
40383
  "x-reconciled-from-discovery": true,
40384
- "x-reconciled-at": "2026-01-05T17:59:30.012354+00:00"
40384
+ "x-reconciled-at": "2026-01-05T18:29:48.265204+00:00"
40385
40385
  },
40386
40386
  "presence": {
40387
40387
  "type": "boolean",
@@ -40659,7 +40659,7 @@
40659
40659
  },
40660
40660
  "x-original-maxLength": 256,
40661
40661
  "x-reconciled-from-discovery": true,
40662
- "x-reconciled-at": "2026-01-05T17:59:30.012402+00:00"
40662
+ "x-reconciled-at": "2026-01-05T18:29:48.265253+00:00"
40663
40663
  },
40664
40664
  "regex": {
40665
40665
  "type": "string",
@@ -40909,7 +40909,7 @@
40909
40909
  },
40910
40910
  "x-original-maxLength": 256,
40911
40911
  "x-reconciled-from-discovery": true,
40912
- "x-reconciled-at": "2026-01-05T17:59:30.012432+00:00"
40912
+ "x-reconciled-at": "2026-01-05T18:29:48.265284+00:00"
40913
40913
  },
40914
40914
  "path": {
40915
40915
  "type": "string",
@@ -41068,7 +41068,7 @@
41068
41068
  },
41069
41069
  "x-original-maxLength": 1024,
41070
41070
  "x-reconciled-from-discovery": true,
41071
- "x-reconciled-at": "2026-01-05T17:59:30.012452+00:00"
41071
+ "x-reconciled-at": "2026-01-05T18:29:48.265303+00:00"
41072
41072
  },
41073
41073
  "namespace": {
41074
41074
  "type": "string",
@@ -41087,7 +41087,7 @@
41087
41087
  },
41088
41088
  "x-original-maxLength": 1024,
41089
41089
  "x-reconciled-from-discovery": true,
41090
- "x-reconciled-at": "2026-01-05T17:59:30.012456+00:00"
41090
+ "x-reconciled-at": "2026-01-05T18:29:48.265307+00:00"
41091
41091
  }
41092
41092
  },
41093
41093
  "x-f5xc-minimum-configuration": {
@@ -41185,7 +41185,7 @@
41185
41185
  "maxLength": 17,
41186
41186
  "minLength": 17,
41187
41187
  "x-reconciled-from-discovery": true,
41188
- "x-reconciled-at": "2026-01-05T17:59:30.012471+00:00"
41188
+ "x-reconciled-at": "2026-01-05T18:29:48.265322+00:00"
41189
41189
  },
41190
41190
  "system_metadata": {
41191
41191
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -41493,7 +41493,7 @@
41493
41493
  },
41494
41494
  "x-original-maxLength": 1024,
41495
41495
  "x-reconciled-from-discovery": true,
41496
- "x-reconciled-at": "2026-01-05T17:59:30.012492+00:00"
41496
+ "x-reconciled-at": "2026-01-05T18:29:48.265343+00:00"
41497
41497
  },
41498
41498
  "disabled": {
41499
41499
  "type": "boolean",
@@ -41543,7 +41543,7 @@
41543
41543
  },
41544
41544
  "x-original-maxLength": 1024,
41545
41545
  "x-reconciled-from-discovery": true,
41546
- "x-reconciled-at": "2026-01-05T17:59:30.012503+00:00"
41546
+ "x-reconciled-at": "2026-01-05T18:29:48.265353+00:00"
41547
41547
  },
41548
41548
  "namespace": {
41549
41549
  "type": "string",
@@ -41562,7 +41562,7 @@
41562
41562
  },
41563
41563
  "x-original-maxLength": 1024,
41564
41564
  "x-reconciled-from-discovery": true,
41565
- "x-reconciled-at": "2026-01-05T17:59:30.012508+00:00"
41565
+ "x-reconciled-at": "2026-01-05T18:29:48.265357+00:00"
41566
41566
  },
41567
41567
  "owner_view": {
41568
41568
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -41603,7 +41603,7 @@
41603
41603
  "x-field-mutability": "read-only",
41604
41604
  "x-original-maxLength": 1024,
41605
41605
  "x-reconciled-from-discovery": true,
41606
- "x-reconciled-at": "2026-01-05T17:59:30.012517+00:00"
41606
+ "x-reconciled-at": "2026-01-05T18:29:48.265365+00:00"
41607
41607
  },
41608
41608
  "uid": {
41609
41609
  "type": "string",
@@ -41624,7 +41624,7 @@
41624
41624
  "x-original-maxLength": 1024,
41625
41625
  "format": "uuid",
41626
41626
  "x-reconciled-from-discovery": true,
41627
- "x-reconciled-at": "2026-01-05T17:59:30.012522+00:00"
41627
+ "x-reconciled-at": "2026-01-05T18:29:48.265371+00:00"
41628
41628
  }
41629
41629
  },
41630
41630
  "x-f5xc-minimum-configuration": {
@@ -42959,7 +42959,7 @@
42959
42959
  },
42960
42960
  "x-original-maxLength": 1024,
42961
42961
  "x-reconciled-from-discovery": true,
42962
- "x-reconciled-at": "2026-01-05T17:59:30.012625+00:00"
42962
+ "x-reconciled-at": "2026-01-05T18:29:48.265469+00:00"
42963
42963
  },
42964
42964
  "status": {
42965
42965
  "type": "string",
@@ -42984,7 +42984,7 @@
42984
42984
  },
42985
42985
  "x-original-maxLength": 1024,
42986
42986
  "x-reconciled-from-discovery": true,
42987
- "x-reconciled-at": "2026-01-05T17:59:30.012629+00:00"
42987
+ "x-reconciled-at": "2026-01-05T18:29:48.265473+00:00"
42988
42988
  }
42989
42989
  },
42990
42990
  "x-f5xc-minimum-configuration": {
@@ -43172,7 +43172,7 @@
43172
43172
  },
43173
43173
  "x-original-maxLength": 256,
43174
43174
  "x-reconciled-from-discovery": true,
43175
- "x-reconciled-at": "2026-01-05T17:59:30.012670+00:00"
43175
+ "x-reconciled-at": "2026-01-05T18:29:48.265516+00:00"
43176
43176
  },
43177
43177
  "overwrite": {
43178
43178
  "type": "boolean",
@@ -43211,7 +43211,7 @@
43211
43211
  },
43212
43212
  "x-original-maxLength": 8096,
43213
43213
  "x-reconciled-from-discovery": true,
43214
- "x-reconciled-at": "2026-01-05T17:59:30.012677+00:00"
43214
+ "x-reconciled-at": "2026-01-05T18:29:48.265523+00:00"
43215
43215
  }
43216
43216
  },
43217
43217
  "x-f5xc-minimum-configuration": {
@@ -43638,7 +43638,7 @@
43638
43638
  },
43639
43639
  "x-original-maxLength": 256,
43640
43640
  "x-reconciled-from-discovery": true,
43641
- "x-reconciled-at": "2026-01-05T17:59:30.012709+00:00"
43641
+ "x-reconciled-at": "2026-01-05T18:29:48.265555+00:00"
43642
43642
  },
43643
43643
  "secret_value": {
43644
43644
  "$ref": "#/components/schemas/schemaSecretType"
@@ -43664,7 +43664,7 @@
43664
43664
  },
43665
43665
  "x-original-maxLength": 8096,
43666
43666
  "x-reconciled-from-discovery": true,
43667
- "x-reconciled-at": "2026-01-05T17:59:30.012714+00:00"
43667
+ "x-reconciled-at": "2026-01-05T18:29:48.265561+00:00"
43668
43668
  }
43669
43669
  },
43670
43670
  "x-f5xc-minimum-configuration": {
@@ -44248,7 +44248,7 @@
44248
44248
  },
44249
44249
  "x-original-maxLength": 256,
44250
44250
  "x-reconciled-from-discovery": true,
44251
- "x-reconciled-at": "2026-01-05T17:59:30.012825+00:00"
44251
+ "x-reconciled-at": "2026-01-05T18:29:48.265671+00:00"
44252
44252
  },
44253
44253
  "overwrite": {
44254
44254
  "type": "boolean",
@@ -44296,7 +44296,7 @@
44296
44296
  },
44297
44297
  "x-original-maxLength": 8096,
44298
44298
  "x-reconciled-from-discovery": true,
44299
- "x-reconciled-at": "2026-01-05T17:59:30.012835+00:00"
44299
+ "x-reconciled-at": "2026-01-05T18:29:48.265681+00:00"
44300
44300
  }
44301
44301
  },
44302
44302
  "x-f5xc-minimum-configuration": {
@@ -45038,7 +45038,7 @@
45038
45038
  },
45039
45039
  "x-original-maxLength": 1024,
45040
45040
  "x-reconciled-from-discovery": true,
45041
- "x-reconciled-at": "2026-01-05T17:59:30.248080+00:00"
45041
+ "x-reconciled-at": "2026-01-05T18:29:48.501236+00:00"
45042
45042
  },
45043
45043
  "node": {
45044
45044
  "type": "string",
@@ -45448,7 +45448,7 @@
45448
45448
  },
45449
45449
  "x-original-maxLength": 1024,
45450
45450
  "x-reconciled-from-discovery": true,
45451
- "x-reconciled-at": "2026-01-05T17:59:30.248118+00:00"
45451
+ "x-reconciled-at": "2026-01-05T18:29:48.501278+00:00"
45452
45452
  },
45453
45453
  "node": {
45454
45454
  "type": "string",
@@ -46203,7 +46203,7 @@
46203
46203
  },
46204
46204
  "x-original-maxLength": 1024,
46205
46205
  "x-reconciled-from-discovery": true,
46206
- "x-reconciled-at": "2026-01-05T17:59:30.581017+00:00"
46206
+ "x-reconciled-at": "2026-01-05T18:29:48.833769+00:00"
46207
46207
  },
46208
46208
  "namespace": {
46209
46209
  "type": "string",
@@ -46222,7 +46222,7 @@
46222
46222
  },
46223
46223
  "x-original-maxLength": 1024,
46224
46224
  "x-reconciled-from-discovery": true,
46225
- "x-reconciled-at": "2026-01-05T17:59:30.581022+00:00"
46225
+ "x-reconciled-at": "2026-01-05T18:29:48.833773+00:00"
46226
46226
  }
46227
46227
  },
46228
46228
  "x-f5xc-minimum-configuration": {
@@ -46320,7 +46320,7 @@
46320
46320
  "maxLength": 17,
46321
46321
  "minLength": 17,
46322
46322
  "x-reconciled-from-discovery": true,
46323
- "x-reconciled-at": "2026-01-05T17:59:30.581036+00:00"
46323
+ "x-reconciled-at": "2026-01-05T18:29:48.833787+00:00"
46324
46324
  },
46325
46325
  "system_metadata": {
46326
46326
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -46455,7 +46455,7 @@
46455
46455
  },
46456
46456
  "x-original-maxLength": 1024,
46457
46457
  "x-reconciled-from-discovery": true,
46458
- "x-reconciled-at": "2026-01-05T17:59:30.581048+00:00"
46458
+ "x-reconciled-at": "2026-01-05T18:29:48.833799+00:00"
46459
46459
  },
46460
46460
  "disabled": {
46461
46461
  "type": "boolean",
@@ -46505,7 +46505,7 @@
46505
46505
  },
46506
46506
  "x-original-maxLength": 1024,
46507
46507
  "x-reconciled-from-discovery": true,
46508
- "x-reconciled-at": "2026-01-05T17:59:30.581057+00:00"
46508
+ "x-reconciled-at": "2026-01-05T18:29:48.833809+00:00"
46509
46509
  },
46510
46510
  "namespace": {
46511
46511
  "type": "string",
@@ -46524,7 +46524,7 @@
46524
46524
  },
46525
46525
  "x-original-maxLength": 1024,
46526
46526
  "x-reconciled-from-discovery": true,
46527
- "x-reconciled-at": "2026-01-05T17:59:30.581061+00:00"
46527
+ "x-reconciled-at": "2026-01-05T18:29:48.833813+00:00"
46528
46528
  },
46529
46529
  "owner_view": {
46530
46530
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -46565,7 +46565,7 @@
46565
46565
  "x-field-mutability": "read-only",
46566
46566
  "x-original-maxLength": 1024,
46567
46567
  "x-reconciled-from-discovery": true,
46568
- "x-reconciled-at": "2026-01-05T17:59:30.581068+00:00"
46568
+ "x-reconciled-at": "2026-01-05T18:29:48.833821+00:00"
46569
46569
  },
46570
46570
  "uid": {
46571
46571
  "type": "string",
@@ -46586,7 +46586,7 @@
46586
46586
  "x-original-maxLength": 1024,
46587
46587
  "format": "uuid",
46588
46588
  "x-reconciled-from-discovery": true,
46589
- "x-reconciled-at": "2026-01-05T17:59:30.581073+00:00"
46589
+ "x-reconciled-at": "2026-01-05T18:29:48.833825+00:00"
46590
46590
  }
46591
46591
  },
46592
46592
  "x-f5xc-minimum-configuration": {
@@ -47064,7 +47064,7 @@
47064
47064
  },
47065
47065
  "x-original-maxLength": 1024,
47066
47066
  "x-reconciled-from-discovery": true,
47067
- "x-reconciled-at": "2026-01-05T17:59:41.490389+00:00"
47067
+ "x-reconciled-at": "2026-01-05T18:29:59.724659+00:00"
47068
47068
  },
47069
47069
  "namespace": {
47070
47070
  "type": "string",
@@ -47083,7 +47083,7 @@
47083
47083
  },
47084
47084
  "x-original-maxLength": 1024,
47085
47085
  "x-reconciled-from-discovery": true,
47086
- "x-reconciled-at": "2026-01-05T17:59:41.490393+00:00"
47086
+ "x-reconciled-at": "2026-01-05T18:29:59.724664+00:00"
47087
47087
  }
47088
47088
  },
47089
47089
  "x-f5xc-minimum-configuration": {
@@ -47181,7 +47181,7 @@
47181
47181
  "maxLength": 17,
47182
47182
  "minLength": 17,
47183
47183
  "x-reconciled-from-discovery": true,
47184
- "x-reconciled-at": "2026-01-05T17:59:41.490407+00:00"
47184
+ "x-reconciled-at": "2026-01-05T18:29:59.724678+00:00"
47185
47185
  },
47186
47186
  "system_metadata": {
47187
47187
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -47316,7 +47316,7 @@
47316
47316
  },
47317
47317
  "x-original-maxLength": 1024,
47318
47318
  "x-reconciled-from-discovery": true,
47319
- "x-reconciled-at": "2026-01-05T17:59:41.490418+00:00"
47319
+ "x-reconciled-at": "2026-01-05T18:29:59.724690+00:00"
47320
47320
  },
47321
47321
  "disabled": {
47322
47322
  "type": "boolean",
@@ -47366,7 +47366,7 @@
47366
47366
  },
47367
47367
  "x-original-maxLength": 1024,
47368
47368
  "x-reconciled-from-discovery": true,
47369
- "x-reconciled-at": "2026-01-05T17:59:41.490427+00:00"
47369
+ "x-reconciled-at": "2026-01-05T18:29:59.724700+00:00"
47370
47370
  },
47371
47371
  "namespace": {
47372
47372
  "type": "string",
@@ -47385,7 +47385,7 @@
47385
47385
  },
47386
47386
  "x-original-maxLength": 1024,
47387
47387
  "x-reconciled-from-discovery": true,
47388
- "x-reconciled-at": "2026-01-05T17:59:41.490432+00:00"
47388
+ "x-reconciled-at": "2026-01-05T18:29:59.724705+00:00"
47389
47389
  },
47390
47390
  "owner_view": {
47391
47391
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -47426,7 +47426,7 @@
47426
47426
  "x-field-mutability": "read-only",
47427
47427
  "x-original-maxLength": 1024,
47428
47428
  "x-reconciled-from-discovery": true,
47429
- "x-reconciled-at": "2026-01-05T17:59:41.490439+00:00"
47429
+ "x-reconciled-at": "2026-01-05T18:29:59.724712+00:00"
47430
47430
  },
47431
47431
  "uid": {
47432
47432
  "type": "string",
@@ -47447,7 +47447,7 @@
47447
47447
  "x-original-maxLength": 1024,
47448
47448
  "format": "uuid",
47449
47449
  "x-reconciled-from-discovery": true,
47450
- "x-reconciled-at": "2026-01-05T17:59:41.490445+00:00"
47450
+ "x-reconciled-at": "2026-01-05T18:29:59.724718+00:00"
47451
47451
  }
47452
47452
  },
47453
47453
  "x-f5xc-minimum-configuration": {
@@ -47861,7 +47861,7 @@
47861
47861
  },
47862
47862
  "x-original-maxLength": 1024,
47863
47863
  "x-reconciled-from-discovery": true,
47864
- "x-reconciled-at": "2026-01-05T17:59:47.035640+00:00"
47864
+ "x-reconciled-at": "2026-01-05T18:30:05.243846+00:00"
47865
47865
  },
47866
47866
  "node": {
47867
47867
  "type": "string",
@@ -48591,7 +48591,7 @@
48591
48591
  },
48592
48592
  "x-original-maxLength": 1024,
48593
48593
  "x-reconciled-from-discovery": true,
48594
- "x-reconciled-at": "2026-01-05T17:59:47.428851+00:00"
48594
+ "x-reconciled-at": "2026-01-05T18:30:05.643189+00:00"
48595
48595
  },
48596
48596
  "namespace": {
48597
48597
  "type": "string",
@@ -48610,7 +48610,7 @@
48610
48610
  },
48611
48611
  "x-original-maxLength": 1024,
48612
48612
  "x-reconciled-from-discovery": true,
48613
- "x-reconciled-at": "2026-01-05T17:59:47.428855+00:00"
48613
+ "x-reconciled-at": "2026-01-05T18:30:05.643193+00:00"
48614
48614
  }
48615
48615
  },
48616
48616
  "x-f5xc-minimum-configuration": {
@@ -48770,7 +48770,7 @@
48770
48770
  "maxLength": 17,
48771
48771
  "minLength": 17,
48772
48772
  "x-reconciled-from-discovery": true,
48773
- "x-reconciled-at": "2026-01-05T17:59:47.428873+00:00"
48773
+ "x-reconciled-at": "2026-01-05T18:30:05.643212+00:00"
48774
48774
  },
48775
48775
  "system_metadata": {
48776
48776
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -49047,7 +49047,7 @@
49047
49047
  },
49048
49048
  "x-original-maxLength": 1024,
49049
49049
  "x-reconciled-from-discovery": true,
49050
- "x-reconciled-at": "2026-01-05T17:59:47.428893+00:00"
49050
+ "x-reconciled-at": "2026-01-05T18:30:05.643232+00:00"
49051
49051
  },
49052
49052
  "disabled": {
49053
49053
  "type": "boolean",
@@ -49097,7 +49097,7 @@
49097
49097
  },
49098
49098
  "x-original-maxLength": 1024,
49099
49099
  "x-reconciled-from-discovery": true,
49100
- "x-reconciled-at": "2026-01-05T17:59:47.428902+00:00"
49100
+ "x-reconciled-at": "2026-01-05T18:30:05.643243+00:00"
49101
49101
  },
49102
49102
  "namespace": {
49103
49103
  "type": "string",
@@ -49116,7 +49116,7 @@
49116
49116
  },
49117
49117
  "x-original-maxLength": 1024,
49118
49118
  "x-reconciled-from-discovery": true,
49119
- "x-reconciled-at": "2026-01-05T17:59:47.428906+00:00"
49119
+ "x-reconciled-at": "2026-01-05T18:30:05.643247+00:00"
49120
49120
  },
49121
49121
  "owner_view": {
49122
49122
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -49157,7 +49157,7 @@
49157
49157
  "x-field-mutability": "read-only",
49158
49158
  "x-original-maxLength": 1024,
49159
49159
  "x-reconciled-from-discovery": true,
49160
- "x-reconciled-at": "2026-01-05T17:59:47.428913+00:00"
49160
+ "x-reconciled-at": "2026-01-05T18:30:05.643255+00:00"
49161
49161
  },
49162
49162
  "uid": {
49163
49163
  "type": "string",
@@ -49178,7 +49178,7 @@
49178
49178
  "x-original-maxLength": 1024,
49179
49179
  "format": "uuid",
49180
49180
  "x-reconciled-from-discovery": true,
49181
- "x-reconciled-at": "2026-01-05T17:59:47.428918+00:00"
49181
+ "x-reconciled-at": "2026-01-05T18:30:05.643259+00:00"
49182
49182
  }
49183
49183
  },
49184
49184
  "x-f5xc-minimum-configuration": {
@@ -49602,7 +49602,7 @@
49602
49602
  "maxLength": 15,
49603
49603
  "minLength": 3,
49604
49604
  "x-reconciled-from-discovery": true,
49605
- "x-reconciled-at": "2026-01-05T17:59:53.216311+00:00"
49605
+ "x-reconciled-at": "2026-01-05T18:30:11.487229+00:00"
49606
49606
  }
49607
49607
  },
49608
49608
  "x-f5xc-minimum-configuration": {
@@ -49655,7 +49655,7 @@
49655
49655
  "maxLength": 15,
49656
49656
  "minLength": 3,
49657
49657
  "x-reconciled-from-discovery": true,
49658
- "x-reconciled-at": "2026-01-05T17:59:53.216318+00:00"
49658
+ "x-reconciled-at": "2026-01-05T18:30:11.487236+00:00"
49659
49659
  }
49660
49660
  },
49661
49661
  "x-f5xc-minimum-configuration": {
@@ -49707,7 +49707,7 @@
49707
49707
  "maxLength": 15,
49708
49708
  "minLength": 3,
49709
49709
  "x-reconciled-from-discovery": true,
49710
- "x-reconciled-at": "2026-01-05T17:59:53.216324+00:00"
49710
+ "x-reconciled-at": "2026-01-05T18:30:11.487242+00:00"
49711
49711
  }
49712
49712
  },
49713
49713
  "x-f5xc-minimum-configuration": {
@@ -49897,7 +49897,7 @@
49897
49897
  },
49898
49898
  "x-original-maxLength": 1024,
49899
49899
  "x-reconciled-from-discovery": true,
49900
- "x-reconciled-at": "2026-01-05T17:59:53.216443+00:00"
49900
+ "x-reconciled-at": "2026-01-05T18:30:11.487355+00:00"
49901
49901
  },
49902
49902
  "namespace": {
49903
49903
  "type": "string",
@@ -49916,7 +49916,7 @@
49916
49916
  },
49917
49917
  "x-original-maxLength": 1024,
49918
49918
  "x-reconciled-from-discovery": true,
49919
- "x-reconciled-at": "2026-01-05T17:59:53.216447+00:00"
49919
+ "x-reconciled-at": "2026-01-05T18:30:11.487360+00:00"
49920
49920
  }
49921
49921
  },
49922
49922
  "x-f5xc-minimum-configuration": {
@@ -50014,7 +50014,7 @@
50014
50014
  "maxLength": 17,
50015
50015
  "minLength": 17,
50016
50016
  "x-reconciled-from-discovery": true,
50017
- "x-reconciled-at": "2026-01-05T17:59:53.216461+00:00"
50017
+ "x-reconciled-at": "2026-01-05T18:30:11.487373+00:00"
50018
50018
  },
50019
50019
  "system_metadata": {
50020
50020
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -50235,7 +50235,7 @@
50235
50235
  },
50236
50236
  "x-original-maxLength": 1024,
50237
50237
  "x-reconciled-from-discovery": true,
50238
- "x-reconciled-at": "2026-01-05T17:59:53.216480+00:00"
50238
+ "x-reconciled-at": "2026-01-05T18:30:11.487391+00:00"
50239
50239
  },
50240
50240
  "disabled": {
50241
50241
  "type": "boolean",
@@ -50285,7 +50285,7 @@
50285
50285
  },
50286
50286
  "x-original-maxLength": 1024,
50287
50287
  "x-reconciled-from-discovery": true,
50288
- "x-reconciled-at": "2026-01-05T17:59:53.216489+00:00"
50288
+ "x-reconciled-at": "2026-01-05T18:30:11.487401+00:00"
50289
50289
  },
50290
50290
  "namespace": {
50291
50291
  "type": "string",
@@ -50304,7 +50304,7 @@
50304
50304
  },
50305
50305
  "x-original-maxLength": 1024,
50306
50306
  "x-reconciled-from-discovery": true,
50307
- "x-reconciled-at": "2026-01-05T17:59:53.216493+00:00"
50307
+ "x-reconciled-at": "2026-01-05T18:30:11.487405+00:00"
50308
50308
  },
50309
50309
  "owner_view": {
50310
50310
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -50345,7 +50345,7 @@
50345
50345
  "x-field-mutability": "read-only",
50346
50346
  "x-original-maxLength": 1024,
50347
50347
  "x-reconciled-from-discovery": true,
50348
- "x-reconciled-at": "2026-01-05T17:59:53.216501+00:00"
50348
+ "x-reconciled-at": "2026-01-05T18:30:11.487412+00:00"
50349
50349
  },
50350
50350
  "uid": {
50351
50351
  "type": "string",
@@ -50366,7 +50366,7 @@
50366
50366
  "x-original-maxLength": 1024,
50367
50367
  "format": "uuid",
50368
50368
  "x-reconciled-from-discovery": true,
50369
- "x-reconciled-at": "2026-01-05T17:59:53.216506+00:00"
50369
+ "x-reconciled-at": "2026-01-05T18:30:11.487417+00:00"
50370
50370
  }
50371
50371
  },
50372
50372
  "x-f5xc-minimum-configuration": {
@@ -50820,7 +50820,7 @@
50820
50820
  },
50821
50821
  "x-original-maxLength": 1024,
50822
50822
  "x-reconciled-from-discovery": true,
50823
- "x-reconciled-at": "2026-01-05T17:59:53.216548+00:00"
50823
+ "x-reconciled-at": "2026-01-05T18:30:11.487458+00:00"
50824
50824
  },
50825
50825
  "range": {
50826
50826
  "type": "string",
@@ -51009,7 +51009,7 @@
51009
51009
  "maxLength": 16,
51010
51010
  "minLength": 7,
51011
51011
  "x-reconciled-from-discovery": true,
51012
- "x-reconciled-at": "2026-01-05T17:59:53.216561+00:00"
51012
+ "x-reconciled-at": "2026-01-05T18:30:11.487471+00:00"
51013
51013
  },
51014
51014
  "value": {
51015
51015
  "type": "array",
@@ -51028,7 +51028,7 @@
51028
51028
  "maxLength": 15,
51029
51029
  "minLength": 3,
51030
51030
  "x-reconciled-from-discovery": true,
51031
- "x-reconciled-at": "2026-01-05T17:59:53.216566+00:00"
51031
+ "x-reconciled-at": "2026-01-05T18:30:11.487477+00:00"
51032
51032
  }
51033
51033
  },
51034
51034
  "x-f5xc-minimum-configuration": {
@@ -51193,7 +51193,7 @@
51193
51193
  },
51194
51194
  "x-original-maxLength": 1024,
51195
51195
  "x-reconciled-from-discovery": true,
51196
- "x-reconciled-at": "2026-01-05T17:59:53.216579+00:00"
51196
+ "x-reconciled-at": "2026-01-05T18:30:11.487492+00:00"
51197
51197
  }
51198
51198
  },
51199
51199
  "x-f5xc-minimum-configuration": {