@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": "Sites",
5
5
  "description": "Multi-cloud node provisioning spanning major public cloud environments including TGW, VNet, and VPC architectures. VPN tunnel configuration handles secure connectivity while IP prefix management controls address allocation. Customer edge deployments support external container orchestration platforms. Geographic distribution with resource sharing enables consistent policy enforcement across deployment points.",
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"
@@ -33448,7 +33448,7 @@
33448
33448
  },
33449
33449
  "x-original-maxLength": 1024,
33450
33450
  "x-reconciled-from-discovery": true,
33451
- "x-reconciled-at": "2026-01-05T17:58:42.540133+00:00"
33451
+ "x-reconciled-at": "2026-01-05T18:29:01.011915+00:00"
33452
33452
  },
33453
33453
  "tags": {
33454
33454
  "type": "object",
@@ -33815,7 +33815,7 @@
33815
33815
  },
33816
33816
  "x-original-maxLength": 1024,
33817
33817
  "x-reconciled-from-discovery": true,
33818
- "x-reconciled-at": "2026-01-05T17:58:42.540181+00:00"
33818
+ "x-reconciled-at": "2026-01-05T18:29:01.011953+00:00"
33819
33819
  },
33820
33820
  "namespace": {
33821
33821
  "type": "string",
@@ -33834,7 +33834,7 @@
33834
33834
  },
33835
33835
  "x-original-maxLength": 1024,
33836
33836
  "x-reconciled-from-discovery": true,
33837
- "x-reconciled-at": "2026-01-05T17:58:42.540187+00:00"
33837
+ "x-reconciled-at": "2026-01-05T18:29:01.011959+00:00"
33838
33838
  }
33839
33839
  },
33840
33840
  "x-f5xc-minimum-configuration": {
@@ -33932,7 +33932,7 @@
33932
33932
  "maxLength": 17,
33933
33933
  "minLength": 17,
33934
33934
  "x-reconciled-from-discovery": true,
33935
- "x-reconciled-at": "2026-01-05T17:58:42.540202+00:00"
33935
+ "x-reconciled-at": "2026-01-05T18:29:01.011974+00:00"
33936
33936
  },
33937
33937
  "system_metadata": {
33938
33938
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -34067,7 +34067,7 @@
34067
34067
  },
34068
34068
  "x-original-maxLength": 1024,
34069
34069
  "x-reconciled-from-discovery": true,
34070
- "x-reconciled-at": "2026-01-05T17:58:42.540213+00:00"
34070
+ "x-reconciled-at": "2026-01-05T18:29:01.011985+00:00"
34071
34071
  },
34072
34072
  "disabled": {
34073
34073
  "type": "boolean",
@@ -34117,7 +34117,7 @@
34117
34117
  },
34118
34118
  "x-original-maxLength": 1024,
34119
34119
  "x-reconciled-from-discovery": true,
34120
- "x-reconciled-at": "2026-01-05T17:58:42.540223+00:00"
34120
+ "x-reconciled-at": "2026-01-05T18:29:01.011996+00:00"
34121
34121
  },
34122
34122
  "namespace": {
34123
34123
  "type": "string",
@@ -34136,7 +34136,7 @@
34136
34136
  },
34137
34137
  "x-original-maxLength": 1024,
34138
34138
  "x-reconciled-from-discovery": true,
34139
- "x-reconciled-at": "2026-01-05T17:58:42.540227+00:00"
34139
+ "x-reconciled-at": "2026-01-05T18:29:01.012000+00:00"
34140
34140
  },
34141
34141
  "owner_view": {
34142
34142
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -34177,7 +34177,7 @@
34177
34177
  "x-field-mutability": "read-only",
34178
34178
  "x-original-maxLength": 1024,
34179
34179
  "x-reconciled-from-discovery": true,
34180
- "x-reconciled-at": "2026-01-05T17:58:42.540234+00:00"
34180
+ "x-reconciled-at": "2026-01-05T18:29:01.012008+00:00"
34181
34181
  },
34182
34182
  "uid": {
34183
34183
  "type": "string",
@@ -34198,7 +34198,7 @@
34198
34198
  "x-original-maxLength": 1024,
34199
34199
  "format": "uuid",
34200
34200
  "x-reconciled-from-discovery": true,
34201
- "x-reconciled-at": "2026-01-05T17:58:42.540240+00:00"
34201
+ "x-reconciled-at": "2026-01-05T18:29:01.012013+00:00"
34202
34202
  }
34203
34203
  },
34204
34204
  "x-f5xc-minimum-configuration": {
@@ -34888,7 +34888,7 @@
34888
34888
  },
34889
34889
  "x-original-maxLength": 1024,
34890
34890
  "x-reconciled-from-discovery": true,
34891
- "x-reconciled-at": "2026-01-05T17:58:42.540304+00:00"
34891
+ "x-reconciled-at": "2026-01-05T18:29:01.012092+00:00"
34892
34892
  },
34893
34893
  "namespace": {
34894
34894
  "type": "string",
@@ -34907,7 +34907,7 @@
34907
34907
  },
34908
34908
  "x-original-maxLength": 1024,
34909
34909
  "x-reconciled-from-discovery": true,
34910
- "x-reconciled-at": "2026-01-05T17:58:42.540308+00:00"
34910
+ "x-reconciled-at": "2026-01-05T18:29:01.012097+00:00"
34911
34911
  },
34912
34912
  "tgw_info": {
34913
34913
  "$ref": "#/components/schemas/aws_tgw_siteAWSTGWInfoConfigType"
@@ -34968,7 +34968,7 @@
34968
34968
  },
34969
34969
  "x-original-maxLength": 1024,
34970
34970
  "x-reconciled-from-discovery": true,
34971
- "x-reconciled-at": "2026-01-05T17:58:42.540314+00:00"
34971
+ "x-reconciled-at": "2026-01-05T18:29:01.012103+00:00"
34972
34972
  },
34973
34973
  "namespace": {
34974
34974
  "type": "string",
@@ -34987,7 +34987,7 @@
34987
34987
  },
34988
34988
  "x-original-maxLength": 1024,
34989
34989
  "x-reconciled-from-discovery": true,
34990
- "x-reconciled-at": "2026-01-05T17:58:42.540318+00:00"
34990
+ "x-reconciled-at": "2026-01-05T18:29:01.012107+00:00"
34991
34991
  },
34992
34992
  "vip_params_per_az": {
34993
34993
  "type": "array",
@@ -35066,7 +35066,7 @@
35066
35066
  },
35067
35067
  "x-original-maxLength": 1024,
35068
35068
  "x-reconciled-from-discovery": true,
35069
- "x-reconciled-at": "2026-01-05T17:58:42.540325+00:00"
35069
+ "x-reconciled-at": "2026-01-05T18:29:01.012114+00:00"
35070
35070
  },
35071
35071
  "namespace": {
35072
35072
  "type": "string",
@@ -35085,7 +35085,7 @@
35085
35085
  },
35086
35086
  "x-original-maxLength": 1024,
35087
35087
  "x-reconciled-from-discovery": true,
35088
- "x-reconciled-at": "2026-01-05T17:58:42.540329+00:00"
35088
+ "x-reconciled-at": "2026-01-05T18:29:01.012118+00:00"
35089
35089
  },
35090
35090
  "vpc_ip_prefixes": {
35091
35091
  "type": "object",
@@ -35154,7 +35154,7 @@
35154
35154
  },
35155
35155
  "x-original-maxLength": 1024,
35156
35156
  "x-reconciled-from-discovery": true,
35157
- "x-reconciled-at": "2026-01-05T17:58:42.540335+00:00"
35157
+ "x-reconciled-at": "2026-01-05T18:29:01.012124+00:00"
35158
35158
  },
35159
35159
  "namespace": {
35160
35160
  "type": "string",
@@ -35173,7 +35173,7 @@
35173
35173
  },
35174
35174
  "x-original-maxLength": 1024,
35175
35175
  "x-reconciled-from-discovery": true,
35176
- "x-reconciled-at": "2026-01-05T17:58:42.540340+00:00"
35176
+ "x-reconciled-at": "2026-01-05T18:29:01.012128+00:00"
35177
35177
  }
35178
35178
  },
35179
35179
  "x-f5xc-minimum-configuration": {
@@ -36100,7 +36100,7 @@
36100
36100
  },
36101
36101
  "x-original-maxLength": 1024,
36102
36102
  "x-reconciled-from-discovery": true,
36103
- "x-reconciled-at": "2026-01-05T17:58:42.540418+00:00"
36103
+ "x-reconciled-at": "2026-01-05T18:29:01.012209+00:00"
36104
36104
  },
36105
36105
  "tags": {
36106
36106
  "type": "object",
@@ -36601,7 +36601,7 @@
36601
36601
  },
36602
36602
  "x-original-maxLength": 1024,
36603
36603
  "x-reconciled-from-discovery": true,
36604
- "x-reconciled-at": "2026-01-05T17:58:42.540452+00:00"
36604
+ "x-reconciled-at": "2026-01-05T18:29:01.012243+00:00"
36605
36605
  },
36606
36606
  "subnet_id": {
36607
36607
  "type": "string",
@@ -36754,7 +36754,7 @@
36754
36754
  "readOnly": true,
36755
36755
  "x-original-maxLength": 1024,
36756
36756
  "x-reconciled-from-discovery": true,
36757
- "x-reconciled-at": "2026-01-05T17:58:42.540465+00:00"
36757
+ "x-reconciled-at": "2026-01-05T18:29:01.012257+00:00"
36758
36758
  },
36759
36759
  "name": {
36760
36760
  "type": "string",
@@ -36773,7 +36773,7 @@
36773
36773
  },
36774
36774
  "x-original-maxLength": 1024,
36775
36775
  "x-reconciled-from-discovery": true,
36776
- "x-reconciled-at": "2026-01-05T17:58:42.540469+00:00"
36776
+ "x-reconciled-at": "2026-01-05T18:29:01.012261+00:00"
36777
36777
  },
36778
36778
  "namespace": {
36779
36779
  "type": "string",
@@ -36792,7 +36792,7 @@
36792
36792
  },
36793
36793
  "x-original-maxLength": 1024,
36794
36794
  "x-reconciled-from-discovery": true,
36795
- "x-reconciled-at": "2026-01-05T17:58:42.540473+00:00"
36795
+ "x-reconciled-at": "2026-01-05T18:29:01.012265+00:00"
36796
36796
  },
36797
36797
  "tenant": {
36798
36798
  "type": "string",
@@ -36813,7 +36813,7 @@
36813
36813
  "x-field-mutability": "read-only",
36814
36814
  "x-original-maxLength": 1024,
36815
36815
  "x-reconciled-from-discovery": true,
36816
- "x-reconciled-at": "2026-01-05T17:58:42.540477+00:00"
36816
+ "x-reconciled-at": "2026-01-05T18:29:01.012269+00:00"
36817
36817
  },
36818
36818
  "uid": {
36819
36819
  "type": "string",
@@ -36835,7 +36835,7 @@
36835
36835
  "x-original-maxLength": 1024,
36836
36836
  "format": "uuid",
36837
36837
  "x-reconciled-from-discovery": true,
36838
- "x-reconciled-at": "2026-01-05T17:58:42.540482+00:00"
36838
+ "x-reconciled-at": "2026-01-05T18:29:01.012274+00:00"
36839
36839
  }
36840
36840
  },
36841
36841
  "x-f5xc-minimum-configuration": {
@@ -36932,7 +36932,7 @@
36932
36932
  },
36933
36933
  "x-original-maxLength": 1024,
36934
36934
  "x-reconciled-from-discovery": true,
36935
- "x-reconciled-at": "2026-01-05T17:58:42.540490+00:00"
36935
+ "x-reconciled-at": "2026-01-05T18:29:01.012282+00:00"
36936
36936
  }
36937
36937
  },
36938
36938
  "x-f5xc-minimum-configuration": {
@@ -36998,7 +36998,7 @@
36998
36998
  },
36999
36999
  "x-original-maxLength": 1024,
37000
37000
  "x-reconciled-from-discovery": true,
37001
- "x-reconciled-at": "2026-01-05T17:58:42.540497+00:00"
37001
+ "x-reconciled-at": "2026-01-05T18:29:01.012289+00:00"
37002
37002
  },
37003
37003
  "store_provider": {
37004
37004
  "type": "string",
@@ -37056,7 +37056,7 @@
37056
37056
  },
37057
37057
  "x-original-maxLength": 1024,
37058
37058
  "x-reconciled-from-discovery": true,
37059
- "x-reconciled-at": "2026-01-05T17:58:42.540503+00:00"
37059
+ "x-reconciled-at": "2026-01-05T18:29:01.012295+00:00"
37060
37060
  },
37061
37061
  "url": {
37062
37062
  "type": "string",
@@ -37153,7 +37153,7 @@
37153
37153
  },
37154
37154
  "x-original-maxLength": 1024,
37155
37155
  "x-reconciled-from-discovery": true,
37156
- "x-reconciled-at": "2026-01-05T17:58:42.540513+00:00"
37156
+ "x-reconciled-at": "2026-01-05T18:29:01.012304+00:00"
37157
37157
  },
37158
37158
  "service_name": {
37159
37159
  "type": "string",
@@ -37192,7 +37192,7 @@
37192
37192
  },
37193
37193
  "x-original-maxLength": 1024,
37194
37194
  "x-reconciled-from-discovery": true,
37195
- "x-reconciled-at": "2026-01-05T17:58:42.540518+00:00"
37195
+ "x-reconciled-at": "2026-01-05T18:29:01.012309+00:00"
37196
37196
  },
37197
37197
  "type": {
37198
37198
  "type": "string",
@@ -37533,7 +37533,7 @@
37533
37533
  },
37534
37534
  "x-original-maxLength": 1024,
37535
37535
  "x-reconciled-from-discovery": true,
37536
- "x-reconciled-at": "2026-01-05T17:58:42.540544+00:00"
37536
+ "x-reconciled-at": "2026-01-05T18:29:01.012336+00:00"
37537
37537
  }
37538
37538
  },
37539
37539
  "x-f5xc-minimum-configuration": {
@@ -37988,7 +37988,7 @@
37988
37988
  },
37989
37989
  "x-original-maxLength": 1200,
37990
37990
  "x-reconciled-from-discovery": true,
37991
- "x-reconciled-at": "2026-01-05T17:58:42.540573+00:00"
37991
+ "x-reconciled-at": "2026-01-05T18:29:01.012366+00:00"
37992
37992
  },
37993
37993
  "disable": {
37994
37994
  "type": "boolean",
@@ -38041,7 +38041,7 @@
38041
38041
  },
38042
38042
  "x-original-maxLength": 1024,
38043
38043
  "x-reconciled-from-discovery": true,
38044
- "x-reconciled-at": "2026-01-05T17:58:42.540580+00:00"
38044
+ "x-reconciled-at": "2026-01-05T18:29:01.012374+00:00"
38045
38045
  },
38046
38046
  "namespace": {
38047
38047
  "type": "string",
@@ -38060,7 +38060,7 @@
38060
38060
  },
38061
38061
  "x-original-maxLength": 1024,
38062
38062
  "x-reconciled-from-discovery": true,
38063
- "x-reconciled-at": "2026-01-05T17:58:42.540585+00:00"
38063
+ "x-reconciled-at": "2026-01-05T18:29:01.012378+00:00"
38064
38064
  }
38065
38065
  },
38066
38066
  "x-f5xc-minimum-configuration": {
@@ -38136,7 +38136,7 @@
38136
38136
  },
38137
38137
  "x-original-maxLength": 1200,
38138
38138
  "x-reconciled-from-discovery": true,
38139
- "x-reconciled-at": "2026-01-05T17:58:42.540593+00:00"
38139
+ "x-reconciled-at": "2026-01-05T18:29:01.012385+00:00"
38140
38140
  },
38141
38141
  "disable": {
38142
38142
  "type": "boolean",
@@ -38191,7 +38191,7 @@
38191
38191
  },
38192
38192
  "x-original-maxLength": 1024,
38193
38193
  "x-reconciled-from-discovery": true,
38194
- "x-reconciled-at": "2026-01-05T17:58:42.540600+00:00"
38194
+ "x-reconciled-at": "2026-01-05T18:29:01.012392+00:00"
38195
38195
  },
38196
38196
  "namespace": {
38197
38197
  "type": "string",
@@ -38210,7 +38210,7 @@
38210
38210
  },
38211
38211
  "x-original-maxLength": 1024,
38212
38212
  "x-reconciled-from-discovery": true,
38213
- "x-reconciled-at": "2026-01-05T17:58:42.540604+00:00"
38213
+ "x-reconciled-at": "2026-01-05T18:29:01.012396+00:00"
38214
38214
  }
38215
38215
  },
38216
38216
  "x-f5xc-minimum-configuration": {
@@ -38286,7 +38286,7 @@
38286
38286
  },
38287
38287
  "x-original-maxLength": 1200,
38288
38288
  "x-reconciled-from-discovery": true,
38289
- "x-reconciled-at": "2026-01-05T17:58:42.540611+00:00"
38289
+ "x-reconciled-at": "2026-01-05T18:29:01.012403+00:00"
38290
38290
  },
38291
38291
  "disable": {
38292
38292
  "type": "boolean",
@@ -38339,7 +38339,7 @@
38339
38339
  },
38340
38340
  "x-original-maxLength": 1024,
38341
38341
  "x-reconciled-from-discovery": true,
38342
- "x-reconciled-at": "2026-01-05T17:58:42.540618+00:00"
38342
+ "x-reconciled-at": "2026-01-05T18:29:01.012409+00:00"
38343
38343
  },
38344
38344
  "namespace": {
38345
38345
  "type": "string",
@@ -38358,7 +38358,7 @@
38358
38358
  },
38359
38359
  "x-original-maxLength": 1024,
38360
38360
  "x-reconciled-from-discovery": true,
38361
- "x-reconciled-at": "2026-01-05T17:58:42.540622+00:00"
38361
+ "x-reconciled-at": "2026-01-05T18:29:01.012414+00:00"
38362
38362
  }
38363
38363
  },
38364
38364
  "x-f5xc-minimum-configuration": {
@@ -38631,7 +38631,7 @@
38631
38631
  "x-original-maxLength": 1024,
38632
38632
  "format": "uuid",
38633
38633
  "x-reconciled-from-discovery": true,
38634
- "x-reconciled-at": "2026-01-05T17:58:42.540644+00:00"
38634
+ "x-reconciled-at": "2026-01-05T18:29:01.012436+00:00"
38635
38635
  },
38636
38636
  "vtrp_id": {
38637
38637
  "type": "string",
@@ -38743,7 +38743,7 @@
38743
38743
  },
38744
38744
  "x-original-maxLength": 1024,
38745
38745
  "x-reconciled-from-discovery": true,
38746
- "x-reconciled-at": "2026-01-05T17:58:42.540653+00:00"
38746
+ "x-reconciled-at": "2026-01-05T18:29:01.012446+00:00"
38747
38747
  },
38748
38748
  "status": {
38749
38749
  "type": "string",
@@ -38762,7 +38762,7 @@
38762
38762
  },
38763
38763
  "x-original-maxLength": 1024,
38764
38764
  "x-reconciled-from-discovery": true,
38765
- "x-reconciled-at": "2026-01-05T17:58:42.540658+00:00"
38765
+ "x-reconciled-at": "2026-01-05T18:29:01.012450+00:00"
38766
38766
  }
38767
38767
  },
38768
38768
  "x-f5xc-minimum-configuration": {
@@ -38940,7 +38940,7 @@
38940
38940
  "x-field-mutability": "read-only",
38941
38941
  "x-original-maxLength": 1024,
38942
38942
  "x-reconciled-from-discovery": true,
38943
- "x-reconciled-at": "2026-01-05T17:58:42.540676+00:00"
38943
+ "x-reconciled-at": "2026-01-05T18:29:01.012469+00:00"
38944
38944
  },
38945
38945
  "uid": {
38946
38946
  "type": "string",
@@ -38961,7 +38961,7 @@
38961
38961
  "x-original-maxLength": 1024,
38962
38962
  "format": "uuid",
38963
38963
  "x-reconciled-from-discovery": true,
38964
- "x-reconciled-at": "2026-01-05T17:58:42.540681+00:00"
38964
+ "x-reconciled-at": "2026-01-05T18:29:01.012473+00:00"
38965
38965
  }
38966
38966
  },
38967
38967
  "x-f5xc-minimum-configuration": {
@@ -39024,7 +39024,7 @@
39024
39024
  },
39025
39025
  "x-original-maxLength": 1024,
39026
39026
  "x-reconciled-from-discovery": true,
39027
- "x-reconciled-at": "2026-01-05T17:58:42.540689+00:00"
39027
+ "x-reconciled-at": "2026-01-05T18:29:01.012481+00:00"
39028
39028
  },
39029
39029
  "disable_ocsp_stapling": {
39030
39030
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -39185,7 +39185,7 @@
39185
39185
  },
39186
39186
  "x-original-maxLength": 1024,
39187
39187
  "x-reconciled-from-discovery": true,
39188
- "x-reconciled-at": "2026-01-05T17:58:42.540709+00:00"
39188
+ "x-reconciled-at": "2026-01-05T18:29:01.012502+00:00"
39189
39189
  },
39190
39190
  "location": {
39191
39191
  "type": "string",
@@ -39202,7 +39202,7 @@
39202
39202
  },
39203
39203
  "x-original-maxLength": 1024,
39204
39204
  "x-reconciled-from-discovery": true,
39205
- "x-reconciled-at": "2026-01-05T17:58:42.540713+00:00"
39205
+ "x-reconciled-at": "2026-01-05T18:29:01.012506+00:00"
39206
39206
  },
39207
39207
  "provider": {
39208
39208
  "type": "string",
@@ -39219,7 +39219,7 @@
39219
39219
  },
39220
39220
  "x-original-maxLength": 1024,
39221
39221
  "x-reconciled-from-discovery": true,
39222
- "x-reconciled-at": "2026-01-05T17:58:42.540717+00:00"
39222
+ "x-reconciled-at": "2026-01-05T18:29:01.012510+00:00"
39223
39223
  },
39224
39224
  "secret_encoding": {
39225
39225
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -39241,7 +39241,7 @@
39241
39241
  "maxLength": 1,
39242
39242
  "minLength": 1,
39243
39243
  "x-reconciled-from-discovery": true,
39244
- "x-reconciled-at": "2026-01-05T17:58:42.540723+00:00"
39244
+ "x-reconciled-at": "2026-01-05T18:29:01.012516+00:00"
39245
39245
  }
39246
39246
  },
39247
39247
  "x-f5xc-minimum-configuration": {
@@ -39284,7 +39284,7 @@
39284
39284
  },
39285
39285
  "x-original-maxLength": 1024,
39286
39286
  "x-reconciled-from-discovery": true,
39287
- "x-reconciled-at": "2026-01-05T17:58:42.540728+00:00"
39287
+ "x-reconciled-at": "2026-01-05T18:29:01.012521+00:00"
39288
39288
  },
39289
39289
  "name": {
39290
39290
  "type": "string",
@@ -39303,7 +39303,7 @@
39303
39303
  },
39304
39304
  "x-original-maxLength": 1024,
39305
39305
  "x-reconciled-from-discovery": true,
39306
- "x-reconciled-at": "2026-01-05T17:58:42.540732+00:00"
39306
+ "x-reconciled-at": "2026-01-05T18:29:01.012525+00:00"
39307
39307
  },
39308
39308
  "namespace": {
39309
39309
  "type": "string",
@@ -39322,7 +39322,7 @@
39322
39322
  },
39323
39323
  "x-original-maxLength": 1024,
39324
39324
  "x-reconciled-from-discovery": true,
39325
- "x-reconciled-at": "2026-01-05T17:58:42.540736+00:00"
39325
+ "x-reconciled-at": "2026-01-05T18:29:01.012530+00:00"
39326
39326
  },
39327
39327
  "uid": {
39328
39328
  "type": "string",
@@ -39343,7 +39343,7 @@
39343
39343
  "x-original-maxLength": 1024,
39344
39344
  "format": "uuid",
39345
39345
  "x-reconciled-from-discovery": true,
39346
- "x-reconciled-at": "2026-01-05T17:58:42.540741+00:00"
39346
+ "x-reconciled-at": "2026-01-05T18:29:01.012534+00:00"
39347
39347
  }
39348
39348
  },
39349
39349
  "x-f5xc-minimum-configuration": {
@@ -39413,7 +39413,7 @@
39413
39413
  },
39414
39414
  "x-original-maxLength": 1024,
39415
39415
  "x-reconciled-from-discovery": true,
39416
- "x-reconciled-at": "2026-01-05T17:58:42.540746+00:00"
39416
+ "x-reconciled-at": "2026-01-05T18:29:01.012539+00:00"
39417
39417
  }
39418
39418
  },
39419
39419
  "x-f5xc-minimum-configuration": {
@@ -39559,7 +39559,7 @@
39559
39559
  },
39560
39560
  "x-original-maxLength": 128,
39561
39561
  "x-reconciled-from-discovery": true,
39562
- "x-reconciled-at": "2026-01-05T17:58:42.540755+00:00"
39562
+ "x-reconciled-at": "2026-01-05T18:29:01.012549+00:00"
39563
39563
  },
39564
39564
  "namespace": {
39565
39565
  "type": "string",
@@ -39584,7 +39584,7 @@
39584
39584
  },
39585
39585
  "x-original-maxLength": 64,
39586
39586
  "x-reconciled-from-discovery": true,
39587
- "x-reconciled-at": "2026-01-05T17:58:42.540760+00:00"
39587
+ "x-reconciled-at": "2026-01-05T18:29:01.012553+00:00"
39588
39588
  },
39589
39589
  "tenant": {
39590
39590
  "type": "string",
@@ -39611,7 +39611,7 @@
39611
39611
  "x-field-mutability": "read-only",
39612
39612
  "x-original-maxLength": 64,
39613
39613
  "x-reconciled-from-discovery": true,
39614
- "x-reconciled-at": "2026-01-05T17:58:42.540764+00:00"
39614
+ "x-reconciled-at": "2026-01-05T18:29:01.012557+00:00"
39615
39615
  }
39616
39616
  },
39617
39617
  "x-f5xc-minimum-configuration": {
@@ -42021,7 +42021,7 @@
42021
42021
  },
42022
42022
  "x-original-maxLength": 1024,
42023
42023
  "x-reconciled-from-discovery": true,
42024
- "x-reconciled-at": "2026-01-05T17:58:42.540921+00:00"
42024
+ "x-reconciled-at": "2026-01-05T18:29:01.012710+00:00"
42025
42025
  },
42026
42026
  "namespace": {
42027
42027
  "type": "string",
@@ -42040,7 +42040,7 @@
42040
42040
  },
42041
42041
  "x-original-maxLength": 1024,
42042
42042
  "x-reconciled-from-discovery": true,
42043
- "x-reconciled-at": "2026-01-05T17:58:42.540926+00:00"
42043
+ "x-reconciled-at": "2026-01-05T18:29:01.012714+00:00"
42044
42044
  }
42045
42045
  },
42046
42046
  "x-f5xc-minimum-configuration": {
@@ -43590,7 +43590,7 @@
43590
43590
  },
43591
43591
  "x-original-maxLength": 1024,
43592
43592
  "x-reconciled-from-discovery": true,
43593
- "x-reconciled-at": "2026-01-05T17:58:43.201411+00:00"
43593
+ "x-reconciled-at": "2026-01-05T18:29:01.664143+00:00"
43594
43594
  },
43595
43595
  "namespace": {
43596
43596
  "type": "string",
@@ -43609,7 +43609,7 @@
43609
43609
  },
43610
43610
  "x-original-maxLength": 1024,
43611
43611
  "x-reconciled-from-discovery": true,
43612
- "x-reconciled-at": "2026-01-05T17:58:43.201418+00:00"
43612
+ "x-reconciled-at": "2026-01-05T18:29:01.664150+00:00"
43613
43613
  }
43614
43614
  },
43615
43615
  "x-f5xc-minimum-configuration": {
@@ -43707,7 +43707,7 @@
43707
43707
  "maxLength": 17,
43708
43708
  "minLength": 17,
43709
43709
  "x-reconciled-from-discovery": true,
43710
- "x-reconciled-at": "2026-01-05T17:58:43.201434+00:00"
43710
+ "x-reconciled-at": "2026-01-05T18:29:01.664167+00:00"
43711
43711
  },
43712
43712
  "system_metadata": {
43713
43713
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -43842,7 +43842,7 @@
43842
43842
  },
43843
43843
  "x-original-maxLength": 1024,
43844
43844
  "x-reconciled-from-discovery": true,
43845
- "x-reconciled-at": "2026-01-05T17:58:43.201446+00:00"
43845
+ "x-reconciled-at": "2026-01-05T18:29:01.664180+00:00"
43846
43846
  },
43847
43847
  "disabled": {
43848
43848
  "type": "boolean",
@@ -43892,7 +43892,7 @@
43892
43892
  },
43893
43893
  "x-original-maxLength": 1024,
43894
43894
  "x-reconciled-from-discovery": true,
43895
- "x-reconciled-at": "2026-01-05T17:58:43.201456+00:00"
43895
+ "x-reconciled-at": "2026-01-05T18:29:01.664191+00:00"
43896
43896
  },
43897
43897
  "namespace": {
43898
43898
  "type": "string",
@@ -43911,7 +43911,7 @@
43911
43911
  },
43912
43912
  "x-original-maxLength": 1024,
43913
43913
  "x-reconciled-from-discovery": true,
43914
- "x-reconciled-at": "2026-01-05T17:58:43.201460+00:00"
43914
+ "x-reconciled-at": "2026-01-05T18:29:01.664195+00:00"
43915
43915
  },
43916
43916
  "owner_view": {
43917
43917
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -43952,7 +43952,7 @@
43952
43952
  "x-field-mutability": "read-only",
43953
43953
  "x-original-maxLength": 1024,
43954
43954
  "x-reconciled-from-discovery": true,
43955
- "x-reconciled-at": "2026-01-05T17:58:43.201468+00:00"
43955
+ "x-reconciled-at": "2026-01-05T18:29:01.664203+00:00"
43956
43956
  },
43957
43957
  "uid": {
43958
43958
  "type": "string",
@@ -43973,7 +43973,7 @@
43973
43973
  "x-original-maxLength": 1024,
43974
43974
  "format": "uuid",
43975
43975
  "x-reconciled-from-discovery": true,
43976
- "x-reconciled-at": "2026-01-05T17:58:43.201473+00:00"
43976
+ "x-reconciled-at": "2026-01-05T18:29:01.664209+00:00"
43977
43977
  }
43978
43978
  },
43979
43979
  "x-f5xc-minimum-configuration": {
@@ -44070,7 +44070,7 @@
44070
44070
  },
44071
44071
  "x-original-maxLength": 1024,
44072
44072
  "x-reconciled-from-discovery": true,
44073
- "x-reconciled-at": "2026-01-05T17:58:43.201485+00:00"
44073
+ "x-reconciled-at": "2026-01-05T18:29:01.664222+00:00"
44074
44074
  },
44075
44075
  "namespace": {
44076
44076
  "type": "string",
@@ -44089,7 +44089,7 @@
44089
44089
  },
44090
44090
  "x-original-maxLength": 1024,
44091
44091
  "x-reconciled-from-discovery": true,
44092
- "x-reconciled-at": "2026-01-05T17:58:43.201489+00:00"
44092
+ "x-reconciled-at": "2026-01-05T18:29:01.664227+00:00"
44093
44093
  }
44094
44094
  },
44095
44095
  "x-f5xc-minimum-configuration": {
@@ -44147,7 +44147,7 @@
44147
44147
  },
44148
44148
  "x-original-maxLength": 1024,
44149
44149
  "x-reconciled-from-discovery": true,
44150
- "x-reconciled-at": "2026-01-05T17:58:43.201494+00:00"
44150
+ "x-reconciled-at": "2026-01-05T18:29:01.664233+00:00"
44151
44151
  },
44152
44152
  "namespace": {
44153
44153
  "type": "string",
@@ -44166,7 +44166,7 @@
44166
44166
  },
44167
44167
  "x-original-maxLength": 1024,
44168
44168
  "x-reconciled-from-discovery": true,
44169
- "x-reconciled-at": "2026-01-05T17:58:43.201499+00:00"
44169
+ "x-reconciled-at": "2026-01-05T18:29:01.664237+00:00"
44170
44170
  },
44171
44171
  "vip_params_per_az": {
44172
44172
  "type": "array",
@@ -44245,7 +44245,7 @@
44245
44245
  },
44246
44246
  "x-original-maxLength": 1024,
44247
44247
  "x-reconciled-from-discovery": true,
44248
- "x-reconciled-at": "2026-01-05T17:58:43.201506+00:00"
44248
+ "x-reconciled-at": "2026-01-05T18:29:01.664245+00:00"
44249
44249
  },
44250
44250
  "namespace": {
44251
44251
  "type": "string",
@@ -44264,7 +44264,7 @@
44264
44264
  },
44265
44265
  "x-original-maxLength": 1024,
44266
44266
  "x-reconciled-from-discovery": true,
44267
- "x-reconciled-at": "2026-01-05T17:58:43.201510+00:00"
44267
+ "x-reconciled-at": "2026-01-05T18:29:01.664249+00:00"
44268
44268
  },
44269
44269
  "node_names": {
44270
44270
  "type": "array",
@@ -47475,7 +47475,7 @@
47475
47475
  },
47476
47476
  "x-original-maxLength": 64,
47477
47477
  "x-reconciled-from-discovery": true,
47478
- "x-reconciled-at": "2026-01-05T17:58:43.992980+00:00"
47478
+ "x-reconciled-at": "2026-01-05T18:29:02.428390+00:00"
47479
47479
  }
47480
47480
  },
47481
47481
  "x-f5xc-minimum-configuration": {
@@ -47677,7 +47677,7 @@
47677
47677
  },
47678
47678
  "x-original-maxLength": 256,
47679
47679
  "x-reconciled-from-discovery": true,
47680
- "x-reconciled-at": "2026-01-05T17:58:43.992997+00:00"
47680
+ "x-reconciled-at": "2026-01-05T18:29:02.428408+00:00"
47681
47681
  },
47682
47682
  "hpe_storage": {
47683
47683
  "$ref": "#/components/schemas/fleetStorageClassHpeStorageType"
@@ -48550,7 +48550,7 @@
48550
48550
  },
48551
48551
  "x-original-maxLength": 512,
48552
48552
  "x-reconciled-from-discovery": true,
48553
- "x-reconciled-at": "2026-01-05T17:58:43.993062+00:00"
48553
+ "x-reconciled-at": "2026-01-05T18:29:02.428475+00:00"
48554
48554
  },
48555
48555
  "destroy_on_delete": {
48556
48556
  "type": "boolean",
@@ -52016,7 +52016,7 @@
52016
52016
  },
52017
52017
  "x-original-maxLength": 256,
52018
52018
  "x-reconciled-from-discovery": true,
52019
- "x-reconciled-at": "2026-01-05T17:58:43.993404+00:00"
52019
+ "x-reconciled-at": "2026-01-05T18:29:02.428821+00:00"
52020
52020
  },
52021
52021
  "name": {
52022
52022
  "type": "string",
@@ -52046,7 +52046,7 @@
52046
52046
  },
52047
52047
  "x-original-maxLength": 1024,
52048
52048
  "x-reconciled-from-discovery": true,
52049
- "x-reconciled-at": "2026-01-05T17:58:43.993408+00:00"
52049
+ "x-reconciled-at": "2026-01-05T18:29:02.428825+00:00"
52050
52050
  }
52051
52051
  },
52052
52052
  "x-f5xc-minimum-configuration": {
@@ -52294,7 +52294,7 @@
52294
52294
  },
52295
52295
  "x-original-maxLength": 1024,
52296
52296
  "x-reconciled-from-discovery": true,
52297
- "x-reconciled-at": "2026-01-05T17:58:43.993626+00:00"
52297
+ "x-reconciled-at": "2026-01-05T18:29:02.429065+00:00"
52298
52298
  },
52299
52299
  "public_ip": {
52300
52300
  "type": "string",
@@ -53533,7 +53533,7 @@
53533
53533
  },
53534
53534
  "x-original-maxLength": 1024,
53535
53535
  "x-reconciled-from-discovery": true,
53536
- "x-reconciled-at": "2026-01-05T17:58:43.993775+00:00"
53536
+ "x-reconciled-at": "2026-01-05T18:29:02.429228+00:00"
53537
53537
  },
53538
53538
  "namespace": {
53539
53539
  "type": "string",
@@ -53552,7 +53552,7 @@
53552
53552
  },
53553
53553
  "x-original-maxLength": 1024,
53554
53554
  "x-reconciled-from-discovery": true,
53555
- "x-reconciled-at": "2026-01-05T17:58:43.993779+00:00"
53555
+ "x-reconciled-at": "2026-01-05T18:29:02.429232+00:00"
53556
53556
  }
53557
53557
  },
53558
53558
  "x-f5xc-minimum-configuration": {
@@ -53650,7 +53650,7 @@
53650
53650
  "maxLength": 17,
53651
53651
  "minLength": 17,
53652
53652
  "x-reconciled-from-discovery": true,
53653
- "x-reconciled-at": "2026-01-05T17:58:43.993793+00:00"
53653
+ "x-reconciled-at": "2026-01-05T18:29:02.429247+00:00"
53654
53654
  },
53655
53655
  "system_metadata": {
53656
53656
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -53744,7 +53744,7 @@
53744
53744
  },
53745
53745
  "x-original-maxLength": 256,
53746
53746
  "x-reconciled-from-discovery": true,
53747
- "x-reconciled-at": "2026-01-05T17:58:43.993804+00:00"
53747
+ "x-reconciled-at": "2026-01-05T18:29:02.429258+00:00"
53748
53748
  },
53749
53749
  "ethernet_interface": {
53750
53750
  "$ref": "#/components/schemas/network_interfaceEthernetInterfaceType"
@@ -53921,7 +53921,7 @@
53921
53921
  },
53922
53922
  "x-original-maxLength": 1024,
53923
53923
  "x-reconciled-from-discovery": true,
53924
- "x-reconciled-at": "2026-01-05T17:58:43.993820+00:00"
53924
+ "x-reconciled-at": "2026-01-05T18:29:02.429274+00:00"
53925
53925
  },
53926
53926
  "disabled": {
53927
53927
  "type": "boolean",
@@ -53971,7 +53971,7 @@
53971
53971
  },
53972
53972
  "x-original-maxLength": 1024,
53973
53973
  "x-reconciled-from-discovery": true,
53974
- "x-reconciled-at": "2026-01-05T17:58:43.993830+00:00"
53974
+ "x-reconciled-at": "2026-01-05T18:29:02.429284+00:00"
53975
53975
  },
53976
53976
  "namespace": {
53977
53977
  "type": "string",
@@ -53990,7 +53990,7 @@
53990
53990
  },
53991
53991
  "x-original-maxLength": 1024,
53992
53992
  "x-reconciled-from-discovery": true,
53993
- "x-reconciled-at": "2026-01-05T17:58:43.993835+00:00"
53993
+ "x-reconciled-at": "2026-01-05T18:29:02.429288+00:00"
53994
53994
  },
53995
53995
  "owner_view": {
53996
53996
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -54031,7 +54031,7 @@
54031
54031
  "x-field-mutability": "read-only",
54032
54032
  "x-original-maxLength": 1024,
54033
54033
  "x-reconciled-from-discovery": true,
54034
- "x-reconciled-at": "2026-01-05T17:58:43.993842+00:00"
54034
+ "x-reconciled-at": "2026-01-05T18:29:02.429296+00:00"
54035
54035
  },
54036
54036
  "uid": {
54037
54037
  "type": "string",
@@ -54052,7 +54052,7 @@
54052
54052
  "x-original-maxLength": 1024,
54053
54053
  "format": "uuid",
54054
54054
  "x-reconciled-from-discovery": true,
54055
- "x-reconciled-at": "2026-01-05T17:58:43.993847+00:00"
54055
+ "x-reconciled-at": "2026-01-05T18:29:02.429301+00:00"
54056
54056
  }
54057
54057
  },
54058
54058
  "x-f5xc-minimum-configuration": {
@@ -54341,7 +54341,7 @@
54341
54341
  },
54342
54342
  "x-original-maxLength": 256,
54343
54343
  "x-reconciled-from-discovery": true,
54344
- "x-reconciled-at": "2026-01-05T17:58:43.993868+00:00"
54344
+ "x-reconciled-at": "2026-01-05T18:29:02.429321+00:00"
54345
54345
  },
54346
54346
  "labels": {
54347
54347
  "type": "object",
@@ -56252,7 +56252,7 @@
56252
56252
  },
56253
56253
  "x-original-maxLength": 1024,
56254
56254
  "x-reconciled-from-discovery": true,
56255
- "x-reconciled-at": "2026-01-05T17:58:44.667384+00:00"
56255
+ "x-reconciled-at": "2026-01-05T18:29:03.097594+00:00"
56256
56256
  },
56257
56257
  "namespace": {
56258
56258
  "type": "string",
@@ -56271,7 +56271,7 @@
56271
56271
  },
56272
56272
  "x-original-maxLength": 1024,
56273
56273
  "x-reconciled-from-discovery": true,
56274
- "x-reconciled-at": "2026-01-05T17:58:44.667393+00:00"
56274
+ "x-reconciled-at": "2026-01-05T18:29:03.097601+00:00"
56275
56275
  }
56276
56276
  },
56277
56277
  "x-f5xc-minimum-configuration": {
@@ -56666,7 +56666,7 @@
56666
56666
  "maxLength": 17,
56667
56667
  "minLength": 17,
56668
56668
  "x-reconciled-from-discovery": true,
56669
- "x-reconciled-at": "2026-01-05T17:58:44.667435+00:00"
56669
+ "x-reconciled-at": "2026-01-05T18:29:03.097644+00:00"
56670
56670
  },
56671
56671
  "system_metadata": {
56672
56672
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -56801,7 +56801,7 @@
56801
56801
  },
56802
56802
  "x-original-maxLength": 1024,
56803
56803
  "x-reconciled-from-discovery": true,
56804
- "x-reconciled-at": "2026-01-05T17:58:44.667448+00:00"
56804
+ "x-reconciled-at": "2026-01-05T18:29:03.097657+00:00"
56805
56805
  },
56806
56806
  "disabled": {
56807
56807
  "type": "boolean",
@@ -56851,7 +56851,7 @@
56851
56851
  },
56852
56852
  "x-original-maxLength": 1024,
56853
56853
  "x-reconciled-from-discovery": true,
56854
- "x-reconciled-at": "2026-01-05T17:58:44.667458+00:00"
56854
+ "x-reconciled-at": "2026-01-05T18:29:03.097667+00:00"
56855
56855
  },
56856
56856
  "namespace": {
56857
56857
  "type": "string",
@@ -56870,7 +56870,7 @@
56870
56870
  },
56871
56871
  "x-original-maxLength": 1024,
56872
56872
  "x-reconciled-from-discovery": true,
56873
- "x-reconciled-at": "2026-01-05T17:58:44.667463+00:00"
56873
+ "x-reconciled-at": "2026-01-05T18:29:03.097672+00:00"
56874
56874
  },
56875
56875
  "owner_view": {
56876
56876
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -56911,7 +56911,7 @@
56911
56911
  "x-field-mutability": "read-only",
56912
56912
  "x-original-maxLength": 1024,
56913
56913
  "x-reconciled-from-discovery": true,
56914
- "x-reconciled-at": "2026-01-05T17:58:44.667471+00:00"
56914
+ "x-reconciled-at": "2026-01-05T18:29:03.097680+00:00"
56915
56915
  },
56916
56916
  "uid": {
56917
56917
  "type": "string",
@@ -56932,7 +56932,7 @@
56932
56932
  "x-original-maxLength": 1024,
56933
56933
  "format": "uuid",
56934
56934
  "x-reconciled-from-discovery": true,
56935
- "x-reconciled-at": "2026-01-05T17:58:44.667478+00:00"
56935
+ "x-reconciled-at": "2026-01-05T18:29:03.097686+00:00"
56936
56936
  }
56937
56937
  },
56938
56938
  "x-f5xc-minimum-configuration": {
@@ -57099,7 +57099,7 @@
57099
57099
  },
57100
57100
  "x-original-maxLength": 1024,
57101
57101
  "x-reconciled-from-discovery": true,
57102
- "x-reconciled-at": "2026-01-05T17:58:44.667491+00:00"
57102
+ "x-reconciled-at": "2026-01-05T18:29:03.097700+00:00"
57103
57103
  },
57104
57104
  "namespace": {
57105
57105
  "type": "string",
@@ -57118,7 +57118,7 @@
57118
57118
  },
57119
57119
  "x-original-maxLength": 1024,
57120
57120
  "x-reconciled-from-discovery": true,
57121
- "x-reconciled-at": "2026-01-05T17:58:44.667496+00:00"
57121
+ "x-reconciled-at": "2026-01-05T18:29:03.097705+00:00"
57122
57122
  }
57123
57123
  },
57124
57124
  "x-f5xc-minimum-configuration": {
@@ -57175,7 +57175,7 @@
57175
57175
  },
57176
57176
  "x-original-maxLength": 1024,
57177
57177
  "x-reconciled-from-discovery": true,
57178
- "x-reconciled-at": "2026-01-05T17:58:44.667501+00:00"
57178
+ "x-reconciled-at": "2026-01-05T18:29:03.097710+00:00"
57179
57179
  },
57180
57180
  "namespace": {
57181
57181
  "type": "string",
@@ -57194,7 +57194,7 @@
57194
57194
  },
57195
57195
  "x-original-maxLength": 1024,
57196
57196
  "x-reconciled-from-discovery": true,
57197
- "x-reconciled-at": "2026-01-05T17:58:44.667505+00:00"
57197
+ "x-reconciled-at": "2026-01-05T18:29:03.097714+00:00"
57198
57198
  },
57199
57199
  "vip_params_per_az": {
57200
57200
  "type": "array",
@@ -58289,7 +58289,7 @@
58289
58289
  },
58290
58290
  "x-original-maxLength": 64,
58291
58291
  "x-reconciled-from-discovery": true,
58292
- "x-reconciled-at": "2026-01-05T17:58:44.667964+00:00"
58292
+ "x-reconciled-at": "2026-01-05T18:29:03.098179+00:00"
58293
58293
  },
58294
58294
  "primary_ipv4": {
58295
58295
  "type": "string",
@@ -59742,7 +59742,7 @@
59742
59742
  },
59743
59743
  "x-original-maxLength": 1024,
59744
59744
  "x-reconciled-from-discovery": true,
59745
- "x-reconciled-at": "2026-01-05T17:58:46.035311+00:00"
59745
+ "x-reconciled-at": "2026-01-05T18:29:04.443431+00:00"
59746
59746
  },
59747
59747
  "namespace": {
59748
59748
  "type": "string",
@@ -59761,7 +59761,7 @@
59761
59761
  },
59762
59762
  "x-original-maxLength": 1024,
59763
59763
  "x-reconciled-from-discovery": true,
59764
- "x-reconciled-at": "2026-01-05T17:58:46.035319+00:00"
59764
+ "x-reconciled-at": "2026-01-05T18:29:04.443438+00:00"
59765
59765
  }
59766
59766
  },
59767
59767
  "x-f5xc-minimum-configuration": {
@@ -60861,7 +60861,7 @@
60861
60861
  "maxLength": 17,
60862
60862
  "minLength": 17,
60863
60863
  "x-reconciled-from-discovery": true,
60864
- "x-reconciled-at": "2026-01-05T17:58:46.035452+00:00"
60864
+ "x-reconciled-at": "2026-01-05T18:29:04.443571+00:00"
60865
60865
  },
60866
60866
  "system_metadata": {
60867
60867
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -60996,7 +60996,7 @@
60996
60996
  },
60997
60997
  "x-original-maxLength": 1024,
60998
60998
  "x-reconciled-from-discovery": true,
60999
- "x-reconciled-at": "2026-01-05T17:58:46.035465+00:00"
60999
+ "x-reconciled-at": "2026-01-05T18:29:04.443583+00:00"
61000
61000
  },
61001
61001
  "disabled": {
61002
61002
  "type": "boolean",
@@ -61046,7 +61046,7 @@
61046
61046
  },
61047
61047
  "x-original-maxLength": 1024,
61048
61048
  "x-reconciled-from-discovery": true,
61049
- "x-reconciled-at": "2026-01-05T17:58:46.035475+00:00"
61049
+ "x-reconciled-at": "2026-01-05T18:29:04.443593+00:00"
61050
61050
  },
61051
61051
  "namespace": {
61052
61052
  "type": "string",
@@ -61065,7 +61065,7 @@
61065
61065
  },
61066
61066
  "x-original-maxLength": 1024,
61067
61067
  "x-reconciled-from-discovery": true,
61068
- "x-reconciled-at": "2026-01-05T17:58:46.035479+00:00"
61068
+ "x-reconciled-at": "2026-01-05T18:29:04.443598+00:00"
61069
61069
  },
61070
61070
  "owner_view": {
61071
61071
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -61106,7 +61106,7 @@
61106
61106
  "x-field-mutability": "read-only",
61107
61107
  "x-original-maxLength": 1024,
61108
61108
  "x-reconciled-from-discovery": true,
61109
- "x-reconciled-at": "2026-01-05T17:58:46.035487+00:00"
61109
+ "x-reconciled-at": "2026-01-05T18:29:04.443606+00:00"
61110
61110
  },
61111
61111
  "uid": {
61112
61112
  "type": "string",
@@ -61127,7 +61127,7 @@
61127
61127
  "x-original-maxLength": 1024,
61128
61128
  "format": "uuid",
61129
61129
  "x-reconciled-from-discovery": true,
61130
- "x-reconciled-at": "2026-01-05T17:58:46.035493+00:00"
61130
+ "x-reconciled-at": "2026-01-05T18:29:04.443612+00:00"
61131
61131
  }
61132
61132
  },
61133
61133
  "x-f5xc-minimum-configuration": {
@@ -61221,7 +61221,7 @@
61221
61221
  },
61222
61222
  "x-original-maxLength": 1024,
61223
61223
  "x-reconciled-from-discovery": true,
61224
- "x-reconciled-at": "2026-01-05T17:58:46.035502+00:00"
61224
+ "x-reconciled-at": "2026-01-05T18:29:04.443623+00:00"
61225
61225
  },
61226
61226
  "namespace": {
61227
61227
  "type": "string",
@@ -61240,7 +61240,7 @@
61240
61240
  },
61241
61241
  "x-original-maxLength": 1024,
61242
61242
  "x-reconciled-from-discovery": true,
61243
- "x-reconciled-at": "2026-01-05T17:58:46.035506+00:00"
61243
+ "x-reconciled-at": "2026-01-05T18:29:04.443628+00:00"
61244
61244
  }
61245
61245
  },
61246
61246
  "x-f5xc-minimum-configuration": {
@@ -61536,7 +61536,7 @@
61536
61536
  },
61537
61537
  "x-original-maxLength": 64,
61538
61538
  "x-reconciled-from-discovery": true,
61539
- "x-reconciled-at": "2026-01-05T17:58:46.035861+00:00"
61539
+ "x-reconciled-at": "2026-01-05T18:29:04.444000+00:00"
61540
61540
  }
61541
61541
  },
61542
61542
  "x-f5xc-minimum-configuration": {
@@ -61587,7 +61587,7 @@
61587
61587
  },
61588
61588
  "x-original-maxLength": 64,
61589
61589
  "x-reconciled-from-discovery": true,
61590
- "x-reconciled-at": "2026-01-05T17:58:46.035866+00:00"
61590
+ "x-reconciled-at": "2026-01-05T18:29:04.444004+00:00"
61591
61591
  }
61592
61592
  },
61593
61593
  "x-f5xc-minimum-configuration": {
@@ -62465,7 +62465,7 @@
62465
62465
  },
62466
62466
  "x-original-maxLength": 1024,
62467
62467
  "x-reconciled-from-discovery": true,
62468
- "x-reconciled-at": "2026-01-05T17:58:48.941870+00:00"
62468
+ "x-reconciled-at": "2026-01-05T18:29:07.315292+00:00"
62469
62469
  },
62470
62470
  "namespace": {
62471
62471
  "type": "string",
@@ -62484,7 +62484,7 @@
62484
62484
  },
62485
62485
  "x-original-maxLength": 1024,
62486
62486
  "x-reconciled-from-discovery": true,
62487
- "x-reconciled-at": "2026-01-05T17:58:48.941874+00:00"
62487
+ "x-reconciled-at": "2026-01-05T18:29:07.315296+00:00"
62488
62488
  }
62489
62489
  },
62490
62490
  "x-f5xc-minimum-configuration": {
@@ -62582,7 +62582,7 @@
62582
62582
  "maxLength": 17,
62583
62583
  "minLength": 17,
62584
62584
  "x-reconciled-from-discovery": true,
62585
- "x-reconciled-at": "2026-01-05T17:58:48.941888+00:00"
62585
+ "x-reconciled-at": "2026-01-05T18:29:07.315310+00:00"
62586
62586
  },
62587
62587
  "system_metadata": {
62588
62588
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -62676,7 +62676,7 @@
62676
62676
  },
62677
62677
  "x-original-maxLength": 256,
62678
62678
  "x-reconciled-from-discovery": true,
62679
- "x-reconciled-at": "2026-01-05T17:58:48.941898+00:00"
62679
+ "x-reconciled-at": "2026-01-05T18:29:07.315320+00:00"
62680
62680
  },
62681
62681
  "ethernet_interface": {
62682
62682
  "$ref": "#/components/schemas/network_interfaceEthernetInterfaceType"
@@ -62863,7 +62863,7 @@
62863
62863
  },
62864
62864
  "x-original-maxLength": 1024,
62865
62865
  "x-reconciled-from-discovery": true,
62866
- "x-reconciled-at": "2026-01-05T17:58:48.941913+00:00"
62866
+ "x-reconciled-at": "2026-01-05T18:29:07.315334+00:00"
62867
62867
  },
62868
62868
  "disabled": {
62869
62869
  "type": "boolean",
@@ -62913,7 +62913,7 @@
62913
62913
  },
62914
62914
  "x-original-maxLength": 1024,
62915
62915
  "x-reconciled-from-discovery": true,
62916
- "x-reconciled-at": "2026-01-05T17:58:48.941922+00:00"
62916
+ "x-reconciled-at": "2026-01-05T18:29:07.315344+00:00"
62917
62917
  },
62918
62918
  "namespace": {
62919
62919
  "type": "string",
@@ -62932,7 +62932,7 @@
62932
62932
  },
62933
62933
  "x-original-maxLength": 1024,
62934
62934
  "x-reconciled-from-discovery": true,
62935
- "x-reconciled-at": "2026-01-05T17:58:48.941926+00:00"
62935
+ "x-reconciled-at": "2026-01-05T18:29:07.315348+00:00"
62936
62936
  },
62937
62937
  "owner_view": {
62938
62938
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -62973,7 +62973,7 @@
62973
62973
  "x-field-mutability": "read-only",
62974
62974
  "x-original-maxLength": 1024,
62975
62975
  "x-reconciled-from-discovery": true,
62976
- "x-reconciled-at": "2026-01-05T17:58:48.941934+00:00"
62976
+ "x-reconciled-at": "2026-01-05T18:29:07.315356+00:00"
62977
62977
  },
62978
62978
  "uid": {
62979
62979
  "type": "string",
@@ -62994,7 +62994,7 @@
62994
62994
  "x-original-maxLength": 1024,
62995
62995
  "format": "uuid",
62996
62996
  "x-reconciled-from-discovery": true,
62997
- "x-reconciled-at": "2026-01-05T17:58:48.941939+00:00"
62997
+ "x-reconciled-at": "2026-01-05T18:29:07.315361+00:00"
62998
62998
  }
62999
62999
  },
63000
63000
  "x-f5xc-minimum-configuration": {
@@ -64111,7 +64111,7 @@
64111
64111
  },
64112
64112
  "x-original-maxLength": 1024,
64113
64113
  "x-reconciled-from-discovery": true,
64114
- "x-reconciled-at": "2026-01-05T17:58:49.569616+00:00"
64114
+ "x-reconciled-at": "2026-01-05T18:29:07.921990+00:00"
64115
64115
  }
64116
64116
  },
64117
64117
  "x-f5xc-minimum-configuration": {
@@ -65224,7 +65224,7 @@
65224
65224
  },
65225
65225
  "x-original-maxLength": 1024,
65226
65226
  "x-reconciled-from-discovery": true,
65227
- "x-reconciled-at": "2026-01-05T17:58:49.569719+00:00"
65227
+ "x-reconciled-at": "2026-01-05T18:29:07.922107+00:00"
65228
65228
  },
65229
65229
  "namespace": {
65230
65230
  "type": "string",
@@ -65243,7 +65243,7 @@
65243
65243
  },
65244
65244
  "x-original-maxLength": 1024,
65245
65245
  "x-reconciled-from-discovery": true,
65246
- "x-reconciled-at": "2026-01-05T17:58:49.569724+00:00"
65246
+ "x-reconciled-at": "2026-01-05T18:29:07.922112+00:00"
65247
65247
  }
65248
65248
  },
65249
65249
  "x-f5xc-minimum-configuration": {
@@ -65322,7 +65322,7 @@
65322
65322
  },
65323
65323
  "x-original-maxLength": 1024,
65324
65324
  "x-reconciled-from-discovery": true,
65325
- "x-reconciled-at": "2026-01-05T17:58:49.569733+00:00"
65325
+ "x-reconciled-at": "2026-01-05T18:29:07.922121+00:00"
65326
65326
  }
65327
65327
  },
65328
65328
  "x-f5xc-minimum-configuration": {
@@ -65837,7 +65837,7 @@
65837
65837
  "maxLength": 17,
65838
65838
  "minLength": 17,
65839
65839
  "x-reconciled-from-discovery": true,
65840
- "x-reconciled-at": "2026-01-05T17:58:49.569784+00:00"
65840
+ "x-reconciled-at": "2026-01-05T18:29:07.922173+00:00"
65841
65841
  },
65842
65842
  "system_metadata": {
65843
65843
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -65925,7 +65925,7 @@
65925
65925
  },
65926
65926
  "x-original-maxLength": 256,
65927
65927
  "x-reconciled-from-discovery": true,
65928
- "x-reconciled-at": "2026-01-05T17:58:49.569792+00:00"
65928
+ "x-reconciled-at": "2026-01-05T18:29:07.922181+00:00"
65929
65929
  },
65930
65930
  "dhcp_client": {
65931
65931
  "$ref": "#/components/schemas/ioschemaEmpty"
@@ -66016,7 +66016,7 @@
66016
66016
  },
66017
66017
  "x-original-maxLength": 256,
66018
66018
  "x-reconciled-from-discovery": true,
66019
- "x-reconciled-at": "2026-01-05T17:58:49.569804+00:00"
66019
+ "x-reconciled-at": "2026-01-05T18:29:07.922194+00:00"
66020
66020
  },
66021
66021
  "network_option": {
66022
66022
  "$ref": "#/components/schemas/viewsNetworkSelectType"
@@ -66207,7 +66207,7 @@
66207
66207
  },
66208
66208
  "x-original-maxLength": 1024,
66209
66209
  "x-reconciled-from-discovery": true,
66210
- "x-reconciled-at": "2026-01-05T17:58:49.569825+00:00"
66210
+ "x-reconciled-at": "2026-01-05T18:29:07.922215+00:00"
66211
66211
  },
66212
66212
  "disabled": {
66213
66213
  "type": "boolean",
@@ -66257,7 +66257,7 @@
66257
66257
  },
66258
66258
  "x-original-maxLength": 1024,
66259
66259
  "x-reconciled-from-discovery": true,
66260
- "x-reconciled-at": "2026-01-05T17:58:49.569834+00:00"
66260
+ "x-reconciled-at": "2026-01-05T18:29:07.922224+00:00"
66261
66261
  },
66262
66262
  "namespace": {
66263
66263
  "type": "string",
@@ -66276,7 +66276,7 @@
66276
66276
  },
66277
66277
  "x-original-maxLength": 1024,
66278
66278
  "x-reconciled-from-discovery": true,
66279
- "x-reconciled-at": "2026-01-05T17:58:49.569838+00:00"
66279
+ "x-reconciled-at": "2026-01-05T18:29:07.922228+00:00"
66280
66280
  },
66281
66281
  "owner_view": {
66282
66282
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -66317,7 +66317,7 @@
66317
66317
  "x-field-mutability": "read-only",
66318
66318
  "x-original-maxLength": 1024,
66319
66319
  "x-reconciled-from-discovery": true,
66320
- "x-reconciled-at": "2026-01-05T17:58:49.569846+00:00"
66320
+ "x-reconciled-at": "2026-01-05T18:29:07.922236+00:00"
66321
66321
  },
66322
66322
  "uid": {
66323
66323
  "type": "string",
@@ -66338,7 +66338,7 @@
66338
66338
  "x-original-maxLength": 1024,
66339
66339
  "format": "uuid",
66340
66340
  "x-reconciled-from-discovery": true,
66341
- "x-reconciled-at": "2026-01-05T17:58:49.569851+00:00"
66341
+ "x-reconciled-at": "2026-01-05T18:29:07.922241+00:00"
66342
66342
  }
66343
66343
  },
66344
66344
  "x-f5xc-minimum-configuration": {
@@ -67407,7 +67407,7 @@
67407
67407
  },
67408
67408
  "x-original-maxLength": 1024,
67409
67409
  "x-reconciled-from-discovery": true,
67410
- "x-reconciled-at": "2026-01-05T17:58:49.570005+00:00"
67410
+ "x-reconciled-at": "2026-01-05T18:29:07.922401+00:00"
67411
67411
  }
67412
67412
  },
67413
67413
  "x-f5xc-minimum-configuration": {
@@ -68784,7 +68784,7 @@
68784
68784
  },
68785
68785
  "x-original-maxLength": 1024,
68786
68786
  "x-reconciled-from-discovery": true,
68787
- "x-reconciled-at": "2026-01-05T17:59:11.151544+00:00"
68787
+ "x-reconciled-at": "2026-01-05T18:29:29.483015+00:00"
68788
68788
  },
68789
68789
  "namespace": {
68790
68790
  "type": "string",
@@ -68803,7 +68803,7 @@
68803
68803
  },
68804
68804
  "x-original-maxLength": 1024,
68805
68805
  "x-reconciled-from-discovery": true,
68806
- "x-reconciled-at": "2026-01-05T17:59:11.151548+00:00"
68806
+ "x-reconciled-at": "2026-01-05T18:29:29.483019+00:00"
68807
68807
  }
68808
68808
  },
68809
68809
  "x-f5xc-minimum-configuration": {
@@ -68901,7 +68901,7 @@
68901
68901
  "maxLength": 17,
68902
68902
  "minLength": 17,
68903
68903
  "x-reconciled-from-discovery": true,
68904
- "x-reconciled-at": "2026-01-05T17:59:11.151563+00:00"
68904
+ "x-reconciled-at": "2026-01-05T18:29:29.483045+00:00"
68905
68905
  },
68906
68906
  "system_metadata": {
68907
68907
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -69202,7 +69202,7 @@
69202
69202
  },
69203
69203
  "x-original-maxLength": 1024,
69204
69204
  "x-reconciled-from-discovery": true,
69205
- "x-reconciled-at": "2026-01-05T17:59:11.151598+00:00"
69205
+ "x-reconciled-at": "2026-01-05T18:29:29.483081+00:00"
69206
69206
  },
69207
69207
  "disabled": {
69208
69208
  "type": "boolean",
@@ -69252,7 +69252,7 @@
69252
69252
  },
69253
69253
  "x-original-maxLength": 1024,
69254
69254
  "x-reconciled-from-discovery": true,
69255
- "x-reconciled-at": "2026-01-05T17:59:11.151608+00:00"
69255
+ "x-reconciled-at": "2026-01-05T18:29:29.483092+00:00"
69256
69256
  },
69257
69257
  "namespace": {
69258
69258
  "type": "string",
@@ -69271,7 +69271,7 @@
69271
69271
  },
69272
69272
  "x-original-maxLength": 1024,
69273
69273
  "x-reconciled-from-discovery": true,
69274
- "x-reconciled-at": "2026-01-05T17:59:11.151612+00:00"
69274
+ "x-reconciled-at": "2026-01-05T18:29:29.483096+00:00"
69275
69275
  },
69276
69276
  "owner_view": {
69277
69277
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -69312,7 +69312,7 @@
69312
69312
  "x-field-mutability": "read-only",
69313
69313
  "x-original-maxLength": 1024,
69314
69314
  "x-reconciled-from-discovery": true,
69315
- "x-reconciled-at": "2026-01-05T17:59:11.151620+00:00"
69315
+ "x-reconciled-at": "2026-01-05T18:29:29.483105+00:00"
69316
69316
  },
69317
69317
  "uid": {
69318
69318
  "type": "string",
@@ -69333,7 +69333,7 @@
69333
69333
  "x-original-maxLength": 1024,
69334
69334
  "format": "uuid",
69335
69335
  "x-reconciled-from-discovery": true,
69336
- "x-reconciled-at": "2026-01-05T17:59:11.151625+00:00"
69336
+ "x-reconciled-at": "2026-01-05T18:29:29.483111+00:00"
69337
69337
  }
69338
69338
  },
69339
69339
  "x-f5xc-minimum-configuration": {
@@ -70012,7 +70012,7 @@
70012
70012
  },
70013
70013
  "x-original-maxLength": 1024,
70014
70014
  "x-reconciled-from-discovery": true,
70015
- "x-reconciled-at": "2026-01-05T17:59:14.540402+00:00"
70015
+ "x-reconciled-at": "2026-01-05T18:29:32.883136+00:00"
70016
70016
  },
70017
70017
  "query": {
70018
70018
  "type": "string",
@@ -70144,7 +70144,7 @@
70144
70144
  },
70145
70145
  "x-original-maxLength": 1024,
70146
70146
  "x-reconciled-from-discovery": true,
70147
- "x-reconciled-at": "2026-01-05T17:59:14.540418+00:00"
70147
+ "x-reconciled-at": "2026-01-05T18:29:32.883153+00:00"
70148
70148
  },
70149
70149
  "query": {
70150
70150
  "type": "string",
@@ -70280,7 +70280,7 @@
70280
70280
  },
70281
70281
  "x-original-maxLength": 1024,
70282
70282
  "x-reconciled-from-discovery": true,
70283
- "x-reconciled-at": "2026-01-05T17:59:14.540433+00:00"
70283
+ "x-reconciled-at": "2026-01-05T18:29:32.883169+00:00"
70284
70284
  },
70285
70285
  "query": {
70286
70286
  "type": "string",
@@ -70412,7 +70412,7 @@
70412
70412
  },
70413
70413
  "x-original-maxLength": 1024,
70414
70414
  "x-reconciled-from-discovery": true,
70415
- "x-reconciled-at": "2026-01-05T17:59:14.540446+00:00"
70415
+ "x-reconciled-at": "2026-01-05T18:29:32.883183+00:00"
70416
70416
  },
70417
70417
  "query": {
70418
70418
  "type": "string",
@@ -70509,7 +70509,7 @@
70509
70509
  "maxLength": 15,
70510
70510
  "minLength": 3,
70511
70511
  "x-reconciled-from-discovery": true,
70512
- "x-reconciled-at": "2026-01-05T17:59:14.540458+00:00"
70512
+ "x-reconciled-at": "2026-01-05T18:29:32.883196+00:00"
70513
70513
  }
70514
70514
  },
70515
70515
  "x-f5xc-minimum-configuration": {
@@ -70807,7 +70807,7 @@
70807
70807
  },
70808
70808
  "x-original-maxLength": 1024,
70809
70809
  "x-reconciled-from-discovery": true,
70810
- "x-reconciled-at": "2026-01-05T17:59:14.540485+00:00"
70810
+ "x-reconciled-at": "2026-01-05T18:29:32.883223+00:00"
70811
70811
  },
70812
70812
  "site": {
70813
70813
  "type": "string",
@@ -70900,7 +70900,7 @@
70900
70900
  },
70901
70901
  "x-original-maxLength": 1024,
70902
70902
  "x-reconciled-from-discovery": true,
70903
- "x-reconciled-at": "2026-01-05T17:59:14.540494+00:00"
70903
+ "x-reconciled-at": "2026-01-05T18:29:32.883233+00:00"
70904
70904
  },
70905
70905
  "order_by": {
70906
70906
  "$ref": "#/components/schemas/logOrderByData"
@@ -71002,7 +71002,7 @@
71002
71002
  },
71003
71003
  "x-original-maxLength": 1024,
71004
71004
  "x-reconciled-from-discovery": true,
71005
- "x-reconciled-at": "2026-01-05T17:59:14.540506+00:00"
71005
+ "x-reconciled-at": "2026-01-05T18:29:32.883246+00:00"
71006
71006
  },
71007
71007
  "order_by": {
71008
71008
  "$ref": "#/components/schemas/logOrderByData"
@@ -71112,7 +71112,7 @@
71112
71112
  },
71113
71113
  "x-original-maxLength": 1024,
71114
71114
  "x-reconciled-from-discovery": true,
71115
- "x-reconciled-at": "2026-01-05T17:59:14.540522+00:00"
71115
+ "x-reconciled-at": "2026-01-05T18:29:32.883262+00:00"
71116
71116
  }
71117
71117
  },
71118
71118
  "x-f5xc-minimum-configuration": {
@@ -71270,7 +71270,7 @@
71270
71270
  },
71271
71271
  "x-original-maxLength": 1024,
71272
71272
  "x-reconciled-from-discovery": true,
71273
- "x-reconciled-at": "2026-01-05T17:59:14.540535+00:00"
71273
+ "x-reconciled-at": "2026-01-05T18:29:32.883276+00:00"
71274
71274
  },
71275
71275
  "sub_aggs": {
71276
71276
  "type": "object",
@@ -71356,7 +71356,7 @@
71356
71356
  },
71357
71357
  "x-original-maxLength": 1024,
71358
71358
  "x-reconciled-from-discovery": true,
71359
- "x-reconciled-at": "2026-01-05T17:59:14.540549+00:00"
71359
+ "x-reconciled-at": "2026-01-05T18:29:32.883286+00:00"
71360
71360
  },
71361
71361
  "query": {
71362
71362
  "type": "string",
@@ -71488,7 +71488,7 @@
71488
71488
  },
71489
71489
  "x-original-maxLength": 1024,
71490
71490
  "x-reconciled-from-discovery": true,
71491
- "x-reconciled-at": "2026-01-05T17:59:14.540561+00:00"
71491
+ "x-reconciled-at": "2026-01-05T18:29:32.883300+00:00"
71492
71492
  },
71493
71493
  "query": {
71494
71494
  "type": "string",
@@ -71624,7 +71624,7 @@
71624
71624
  },
71625
71625
  "x-original-maxLength": 1024,
71626
71626
  "x-reconciled-from-discovery": true,
71627
- "x-reconciled-at": "2026-01-05T17:59:14.540575+00:00"
71627
+ "x-reconciled-at": "2026-01-05T18:29:32.883315+00:00"
71628
71628
  },
71629
71629
  "query": {
71630
71630
  "type": "string",
@@ -71773,7 +71773,7 @@
71773
71773
  },
71774
71774
  "x-original-maxLength": 1024,
71775
71775
  "x-reconciled-from-discovery": true,
71776
- "x-reconciled-at": "2026-01-05T17:59:14.540588+00:00"
71776
+ "x-reconciled-at": "2026-01-05T18:29:32.883329+00:00"
71777
71777
  },
71778
71778
  "query": {
71779
71779
  "type": "string",
@@ -71926,7 +71926,7 @@
71926
71926
  },
71927
71927
  "x-original-maxLength": 1024,
71928
71928
  "x-reconciled-from-discovery": true,
71929
- "x-reconciled-at": "2026-01-05T17:59:14.540602+00:00"
71929
+ "x-reconciled-at": "2026-01-05T18:29:32.883345+00:00"
71930
71930
  },
71931
71931
  "query": {
71932
71932
  "type": "string",
@@ -72075,7 +72075,7 @@
72075
72075
  },
72076
72076
  "x-original-maxLength": 1024,
72077
72077
  "x-reconciled-from-discovery": true,
72078
- "x-reconciled-at": "2026-01-05T17:59:14.540616+00:00"
72078
+ "x-reconciled-at": "2026-01-05T18:29:32.883359+00:00"
72079
72079
  },
72080
72080
  "query": {
72081
72081
  "type": "string",
@@ -72209,7 +72209,7 @@
72209
72209
  },
72210
72210
  "x-original-maxLength": 256,
72211
72211
  "x-reconciled-from-discovery": true,
72212
- "x-reconciled-at": "2026-01-05T17:59:14.540630+00:00"
72212
+ "x-reconciled-at": "2026-01-05T18:29:32.883375+00:00"
72213
72213
  }
72214
72214
  },
72215
72215
  "x-f5xc-minimum-configuration": {
@@ -72443,7 +72443,7 @@
72443
72443
  },
72444
72444
  "x-original-maxLength": 1024,
72445
72445
  "x-reconciled-from-discovery": true,
72446
- "x-reconciled-at": "2026-01-05T17:59:14.540657+00:00"
72446
+ "x-reconciled-at": "2026-01-05T18:29:32.883402+00:00"
72447
72447
  },
72448
72448
  "scroll_id": {
72449
72449
  "type": "string",
@@ -72495,7 +72495,7 @@
72495
72495
  "maxLength": 15,
72496
72496
  "minLength": 3,
72497
72497
  "x-reconciled-from-discovery": true,
72498
- "x-reconciled-at": "2026-01-05T17:59:14.540664+00:00"
72498
+ "x-reconciled-at": "2026-01-05T18:29:32.883409+00:00"
72499
72499
  }
72500
72500
  },
72501
72501
  "x-f5xc-minimum-configuration": {
@@ -72550,7 +72550,7 @@
72550
72550
  "maxLength": 15,
72551
72551
  "minLength": 3,
72552
72552
  "x-reconciled-from-discovery": true,
72553
- "x-reconciled-at": "2026-01-05T17:59:14.540671+00:00"
72553
+ "x-reconciled-at": "2026-01-05T18:29:32.883416+00:00"
72554
72554
  }
72555
72555
  },
72556
72556
  "x-f5xc-minimum-configuration": {
@@ -72767,7 +72767,7 @@
72767
72767
  "maxLength": 16,
72768
72768
  "minLength": 7,
72769
72769
  "x-reconciled-from-discovery": true,
72770
- "x-reconciled-at": "2026-01-05T17:59:14.540694+00:00"
72770
+ "x-reconciled-at": "2026-01-05T18:29:32.883439+00:00"
72771
72771
  },
72772
72772
  "value": {
72773
72773
  "type": "number",
@@ -72783,7 +72783,7 @@
72783
72783
  "maxLength": 15,
72784
72784
  "minLength": 3,
72785
72785
  "x-reconciled-from-discovery": true,
72786
- "x-reconciled-at": "2026-01-05T17:59:14.540698+00:00"
72786
+ "x-reconciled-at": "2026-01-05T18:29:32.883443+00:00"
72787
72787
  }
72788
72788
  },
72789
72789
  "x-f5xc-minimum-configuration": {
@@ -72857,7 +72857,7 @@
72857
72857
  },
72858
72858
  "x-original-maxLength": 1024,
72859
72859
  "x-reconciled-from-discovery": true,
72860
- "x-reconciled-at": "2026-01-05T17:59:14.540707+00:00"
72860
+ "x-reconciled-at": "2026-01-05T18:29:32.883452+00:00"
72861
72861
  },
72862
72862
  "query": {
72863
72863
  "type": "string",
@@ -73002,7 +73002,7 @@
73002
73002
  },
73003
73003
  "x-original-maxLength": 1024,
73004
73004
  "x-reconciled-from-discovery": true,
73005
- "x-reconciled-at": "2026-01-05T17:59:14.540720+00:00"
73005
+ "x-reconciled-at": "2026-01-05T18:29:32.883466+00:00"
73006
73006
  },
73007
73007
  "query": {
73008
73008
  "type": "string",
@@ -73186,7 +73186,7 @@
73186
73186
  },
73187
73187
  "x-original-maxLength": 1024,
73188
73188
  "x-reconciled-from-discovery": true,
73189
- "x-reconciled-at": "2026-01-05T17:59:14.540736+00:00"
73189
+ "x-reconciled-at": "2026-01-05T18:29:32.883483+00:00"
73190
73190
  },
73191
73191
  "query": {
73192
73192
  "type": "string",
@@ -73318,7 +73318,7 @@
73318
73318
  },
73319
73319
  "x-original-maxLength": 1024,
73320
73320
  "x-reconciled-from-discovery": true,
73321
- "x-reconciled-at": "2026-01-05T17:59:14.540748+00:00"
73321
+ "x-reconciled-at": "2026-01-05T18:29:32.883495+00:00"
73322
73322
  },
73323
73323
  "query": {
73324
73324
  "type": "string",
@@ -73454,7 +73454,7 @@
73454
73454
  },
73455
73455
  "x-original-maxLength": 1024,
73456
73456
  "x-reconciled-from-discovery": true,
73457
- "x-reconciled-at": "2026-01-05T17:59:14.540761+00:00"
73457
+ "x-reconciled-at": "2026-01-05T18:29:32.883509+00:00"
73458
73458
  },
73459
73459
  "query": {
73460
73460
  "type": "string",
@@ -73586,7 +73586,7 @@
73586
73586
  },
73587
73587
  "x-original-maxLength": 1024,
73588
73588
  "x-reconciled-from-discovery": true,
73589
- "x-reconciled-at": "2026-01-05T17:59:14.540773+00:00"
73589
+ "x-reconciled-at": "2026-01-05T18:29:32.883521+00:00"
73590
73590
  },
73591
73591
  "query": {
73592
73592
  "type": "string",
@@ -74727,7 +74727,7 @@
74727
74727
  },
74728
74728
  "x-original-maxLength": 1024,
74729
74729
  "x-reconciled-from-discovery": true,
74730
- "x-reconciled-at": "2026-01-05T17:59:14.540855+00:00"
74730
+ "x-reconciled-at": "2026-01-05T18:29:32.883603+00:00"
74731
74731
  },
74732
74732
  "previous_value": {
74733
74733
  "type": "string",
@@ -74761,7 +74761,7 @@
74761
74761
  },
74762
74762
  "x-original-maxLength": 1024,
74763
74763
  "x-reconciled-from-discovery": true,
74764
- "x-reconciled-at": "2026-01-05T17:59:14.540862+00:00"
74764
+ "x-reconciled-at": "2026-01-05T18:29:32.883610+00:00"
74765
74765
  }
74766
74766
  },
74767
74767
  "x-f5xc-minimum-configuration": {
@@ -75125,7 +75125,7 @@
75125
75125
  },
75126
75126
  "x-original-maxLength": 1024,
75127
75127
  "x-reconciled-from-discovery": true,
75128
- "x-reconciled-at": "2026-01-05T17:59:40.079211+00:00"
75128
+ "x-reconciled-at": "2026-01-05T18:29:58.302365+00:00"
75129
75129
  }
75130
75130
  },
75131
75131
  "x-f5xc-minimum-configuration": {
@@ -75869,7 +75869,7 @@
75869
75869
  },
75870
75870
  "x-original-maxLength": 1024,
75871
75871
  "x-reconciled-from-discovery": true,
75872
- "x-reconciled-at": "2026-01-05T17:59:40.079413+00:00"
75872
+ "x-reconciled-at": "2026-01-05T18:29:58.302573+00:00"
75873
75873
  },
75874
75874
  "sli_address": {
75875
75875
  "type": "string",
@@ -76676,7 +76676,7 @@
76676
76676
  },
76677
76677
  "x-original-maxLength": 1024,
76678
76678
  "x-reconciled-from-discovery": true,
76679
- "x-reconciled-at": "2026-01-05T17:59:40.079475+00:00"
76679
+ "x-reconciled-at": "2026-01-05T18:29:58.302638+00:00"
76680
76680
  }
76681
76681
  },
76682
76682
  "x-f5xc-minimum-configuration": {
@@ -76733,7 +76733,7 @@
76733
76733
  },
76734
76734
  "x-original-maxLength": 1024,
76735
76735
  "x-reconciled-from-discovery": true,
76736
- "x-reconciled-at": "2026-01-05T17:59:40.079481+00:00"
76736
+ "x-reconciled-at": "2026-01-05T18:29:58.302644+00:00"
76737
76737
  },
76738
76738
  "serial": {
76739
76739
  "type": "string",
@@ -76784,7 +76784,7 @@
76784
76784
  },
76785
76785
  "x-original-maxLength": 1024,
76786
76786
  "x-reconciled-from-discovery": true,
76787
- "x-reconciled-at": "2026-01-05T17:59:40.079488+00:00"
76787
+ "x-reconciled-at": "2026-01-05T18:29:58.302650+00:00"
76788
76788
  }
76789
76789
  },
76790
76790
  "x-f5xc-minimum-configuration": {
@@ -76854,7 +76854,7 @@
76854
76854
  },
76855
76855
  "x-original-maxLength": 1024,
76856
76856
  "x-reconciled-from-discovery": true,
76857
- "x-reconciled-at": "2026-01-05T17:59:40.079495+00:00"
76857
+ "x-reconciled-at": "2026-01-05T18:29:58.302658+00:00"
76858
76858
  }
76859
76859
  },
76860
76860
  "x-f5xc-minimum-configuration": {
@@ -76984,7 +76984,7 @@
76984
76984
  },
76985
76985
  "x-original-maxLength": 1024,
76986
76986
  "x-reconciled-from-discovery": true,
76987
- "x-reconciled-at": "2026-01-05T17:59:40.079505+00:00"
76987
+ "x-reconciled-at": "2026-01-05T18:29:58.302668+00:00"
76988
76988
  }
76989
76989
  },
76990
76990
  "x-f5xc-minimum-configuration": {
@@ -77056,7 +77056,7 @@
77056
77056
  },
77057
77057
  "x-original-maxLength": 1024,
77058
77058
  "x-reconciled-from-discovery": true,
77059
- "x-reconciled-at": "2026-01-05T17:59:40.079511+00:00"
77059
+ "x-reconciled-at": "2026-01-05T18:29:58.302675+00:00"
77060
77060
  },
77061
77061
  "start_time": {
77062
77062
  "type": "string",
@@ -77369,7 +77369,7 @@
77369
77369
  },
77370
77370
  "x-original-maxLength": 64,
77371
77371
  "x-reconciled-from-discovery": true,
77372
- "x-reconciled-at": "2026-01-05T17:59:40.079536+00:00"
77372
+ "x-reconciled-at": "2026-01-05T18:29:58.302701+00:00"
77373
77373
  },
77374
77374
  "namespace": {
77375
77375
  "type": "string",
@@ -77399,7 +77399,7 @@
77399
77399
  },
77400
77400
  "x-original-maxLength": 64,
77401
77401
  "x-reconciled-from-discovery": true,
77402
- "x-reconciled-at": "2026-01-05T17:59:40.079541+00:00"
77402
+ "x-reconciled-at": "2026-01-05T18:29:58.302705+00:00"
77403
77403
  }
77404
77404
  },
77405
77405
  "x-f5xc-minimum-configuration": {
@@ -77512,7 +77512,7 @@
77512
77512
  },
77513
77513
  "x-original-maxLength": 1024,
77514
77514
  "x-reconciled-from-discovery": true,
77515
- "x-reconciled-at": "2026-01-05T17:59:40.079553+00:00"
77515
+ "x-reconciled-at": "2026-01-05T18:29:58.302718+00:00"
77516
77516
  }
77517
77517
  },
77518
77518
  "x-f5xc-minimum-configuration": {
@@ -77996,7 +77996,7 @@
77996
77996
  },
77997
77997
  "x-original-maxLength": 1024,
77998
77998
  "x-reconciled-from-discovery": true,
77999
- "x-reconciled-at": "2026-01-05T17:59:40.079590+00:00"
77999
+ "x-reconciled-at": "2026-01-05T18:29:58.302758+00:00"
78000
78000
  },
78001
78001
  "result": {
78002
78002
  "type": "string",
@@ -78351,7 +78351,7 @@
78351
78351
  "maxLength": 17,
78352
78352
  "minLength": 17,
78353
78353
  "x-reconciled-from-discovery": true,
78354
- "x-reconciled-at": "2026-01-05T17:59:40.079621+00:00"
78354
+ "x-reconciled-at": "2026-01-05T18:29:58.302790+00:00"
78355
78355
  },
78356
78356
  "system_metadata": {
78357
78357
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -78421,7 +78421,7 @@
78421
78421
  },
78422
78422
  "x-original-maxLength": 1024,
78423
78423
  "x-reconciled-from-discovery": true,
78424
- "x-reconciled-at": "2026-01-05T17:59:40.079627+00:00"
78424
+ "x-reconciled-at": "2026-01-05T18:29:58.302796+00:00"
78425
78425
  },
78426
78426
  "ref": {
78427
78427
  "type": "array",
@@ -78583,7 +78583,7 @@
78583
78583
  },
78584
78584
  "x-original-maxLength": 1024,
78585
78585
  "x-reconciled-from-discovery": true,
78586
- "x-reconciled-at": "2026-01-05T17:59:40.079646+00:00"
78586
+ "x-reconciled-at": "2026-01-05T18:29:58.302815+00:00"
78587
78587
  },
78588
78588
  "network_name": {
78589
78589
  "type": "string",
@@ -78683,7 +78683,7 @@
78683
78683
  },
78684
78684
  "x-original-maxLength": 1024,
78685
78685
  "x-reconciled-from-discovery": true,
78686
- "x-reconciled-at": "2026-01-05T17:59:40.079656+00:00"
78686
+ "x-reconciled-at": "2026-01-05T18:29:58.302826+00:00"
78687
78687
  }
78688
78688
  },
78689
78689
  "x-f5xc-minimum-configuration": {
@@ -78724,7 +78724,7 @@
78724
78724
  "maxLength": 17,
78725
78725
  "minLength": 17,
78726
78726
  "x-reconciled-from-discovery": true,
78727
- "x-reconciled-at": "2026-01-05T17:59:40.079661+00:00"
78727
+ "x-reconciled-at": "2026-01-05T18:29:58.302831+00:00"
78728
78728
  }
78729
78729
  },
78730
78730
  "x-f5xc-minimum-configuration": {
@@ -78885,7 +78885,7 @@
78885
78885
  },
78886
78886
  "x-original-maxLength": 64,
78887
78887
  "x-reconciled-from-discovery": true,
78888
- "x-reconciled-at": "2026-01-05T17:59:40.079671+00:00"
78888
+ "x-reconciled-at": "2026-01-05T18:29:58.302841+00:00"
78889
78889
  },
78890
78890
  "uid": {
78891
78891
  "type": "string",
@@ -78906,7 +78906,7 @@
78906
78906
  "x-original-maxLength": 1024,
78907
78907
  "format": "uuid",
78908
78908
  "x-reconciled-from-discovery": true,
78909
- "x-reconciled-at": "2026-01-05T17:59:40.079676+00:00"
78909
+ "x-reconciled-at": "2026-01-05T18:29:58.302846+00:00"
78910
78910
  },
78911
78911
  "user_email": {
78912
78912
  "type": "string",
@@ -79026,7 +79026,7 @@
79026
79026
  },
79027
79027
  "x-original-maxLength": 1024,
79028
79028
  "x-reconciled-from-discovery": true,
79029
- "x-reconciled-at": "2026-01-05T17:59:40.079687+00:00"
79029
+ "x-reconciled-at": "2026-01-05T18:29:58.302857+00:00"
79030
79030
  },
79031
79031
  "disabled": {
79032
79032
  "type": "boolean",
@@ -79076,7 +79076,7 @@
79076
79076
  },
79077
79077
  "x-original-maxLength": 1024,
79078
79078
  "x-reconciled-from-discovery": true,
79079
- "x-reconciled-at": "2026-01-05T17:59:40.079696+00:00"
79079
+ "x-reconciled-at": "2026-01-05T18:29:58.302867+00:00"
79080
79080
  },
79081
79081
  "namespace": {
79082
79082
  "type": "string",
@@ -79095,7 +79095,7 @@
79095
79095
  },
79096
79096
  "x-original-maxLength": 1024,
79097
79097
  "x-reconciled-from-discovery": true,
79098
- "x-reconciled-at": "2026-01-05T17:59:40.079700+00:00"
79098
+ "x-reconciled-at": "2026-01-05T18:29:58.302871+00:00"
79099
79099
  },
79100
79100
  "owner_view": {
79101
79101
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -79136,7 +79136,7 @@
79136
79136
  "x-field-mutability": "read-only",
79137
79137
  "x-original-maxLength": 1024,
79138
79138
  "x-reconciled-from-discovery": true,
79139
- "x-reconciled-at": "2026-01-05T17:59:40.079708+00:00"
79139
+ "x-reconciled-at": "2026-01-05T18:29:58.302878+00:00"
79140
79140
  },
79141
79141
  "uid": {
79142
79142
  "type": "string",
@@ -79157,7 +79157,7 @@
79157
79157
  "x-original-maxLength": 1024,
79158
79158
  "format": "uuid",
79159
79159
  "x-reconciled-from-discovery": true,
79160
- "x-reconciled-at": "2026-01-05T17:59:40.079712+00:00"
79160
+ "x-reconciled-at": "2026-01-05T18:29:58.302883+00:00"
79161
79161
  }
79162
79162
  },
79163
79163
  "x-f5xc-minimum-configuration": {
@@ -79335,7 +79335,7 @@
79335
79335
  },
79336
79336
  "x-original-maxLength": 1024,
79337
79337
  "x-reconciled-from-discovery": true,
79338
- "x-reconciled-at": "2026-01-05T17:59:40.079729+00:00"
79338
+ "x-reconciled-at": "2026-01-05T18:29:58.302899+00:00"
79339
79339
  },
79340
79340
  "port": {
79341
79341
  "type": "string",
@@ -79481,7 +79481,7 @@
79481
79481
  },
79482
79482
  "x-original-maxLength": 1024,
79483
79483
  "x-reconciled-from-discovery": true,
79484
- "x-reconciled-at": "2026-01-05T17:59:40.079741+00:00"
79484
+ "x-reconciled-at": "2026-01-05T18:29:58.302912+00:00"
79485
79485
  },
79486
79486
  "release": {
79487
79487
  "type": "string",
@@ -79532,7 +79532,7 @@
79532
79532
  },
79533
79533
  "x-original-maxLength": 1024,
79534
79534
  "x-reconciled-from-discovery": true,
79535
- "x-reconciled-at": "2026-01-05T17:59:40.079747+00:00"
79535
+ "x-reconciled-at": "2026-01-05T18:29:58.302919+00:00"
79536
79536
  }
79537
79537
  },
79538
79538
  "x-f5xc-minimum-configuration": {
@@ -80040,7 +80040,7 @@
80040
80040
  },
80041
80041
  "x-original-maxLength": 1024,
80042
80042
  "x-reconciled-from-discovery": true,
80043
- "x-reconciled-at": "2026-01-05T17:59:40.079789+00:00"
80043
+ "x-reconciled-at": "2026-01-05T18:29:58.302960+00:00"
80044
80044
  },
80045
80045
  "site": {
80046
80046
  "type": "string",
@@ -80158,7 +80158,7 @@
80158
80158
  },
80159
80159
  "x-original-maxLength": 1024,
80160
80160
  "x-reconciled-from-discovery": true,
80161
- "x-reconciled-at": "2026-01-05T17:59:40.079798+00:00"
80161
+ "x-reconciled-at": "2026-01-05T18:29:58.302969+00:00"
80162
80162
  },
80163
80163
  "serial": {
80164
80164
  "type": "string",
@@ -80209,7 +80209,7 @@
80209
80209
  },
80210
80210
  "x-original-maxLength": 1024,
80211
80211
  "x-reconciled-from-discovery": true,
80212
- "x-reconciled-at": "2026-01-05T17:59:40.079805+00:00"
80212
+ "x-reconciled-at": "2026-01-05T18:29:58.302976+00:00"
80213
80213
  }
80214
80214
  },
80215
80215
  "x-f5xc-minimum-configuration": {
@@ -80302,7 +80302,7 @@
80302
80302
  },
80303
80303
  "x-original-maxLength": 64,
80304
80304
  "x-reconciled-from-discovery": true,
80305
- "x-reconciled-at": "2026-01-05T17:59:40.079823+00:00"
80305
+ "x-reconciled-at": "2026-01-05T18:29:58.302994+00:00"
80306
80306
  }
80307
80307
  },
80308
80308
  "x-f5xc-minimum-configuration": {
@@ -80540,7 +80540,7 @@
80540
80540
  },
80541
80541
  "x-original-maxLength": 1024,
80542
80542
  "x-reconciled-from-discovery": true,
80543
- "x-reconciled-at": "2026-01-05T17:59:40.079841+00:00"
80543
+ "x-reconciled-at": "2026-01-05T18:29:58.303012+00:00"
80544
80544
  },
80545
80545
  "ref": {
80546
80546
  "type": "array",
@@ -80637,7 +80637,7 @@
80637
80637
  },
80638
80638
  "x-original-maxLength": 1024,
80639
80639
  "x-reconciled-from-discovery": true,
80640
- "x-reconciled-at": "2026-01-05T17:59:40.079849+00:00"
80640
+ "x-reconciled-at": "2026-01-05T18:29:58.303020+00:00"
80641
80641
  },
80642
80642
  "namespace": {
80643
80643
  "type": "string",
@@ -80663,7 +80663,7 @@
80663
80663
  },
80664
80664
  "x-original-maxLength": 1024,
80665
80665
  "x-reconciled-from-discovery": true,
80666
- "x-reconciled-at": "2026-01-05T17:59:40.079853+00:00"
80666
+ "x-reconciled-at": "2026-01-05T18:29:58.303024+00:00"
80667
80667
  },
80668
80668
  "state": {
80669
80669
  "$ref": "#/components/schemas/siteSiteState"
@@ -80907,7 +80907,7 @@
80907
80907
  "maxLength": 16,
80908
80908
  "minLength": 7,
80909
80909
  "x-reconciled-from-discovery": true,
80910
- "x-reconciled-at": "2026-01-05T17:59:40.079869+00:00"
80910
+ "x-reconciled-at": "2026-01-05T18:29:58.303056+00:00"
80911
80911
  },
80912
80912
  "value": {
80913
80913
  "type": "array",
@@ -80926,7 +80926,7 @@
80926
80926
  "maxLength": 15,
80927
80927
  "minLength": 3,
80928
80928
  "x-reconciled-from-discovery": true,
80929
- "x-reconciled-at": "2026-01-05T17:59:40.079874+00:00"
80929
+ "x-reconciled-at": "2026-01-05T18:29:58.303062+00:00"
80930
80930
  }
80931
80931
  },
80932
80932
  "x-f5xc-minimum-configuration": {
@@ -81017,7 +81017,7 @@
81017
81017
  },
81018
81018
  "x-original-maxLength": 1024,
81019
81019
  "x-reconciled-from-discovery": true,
81020
- "x-reconciled-at": "2026-01-05T17:59:40.079882+00:00"
81020
+ "x-reconciled-at": "2026-01-05T18:29:58.303071+00:00"
81021
81021
  },
81022
81022
  "site": {
81023
81023
  "type": "string",
@@ -81507,7 +81507,7 @@
81507
81507
  },
81508
81508
  "x-original-maxLength": 1024,
81509
81509
  "x-reconciled-from-discovery": true,
81510
- "x-reconciled-at": "2026-01-05T17:59:40.079924+00:00"
81510
+ "x-reconciled-at": "2026-01-05T18:29:58.303115+00:00"
81511
81511
  },
81512
81512
  "serial": {
81513
81513
  "type": "string",
@@ -82007,7 +82007,7 @@
82007
82007
  },
82008
82008
  "x-original-maxLength": 1024,
82009
82009
  "x-reconciled-from-discovery": true,
82010
- "x-reconciled-at": "2026-01-05T17:59:40.079966+00:00"
82010
+ "x-reconciled-at": "2026-01-05T18:29:58.303157+00:00"
82011
82011
  },
82012
82012
  "i_manufacturer": {
82013
82013
  "type": "string",
@@ -82240,7 +82240,7 @@
82240
82240
  },
82241
82241
  "x-original-maxLength": 1024,
82242
82242
  "x-reconciled-from-discovery": true,
82243
- "x-reconciled-at": "2026-01-05T17:59:40.079985+00:00"
82243
+ "x-reconciled-at": "2026-01-05T18:29:58.303177+00:00"
82244
82244
  },
82245
82245
  "namespace": {
82246
82246
  "type": "string",
@@ -82266,7 +82266,7 @@
82266
82266
  },
82267
82267
  "x-original-maxLength": 1024,
82268
82268
  "x-reconciled-from-discovery": true,
82269
- "x-reconciled-at": "2026-01-05T17:59:40.079989+00:00"
82269
+ "x-reconciled-at": "2026-01-05T18:29:58.303181+00:00"
82270
82270
  },
82271
82271
  "version": {
82272
82272
  "type": "string",
@@ -82292,7 +82292,7 @@
82292
82292
  },
82293
82293
  "x-original-maxLength": 1024,
82294
82294
  "x-reconciled-from-discovery": true,
82295
- "x-reconciled-at": "2026-01-05T17:59:40.079993+00:00"
82295
+ "x-reconciled-at": "2026-01-05T18:29:58.303185+00:00"
82296
82296
  }
82297
82297
  },
82298
82298
  "x-f5xc-minimum-configuration": {
@@ -82378,7 +82378,7 @@
82378
82378
  },
82379
82379
  "x-original-maxLength": 1024,
82380
82380
  "x-reconciled-from-discovery": true,
82381
- "x-reconciled-at": "2026-01-05T17:59:40.079999+00:00"
82381
+ "x-reconciled-at": "2026-01-05T18:29:58.303191+00:00"
82382
82382
  },
82383
82383
  "namespace": {
82384
82384
  "type": "string",
@@ -82404,7 +82404,7 @@
82404
82404
  },
82405
82405
  "x-original-maxLength": 1024,
82406
82406
  "x-reconciled-from-discovery": true,
82407
- "x-reconciled-at": "2026-01-05T17:59:40.080003+00:00"
82407
+ "x-reconciled-at": "2026-01-05T18:29:58.303195+00:00"
82408
82408
  },
82409
82409
  "version": {
82410
82410
  "type": "string",
@@ -82430,7 +82430,7 @@
82430
82430
  },
82431
82431
  "x-original-maxLength": 1024,
82432
82432
  "x-reconciled-from-discovery": true,
82433
- "x-reconciled-at": "2026-01-05T17:59:40.080007+00:00"
82433
+ "x-reconciled-at": "2026-01-05T18:29:58.303199+00:00"
82434
82434
  }
82435
82435
  },
82436
82436
  "x-f5xc-minimum-configuration": {
@@ -82576,7 +82576,7 @@
82576
82576
  },
82577
82577
  "x-original-maxLength": 1024,
82578
82578
  "x-reconciled-from-discovery": true,
82579
- "x-reconciled-at": "2026-01-05T17:59:40.080013+00:00"
82579
+ "x-reconciled-at": "2026-01-05T18:29:58.303205+00:00"
82580
82580
  },
82581
82581
  "state": {
82582
82582
  "$ref": "#/components/schemas/siteVerInstanceRunningStateStatus"
@@ -82964,7 +82964,7 @@
82964
82964
  },
82965
82965
  "x-original-maxLength": 1024,
82966
82966
  "x-reconciled-from-discovery": true,
82967
- "x-reconciled-at": "2026-01-05T17:59:40.080043+00:00"
82967
+ "x-reconciled-at": "2026-01-05T18:29:58.303236+00:00"
82968
82968
  },
82969
82969
  "site": {
82970
82970
  "type": "string",
@@ -83352,7 +83352,7 @@
83352
83352
  },
83353
83353
  "x-original-maxLength": 1024,
83354
83354
  "x-reconciled-from-discovery": true,
83355
- "x-reconciled-at": "2026-01-05T17:59:40.080100+00:00"
83355
+ "x-reconciled-at": "2026-01-05T18:29:58.303294+00:00"
83356
83356
  }
83357
83357
  },
83358
83358
  "x-f5xc-minimum-configuration": {
@@ -83433,7 +83433,7 @@
83433
83433
  },
83434
83434
  "x-original-maxLength": 1024,
83435
83435
  "x-reconciled-from-discovery": true,
83436
- "x-reconciled-at": "2026-01-05T17:59:40.080109+00:00"
83436
+ "x-reconciled-at": "2026-01-05T18:29:58.303304+00:00"
83437
83437
  },
83438
83438
  "readOnly": {
83439
83439
  "type": "boolean",
@@ -84199,7 +84199,7 @@
84199
84199
  },
84200
84200
  "x-original-maxLength": 1024,
84201
84201
  "x-reconciled-from-discovery": true,
84202
- "x-reconciled-at": "2026-01-05T17:59:40.080187+00:00"
84202
+ "x-reconciled-at": "2026-01-05T18:29:58.303375+00:00"
84203
84203
  },
84204
84204
  "localObjectReference": {
84205
84205
  "$ref": "#/components/schemas/v1LocalObjectReference"
@@ -84294,7 +84294,7 @@
84294
84294
  },
84295
84295
  "x-original-maxLength": 1024,
84296
84296
  "x-reconciled-from-discovery": true,
84297
- "x-reconciled-at": "2026-01-05T17:59:40.080198+00:00"
84297
+ "x-reconciled-at": "2026-01-05T18:29:58.303386+00:00"
84298
84298
  },
84299
84299
  "namespace": {
84300
84300
  "type": "string",
@@ -84309,7 +84309,7 @@
84309
84309
  },
84310
84310
  "x-original-maxLength": 1024,
84311
84311
  "x-reconciled-from-discovery": true,
84312
- "x-reconciled-at": "2026-01-05T17:59:40.080202+00:00"
84312
+ "x-reconciled-at": "2026-01-05T18:29:58.303390+00:00"
84313
84313
  },
84314
84314
  "resourceVersion": {
84315
84315
  "type": "string",
@@ -84324,7 +84324,7 @@
84324
84324
  },
84325
84325
  "x-original-maxLength": 1024,
84326
84326
  "x-reconciled-from-discovery": true,
84327
- "x-reconciled-at": "2026-01-05T17:59:40.080206+00:00"
84327
+ "x-reconciled-at": "2026-01-05T18:29:58.303394+00:00"
84328
84328
  },
84329
84329
  "uid": {
84330
84330
  "type": "string",
@@ -84341,7 +84341,7 @@
84341
84341
  "x-original-maxLength": 1024,
84342
84342
  "format": "uuid",
84343
84343
  "x-reconciled-from-discovery": true,
84344
- "x-reconciled-at": "2026-01-05T17:59:40.080211+00:00"
84344
+ "x-reconciled-at": "2026-01-05T18:29:58.303400+00:00"
84345
84345
  }
84346
84346
  },
84347
84347
  "x-f5xc-minimum-configuration": {
@@ -84566,7 +84566,7 @@
84566
84566
  },
84567
84567
  "x-original-maxLength": 1024,
84568
84568
  "x-reconciled-from-discovery": true,
84569
- "x-reconciled-at": "2026-01-05T17:59:40.080234+00:00"
84569
+ "x-reconciled-at": "2026-01-05T18:29:58.303423+00:00"
84570
84570
  },
84571
84571
  "ports": {
84572
84572
  "type": "array",
@@ -84823,7 +84823,7 @@
84823
84823
  },
84824
84824
  "x-original-maxLength": 1024,
84825
84825
  "x-reconciled-from-discovery": true,
84826
- "x-reconciled-at": "2026-01-05T17:59:40.080260+00:00"
84826
+ "x-reconciled-at": "2026-01-05T18:29:58.303450+00:00"
84827
84827
  },
84828
84828
  "protocol": {
84829
84829
  "type": "string",
@@ -84959,7 +84959,7 @@
84959
84959
  },
84960
84960
  "x-original-maxLength": 1024,
84961
84961
  "x-reconciled-from-discovery": true,
84962
- "x-reconciled-at": "2026-01-05T17:59:40.080275+00:00"
84962
+ "x-reconciled-at": "2026-01-05T18:29:58.303466+00:00"
84963
84963
  },
84964
84964
  "signal": {
84965
84965
  "type": "integer",
@@ -85025,7 +85025,7 @@
85025
85025
  },
85026
85026
  "x-original-maxLength": 1024,
85027
85027
  "x-reconciled-from-discovery": true,
85028
- "x-reconciled-at": "2026-01-05T17:59:40.080283+00:00"
85028
+ "x-reconciled-at": "2026-01-05T18:29:58.303474+00:00"
85029
85029
  }
85030
85030
  },
85031
85031
  "x-f5xc-minimum-configuration": {
@@ -85098,7 +85098,7 @@
85098
85098
  },
85099
85099
  "x-original-maxLength": 1024,
85100
85100
  "x-reconciled-from-discovery": true,
85101
- "x-reconciled-at": "2026-01-05T17:59:40.080292+00:00"
85101
+ "x-reconciled-at": "2026-01-05T18:29:58.303483+00:00"
85102
85102
  },
85103
85103
  "ready": {
85104
85104
  "type": "boolean",
@@ -85249,7 +85249,7 @@
85249
85249
  },
85250
85250
  "x-original-maxLength": 1024,
85251
85251
  "x-reconciled-from-discovery": true,
85252
- "x-reconciled-at": "2026-01-05T17:59:40.080310+00:00"
85252
+ "x-reconciled-at": "2026-01-05T18:29:58.303501+00:00"
85253
85253
  },
85254
85254
  "status": {
85255
85255
  "type": "string",
@@ -85264,7 +85264,7 @@
85264
85264
  },
85265
85265
  "x-original-maxLength": 1024,
85266
85266
  "x-reconciled-from-discovery": true,
85267
- "x-reconciled-at": "2026-01-05T17:59:40.080314+00:00"
85267
+ "x-reconciled-at": "2026-01-05T18:29:58.303504+00:00"
85268
85268
  },
85269
85269
  "type": {
85270
85270
  "type": "string",
@@ -85637,7 +85637,7 @@
85637
85637
  },
85638
85638
  "x-original-maxLength": 1024,
85639
85639
  "x-reconciled-from-discovery": true,
85640
- "x-reconciled-at": "2026-01-05T17:59:40.080350+00:00"
85640
+ "x-reconciled-at": "2026-01-05T18:29:58.303542+00:00"
85641
85641
  },
85642
85642
  "status": {
85643
85643
  "type": "string",
@@ -85652,7 +85652,7 @@
85652
85652
  },
85653
85653
  "x-original-maxLength": 1024,
85654
85654
  "x-reconciled-from-discovery": true,
85655
- "x-reconciled-at": "2026-01-05T17:59:40.080354+00:00"
85655
+ "x-reconciled-at": "2026-01-05T18:29:58.303546+00:00"
85656
85656
  },
85657
85657
  "type": {
85658
85658
  "type": "string",
@@ -86212,7 +86212,7 @@
86212
86212
  },
86213
86213
  "x-original-maxLength": 1024,
86214
86214
  "x-reconciled-from-discovery": true,
86215
- "x-reconciled-at": "2026-01-05T17:59:40.080403+00:00"
86215
+ "x-reconciled-at": "2026-01-05T18:29:58.303595+00:00"
86216
86216
  },
86217
86217
  "port": {
86218
86218
  "type": "integer",
@@ -86436,7 +86436,7 @@
86436
86436
  },
86437
86437
  "x-original-maxLength": 1024,
86438
86438
  "x-reconciled-from-discovery": true,
86439
- "x-reconciled-at": "2026-01-05T17:59:40.080423+00:00"
86439
+ "x-reconciled-at": "2026-01-05T18:29:58.303616+00:00"
86440
86440
  },
86441
86441
  "value": {
86442
86442
  "type": "string",
@@ -86451,7 +86451,7 @@
86451
86451
  },
86452
86452
  "x-original-maxLength": 1024,
86453
86453
  "x-reconciled-from-discovery": true,
86454
- "x-reconciled-at": "2026-01-05T17:59:40.080427+00:00"
86454
+ "x-reconciled-at": "2026-01-05T18:29:58.303620+00:00"
86455
86455
  },
86456
86456
  "valueFrom": {
86457
86457
  "$ref": "#/components/schemas/v1EnvVarSource"
@@ -86636,7 +86636,7 @@
86636
86636
  },
86637
86637
  "x-original-maxLength": 1024,
86638
86638
  "x-reconciled-from-discovery": true,
86639
- "x-reconciled-at": "2026-01-05T17:59:40.080449+00:00"
86639
+ "x-reconciled-at": "2026-01-05T18:29:58.303642+00:00"
86640
86640
  },
86641
86641
  "ports": {
86642
86642
  "type": "array",
@@ -87451,7 +87451,7 @@
87451
87451
  },
87452
87452
  "x-original-maxLength": 1024,
87453
87453
  "x-reconciled-from-discovery": true,
87454
- "x-reconciled-at": "2026-01-05T17:59:40.080518+00:00"
87454
+ "x-reconciled-at": "2026-01-05T18:29:58.303713+00:00"
87455
87455
  },
87456
87456
  "value": {
87457
87457
  "type": "string",
@@ -87466,7 +87466,7 @@
87466
87466
  },
87467
87467
  "x-original-maxLength": 1024,
87468
87468
  "x-reconciled-from-discovery": true,
87469
- "x-reconciled-at": "2026-01-05T17:59:40.080522+00:00"
87469
+ "x-reconciled-at": "2026-01-05T18:29:58.303717+00:00"
87470
87470
  }
87471
87471
  },
87472
87472
  "x-f5xc-minimum-configuration": {
@@ -87957,7 +87957,7 @@
87957
87957
  },
87958
87958
  "x-original-maxLength": 1024,
87959
87959
  "x-reconciled-from-discovery": true,
87960
- "x-reconciled-at": "2026-01-05T17:59:40.080569+00:00"
87960
+ "x-reconciled-at": "2026-01-05T18:29:58.303765+00:00"
87961
87961
  },
87962
87962
  "status": {
87963
87963
  "type": "string",
@@ -87972,7 +87972,7 @@
87972
87972
  },
87973
87973
  "x-original-maxLength": 1024,
87974
87974
  "x-reconciled-from-discovery": true,
87975
- "x-reconciled-at": "2026-01-05T17:59:40.080572+00:00"
87975
+ "x-reconciled-at": "2026-01-05T18:29:58.303769+00:00"
87976
87976
  },
87977
87977
  "type": {
87978
87978
  "type": "string",
@@ -88241,7 +88241,7 @@
88241
88241
  },
88242
88242
  "x-original-maxLength": 1024,
88243
88243
  "x-reconciled-from-discovery": true,
88244
- "x-reconciled-at": "2026-01-05T17:59:40.080597+00:00"
88244
+ "x-reconciled-at": "2026-01-05T18:29:58.303795+00:00"
88245
88245
  },
88246
88246
  "mode": {
88247
88247
  "type": "integer",
@@ -88341,7 +88341,7 @@
88341
88341
  },
88342
88342
  "x-original-maxLength": 1024,
88343
88343
  "x-reconciled-from-discovery": true,
88344
- "x-reconciled-at": "2026-01-05T17:59:40.080607+00:00"
88344
+ "x-reconciled-at": "2026-01-05T18:29:58.303805+00:00"
88345
88345
  },
88346
88346
  "operator": {
88347
88347
  "type": "string",
@@ -88424,7 +88424,7 @@
88424
88424
  },
88425
88425
  "x-original-maxLength": 1024,
88426
88426
  "x-reconciled-from-discovery": true,
88427
- "x-reconciled-at": "2026-01-05T17:59:40.080616+00:00"
88427
+ "x-reconciled-at": "2026-01-05T18:29:58.303815+00:00"
88428
88428
  },
88429
88429
  "remainingItemCount": {
88430
88430
  "type": "string",
@@ -88452,7 +88452,7 @@
88452
88452
  },
88453
88453
  "x-original-maxLength": 1024,
88454
88454
  "x-reconciled-from-discovery": true,
88455
- "x-reconciled-at": "2026-01-05T17:59:40.080621+00:00"
88455
+ "x-reconciled-at": "2026-01-05T18:29:58.303820+00:00"
88456
88456
  },
88457
88457
  "selfLink": {
88458
88458
  "type": "string",
@@ -88467,7 +88467,7 @@
88467
88467
  },
88468
88468
  "x-original-maxLength": 1024,
88469
88469
  "x-reconciled-from-discovery": true,
88470
- "x-reconciled-at": "2026-01-05T17:59:40.080625+00:00"
88470
+ "x-reconciled-at": "2026-01-05T18:29:58.303823+00:00"
88471
88471
  }
88472
88472
  },
88473
88473
  "x-f5xc-minimum-configuration": {
@@ -88578,7 +88578,7 @@
88578
88578
  },
88579
88579
  "x-original-maxLength": 1024,
88580
88580
  "x-reconciled-from-discovery": true,
88581
- "x-reconciled-at": "2026-01-05T17:59:40.080634+00:00"
88581
+ "x-reconciled-at": "2026-01-05T18:29:58.303833+00:00"
88582
88582
  }
88583
88583
  },
88584
88584
  "x-f5xc-minimum-configuration": {
@@ -88825,7 +88825,7 @@
88825
88825
  },
88826
88826
  "x-original-maxLength": 1024,
88827
88827
  "x-reconciled-from-discovery": true,
88828
- "x-reconciled-at": "2026-01-05T17:59:40.080658+00:00"
88828
+ "x-reconciled-at": "2026-01-05T18:29:58.303857+00:00"
88829
88829
  },
88830
88830
  "status": {
88831
88831
  "type": "string",
@@ -88840,7 +88840,7 @@
88840
88840
  },
88841
88841
  "x-original-maxLength": 1024,
88842
88842
  "x-reconciled-from-discovery": true,
88843
- "x-reconciled-at": "2026-01-05T17:59:40.080662+00:00"
88843
+ "x-reconciled-at": "2026-01-05T18:29:58.303861+00:00"
88844
88844
  },
88845
88845
  "type": {
88846
88846
  "type": "string",
@@ -89089,7 +89089,7 @@
89089
89089
  },
89090
89090
  "x-original-maxLength": 1024,
89091
89091
  "x-reconciled-from-discovery": true,
89092
- "x-reconciled-at": "2026-01-05T17:59:40.080683+00:00"
89092
+ "x-reconciled-at": "2026-01-05T18:29:58.303883+00:00"
89093
89093
  },
89094
89094
  "status": {
89095
89095
  "type": "string",
@@ -89104,7 +89104,7 @@
89104
89104
  },
89105
89105
  "x-original-maxLength": 1024,
89106
89106
  "x-reconciled-from-discovery": true,
89107
- "x-reconciled-at": "2026-01-05T17:59:40.080687+00:00"
89107
+ "x-reconciled-at": "2026-01-05T18:29:58.303887+00:00"
89108
89108
  },
89109
89109
  "type": {
89110
89110
  "type": "string",
@@ -89298,7 +89298,7 @@
89298
89298
  },
89299
89299
  "x-original-maxLength": 1024,
89300
89300
  "x-reconciled-from-discovery": true,
89301
- "x-reconciled-at": "2026-01-05T17:59:40.080704+00:00"
89301
+ "x-reconciled-at": "2026-01-05T18:29:58.303905+00:00"
89302
89302
  },
89303
89303
  "operator": {
89304
89304
  "type": "string",
@@ -89925,7 +89925,7 @@
89925
89925
  },
89926
89926
  "x-original-maxLength": 1024,
89927
89927
  "x-reconciled-from-discovery": true,
89928
- "x-reconciled-at": "2026-01-05T17:59:40.080763+00:00"
89928
+ "x-reconciled-at": "2026-01-05T18:29:58.303965+00:00"
89929
89929
  },
89930
89930
  "namespace": {
89931
89931
  "type": "string",
@@ -89940,7 +89940,7 @@
89940
89940
  },
89941
89941
  "x-original-maxLength": 1024,
89942
89942
  "x-reconciled-from-discovery": true,
89943
- "x-reconciled-at": "2026-01-05T17:59:40.080767+00:00"
89943
+ "x-reconciled-at": "2026-01-05T18:29:58.303969+00:00"
89944
89944
  },
89945
89945
  "ownerReferences": {
89946
89946
  "type": "array",
@@ -89968,7 +89968,7 @@
89968
89968
  },
89969
89969
  "x-original-maxLength": 1024,
89970
89970
  "x-reconciled-from-discovery": true,
89971
- "x-reconciled-at": "2026-01-05T17:59:40.080771+00:00"
89971
+ "x-reconciled-at": "2026-01-05T18:29:58.303975+00:00"
89972
89972
  },
89973
89973
  "selfLink": {
89974
89974
  "type": "string",
@@ -89983,7 +89983,7 @@
89983
89983
  },
89984
89984
  "x-original-maxLength": 1024,
89985
89985
  "x-reconciled-from-discovery": true,
89986
- "x-reconciled-at": "2026-01-05T17:59:40.080775+00:00"
89986
+ "x-reconciled-at": "2026-01-05T18:29:58.303978+00:00"
89987
89987
  },
89988
89988
  "uid": {
89989
89989
  "type": "string",
@@ -90000,7 +90000,7 @@
90000
90000
  "x-original-maxLength": 1024,
90001
90001
  "format": "uuid",
90002
90002
  "x-reconciled-from-discovery": true,
90003
- "x-reconciled-at": "2026-01-05T17:59:40.080780+00:00"
90003
+ "x-reconciled-at": "2026-01-05T18:29:58.303983+00:00"
90004
90004
  }
90005
90005
  },
90006
90006
  "x-f5xc-minimum-configuration": {
@@ -90071,7 +90071,7 @@
90071
90071
  },
90072
90072
  "x-original-maxLength": 1024,
90073
90073
  "x-reconciled-from-discovery": true,
90074
- "x-reconciled-at": "2026-01-05T17:59:40.080787+00:00"
90074
+ "x-reconciled-at": "2026-01-05T18:29:58.303990+00:00"
90075
90075
  },
90076
90076
  "name": {
90077
90077
  "type": "string",
@@ -90088,7 +90088,7 @@
90088
90088
  },
90089
90089
  "x-original-maxLength": 1024,
90090
90090
  "x-reconciled-from-discovery": true,
90091
- "x-reconciled-at": "2026-01-05T17:59:40.080791+00:00"
90091
+ "x-reconciled-at": "2026-01-05T18:29:58.303994+00:00"
90092
90092
  },
90093
90093
  "namespace": {
90094
90094
  "type": "string",
@@ -90103,7 +90103,7 @@
90103
90103
  },
90104
90104
  "x-original-maxLength": 1024,
90105
90105
  "x-reconciled-from-discovery": true,
90106
- "x-reconciled-at": "2026-01-05T17:59:40.080795+00:00"
90106
+ "x-reconciled-at": "2026-01-05T18:29:58.303998+00:00"
90107
90107
  },
90108
90108
  "resourceVersion": {
90109
90109
  "type": "string",
@@ -90118,7 +90118,7 @@
90118
90118
  },
90119
90119
  "x-original-maxLength": 1024,
90120
90120
  "x-reconciled-from-discovery": true,
90121
- "x-reconciled-at": "2026-01-05T17:59:40.080798+00:00"
90121
+ "x-reconciled-at": "2026-01-05T18:29:58.304002+00:00"
90122
90122
  },
90123
90123
  "uid": {
90124
90124
  "type": "string",
@@ -90135,7 +90135,7 @@
90135
90135
  "x-original-maxLength": 1024,
90136
90136
  "format": "uuid",
90137
90137
  "x-reconciled-from-discovery": true,
90138
- "x-reconciled-at": "2026-01-05T17:59:40.080803+00:00"
90138
+ "x-reconciled-at": "2026-01-05T18:29:58.304006+00:00"
90139
90139
  }
90140
90140
  },
90141
90141
  "x-f5xc-minimum-configuration": {
@@ -90207,7 +90207,7 @@
90207
90207
  },
90208
90208
  "x-original-maxLength": 1024,
90209
90209
  "x-reconciled-from-discovery": true,
90210
- "x-reconciled-at": "2026-01-05T17:59:40.080811+00:00"
90210
+ "x-reconciled-at": "2026-01-05T18:29:58.304015+00:00"
90211
90211
  },
90212
90212
  "name": {
90213
90213
  "type": "string",
@@ -90224,7 +90224,7 @@
90224
90224
  },
90225
90225
  "x-original-maxLength": 1024,
90226
90226
  "x-reconciled-from-discovery": true,
90227
- "x-reconciled-at": "2026-01-05T17:59:40.080815+00:00"
90227
+ "x-reconciled-at": "2026-01-05T18:29:58.304018+00:00"
90228
90228
  },
90229
90229
  "uid": {
90230
90230
  "type": "string",
@@ -90241,7 +90241,7 @@
90241
90241
  "x-original-maxLength": 1024,
90242
90242
  "format": "uuid",
90243
90243
  "x-reconciled-from-discovery": true,
90244
- "x-reconciled-at": "2026-01-05T17:59:40.080819+00:00"
90244
+ "x-reconciled-at": "2026-01-05T18:29:58.304023+00:00"
90245
90245
  }
90246
90246
  },
90247
90247
  "x-f5xc-minimum-configuration": {
@@ -90352,7 +90352,7 @@
90352
90352
  },
90353
90353
  "x-original-maxLength": 1024,
90354
90354
  "x-reconciled-from-discovery": true,
90355
- "x-reconciled-at": "2026-01-05T17:59:40.080834+00:00"
90355
+ "x-reconciled-at": "2026-01-05T18:29:58.304049+00:00"
90356
90356
  },
90357
90357
  "status": {
90358
90358
  "type": "string",
@@ -90366,7 +90366,7 @@
90366
90366
  },
90367
90367
  "x-original-maxLength": 1024,
90368
90368
  "x-reconciled-from-discovery": true,
90369
- "x-reconciled-at": "2026-01-05T17:59:40.080838+00:00"
90369
+ "x-reconciled-at": "2026-01-05T18:29:58.304054+00:00"
90370
90370
  },
90371
90371
  "type": {
90372
90372
  "type": "string",
@@ -90906,7 +90906,7 @@
90906
90906
  },
90907
90907
  "x-original-maxLength": 1024,
90908
90908
  "x-reconciled-from-discovery": true,
90909
- "x-reconciled-at": "2026-01-05T17:59:40.080900+00:00"
90909
+ "x-reconciled-at": "2026-01-05T18:29:58.304118+00:00"
90910
90910
  }
90911
90911
  },
90912
90912
  "x-f5xc-minimum-configuration": {
@@ -91163,7 +91163,7 @@
91163
91163
  },
91164
91164
  "x-original-maxLength": 1024,
91165
91165
  "x-reconciled-from-discovery": true,
91166
- "x-reconciled-at": "2026-01-05T17:59:40.080924+00:00"
91166
+ "x-reconciled-at": "2026-01-05T18:29:58.304145+00:00"
91167
91167
  },
91168
91168
  "status": {
91169
91169
  "type": "string",
@@ -91178,7 +91178,7 @@
91178
91178
  },
91179
91179
  "x-original-maxLength": 1024,
91180
91180
  "x-reconciled-from-discovery": true,
91181
- "x-reconciled-at": "2026-01-05T17:59:40.080928+00:00"
91181
+ "x-reconciled-at": "2026-01-05T18:29:58.304149+00:00"
91182
91182
  },
91183
91183
  "type": {
91184
91184
  "type": "string",
@@ -91286,7 +91286,7 @@
91286
91286
  },
91287
91287
  "x-original-maxLength": 1024,
91288
91288
  "x-reconciled-from-discovery": true,
91289
- "x-reconciled-at": "2026-01-05T17:59:40.080938+00:00"
91289
+ "x-reconciled-at": "2026-01-05T18:29:58.304158+00:00"
91290
91290
  },
91291
91291
  "value": {
91292
91292
  "type": "string",
@@ -91301,7 +91301,7 @@
91301
91301
  },
91302
91302
  "x-original-maxLength": 1024,
91303
91303
  "x-reconciled-from-discovery": true,
91304
- "x-reconciled-at": "2026-01-05T17:59:40.080941+00:00"
91304
+ "x-reconciled-at": "2026-01-05T18:29:58.304162+00:00"
91305
91305
  }
91306
91306
  },
91307
91307
  "x-f5xc-minimum-configuration": {
@@ -92107,7 +92107,7 @@
92107
92107
  },
92108
92108
  "x-original-maxLength": 1024,
92109
92109
  "x-reconciled-from-discovery": true,
92110
- "x-reconciled-at": "2026-01-05T17:59:40.081016+00:00"
92110
+ "x-reconciled-at": "2026-01-05T18:29:58.304240+00:00"
92111
92111
  },
92112
92112
  "startTime": {
92113
92113
  "$ref": "#/components/schemas/v1Time"
@@ -92436,7 +92436,7 @@
92436
92436
  "x-field-mutability": "read-only",
92437
92437
  "x-original-maxLength": 1024,
92438
92438
  "x-reconciled-from-discovery": true,
92439
- "x-reconciled-at": "2026-01-05T17:59:40.081045+00:00"
92439
+ "x-reconciled-at": "2026-01-05T18:29:58.304270+00:00"
92440
92440
  },
92441
92441
  "user": {
92442
92442
  "type": "string",
@@ -92762,7 +92762,7 @@
92762
92762
  },
92763
92763
  "x-original-maxLength": 1024,
92764
92764
  "x-reconciled-from-discovery": true,
92765
- "x-reconciled-at": "2026-01-05T17:59:40.081077+00:00"
92765
+ "x-reconciled-at": "2026-01-05T18:29:58.304304+00:00"
92766
92766
  },
92767
92767
  "status": {
92768
92768
  "type": "string",
@@ -92777,7 +92777,7 @@
92777
92777
  },
92778
92778
  "x-original-maxLength": 1024,
92779
92779
  "x-reconciled-from-discovery": true,
92780
- "x-reconciled-at": "2026-01-05T17:59:40.081081+00:00"
92780
+ "x-reconciled-at": "2026-01-05T18:29:58.304308+00:00"
92781
92781
  },
92782
92782
  "type": {
92783
92783
  "type": "string",
@@ -93594,7 +93594,7 @@
93594
93594
  },
93595
93595
  "x-original-maxLength": 1024,
93596
93596
  "x-reconciled-from-discovery": true,
93597
- "x-reconciled-at": "2026-01-05T17:59:40.081152+00:00"
93597
+ "x-reconciled-at": "2026-01-05T18:29:58.304383+00:00"
93598
93598
  },
93599
93599
  "localObjectReference": {
93600
93600
  "$ref": "#/components/schemas/v1LocalObjectReference"
@@ -93724,7 +93724,7 @@
93724
93724
  },
93725
93725
  "x-original-maxLength": 1024,
93726
93726
  "x-reconciled-from-discovery": true,
93727
- "x-reconciled-at": "2026-01-05T17:59:40.081174+00:00"
93727
+ "x-reconciled-at": "2026-01-05T18:29:58.304397+00:00"
93728
93728
  },
93729
93729
  "namespace": {
93730
93730
  "type": "string",
@@ -93739,7 +93739,7 @@
93739
93739
  },
93740
93740
  "x-original-maxLength": 1024,
93741
93741
  "x-reconciled-from-discovery": true,
93742
- "x-reconciled-at": "2026-01-05T17:59:40.081178+00:00"
93742
+ "x-reconciled-at": "2026-01-05T18:29:58.304401+00:00"
93743
93743
  }
93744
93744
  },
93745
93745
  "x-f5xc-minimum-configuration": {
@@ -94078,7 +94078,7 @@
94078
94078
  },
94079
94079
  "x-original-maxLength": 1024,
94080
94080
  "x-reconciled-from-discovery": true,
94081
- "x-reconciled-at": "2026-01-05T17:59:40.081209+00:00"
94081
+ "x-reconciled-at": "2026-01-05T18:29:58.304434+00:00"
94082
94082
  },
94083
94083
  "nodePort": {
94084
94084
  "type": "integer",
@@ -94443,7 +94443,7 @@
94443
94443
  },
94444
94444
  "x-original-maxLength": 1024,
94445
94445
  "x-reconciled-from-discovery": true,
94446
- "x-reconciled-at": "2026-01-05T17:59:40.081246+00:00"
94446
+ "x-reconciled-at": "2026-01-05T18:29:58.304474+00:00"
94447
94447
  },
94448
94448
  "status": {
94449
94449
  "type": "string",
@@ -94458,7 +94458,7 @@
94458
94458
  },
94459
94459
  "x-original-maxLength": 1024,
94460
94460
  "x-reconciled-from-discovery": true,
94461
- "x-reconciled-at": "2026-01-05T17:59:40.081250+00:00"
94461
+ "x-reconciled-at": "2026-01-05T18:29:58.304478+00:00"
94462
94462
  },
94463
94463
  "type": {
94464
94464
  "type": "string",
@@ -94952,7 +94952,7 @@
94952
94952
  },
94953
94953
  "x-original-maxLength": 1024,
94954
94954
  "x-reconciled-from-discovery": true,
94955
- "x-reconciled-at": "2026-01-05T17:59:40.081294+00:00"
94955
+ "x-reconciled-at": "2026-01-05T18:29:58.304524+00:00"
94956
94956
  },
94957
94957
  "value": {
94958
94958
  "type": "string",
@@ -94967,7 +94967,7 @@
94967
94967
  },
94968
94968
  "x-original-maxLength": 1024,
94969
94969
  "x-reconciled-from-discovery": true,
94970
- "x-reconciled-at": "2026-01-05T17:59:40.081298+00:00"
94970
+ "x-reconciled-at": "2026-01-05T18:29:58.304528+00:00"
94971
94971
  }
94972
94972
  },
94973
94973
  "x-f5xc-minimum-configuration": {
@@ -95045,7 +95045,7 @@
95045
95045
  },
95046
95046
  "x-original-maxLength": 1024,
95047
95047
  "x-reconciled-from-discovery": true,
95048
- "x-reconciled-at": "2026-01-05T17:59:40.081307+00:00"
95048
+ "x-reconciled-at": "2026-01-05T18:29:58.304537+00:00"
95049
95049
  },
95050
95050
  "timeAdded": {
95051
95051
  "$ref": "#/components/schemas/v1Time"
@@ -95063,7 +95063,7 @@
95063
95063
  },
95064
95064
  "x-original-maxLength": 1024,
95065
95065
  "x-reconciled-from-discovery": true,
95066
- "x-reconciled-at": "2026-01-05T17:59:40.081312+00:00"
95066
+ "x-reconciled-at": "2026-01-05T18:29:58.304542+00:00"
95067
95067
  }
95068
95068
  },
95069
95069
  "x-f5xc-minimum-configuration": {
@@ -95154,7 +95154,7 @@
95154
95154
  },
95155
95155
  "x-original-maxLength": 1024,
95156
95156
  "x-reconciled-from-discovery": true,
95157
- "x-reconciled-at": "2026-01-05T17:59:40.081320+00:00"
95157
+ "x-reconciled-at": "2026-01-05T18:29:58.304551+00:00"
95158
95158
  },
95159
95159
  "operator": {
95160
95160
  "type": "string",
@@ -95194,7 +95194,7 @@
95194
95194
  },
95195
95195
  "x-original-maxLength": 1024,
95196
95196
  "x-reconciled-from-discovery": true,
95197
- "x-reconciled-at": "2026-01-05T17:59:40.081326+00:00"
95197
+ "x-reconciled-at": "2026-01-05T18:29:58.304557+00:00"
95198
95198
  }
95199
95199
  },
95200
95200
  "x-f5xc-minimum-configuration": {
@@ -95302,7 +95302,7 @@
95302
95302
  },
95303
95303
  "x-original-maxLength": 1024,
95304
95304
  "x-reconciled-from-discovery": true,
95305
- "x-reconciled-at": "2026-01-05T17:59:40.081337+00:00"
95305
+ "x-reconciled-at": "2026-01-05T18:29:58.304568+00:00"
95306
95306
  },
95307
95307
  "name": {
95308
95308
  "type": "string",
@@ -95319,7 +95319,7 @@
95319
95319
  },
95320
95320
  "x-original-maxLength": 1024,
95321
95321
  "x-reconciled-from-discovery": true,
95322
- "x-reconciled-at": "2026-01-05T17:59:40.081341+00:00"
95322
+ "x-reconciled-at": "2026-01-05T18:29:58.304572+00:00"
95323
95323
  }
95324
95324
  },
95325
95325
  "x-f5xc-minimum-configuration": {
@@ -95355,7 +95355,7 @@
95355
95355
  },
95356
95356
  "x-original-maxLength": 1024,
95357
95357
  "x-reconciled-from-discovery": true,
95358
- "x-reconciled-at": "2026-01-05T17:59:40.081346+00:00"
95358
+ "x-reconciled-at": "2026-01-05T18:29:58.304577+00:00"
95359
95359
  },
95360
95360
  "volumeSource": {
95361
95361
  "$ref": "#/components/schemas/v1VolumeSource"
@@ -95405,7 +95405,7 @@
95405
95405
  },
95406
95406
  "x-original-maxLength": 1024,
95407
95407
  "x-reconciled-from-discovery": true,
95408
- "x-reconciled-at": "2026-01-05T17:59:40.081352+00:00"
95408
+ "x-reconciled-at": "2026-01-05T18:29:58.304584+00:00"
95409
95409
  }
95410
95410
  },
95411
95411
  "x-f5xc-minimum-configuration": {
@@ -95463,7 +95463,7 @@
95463
95463
  },
95464
95464
  "x-original-maxLength": 1024,
95465
95465
  "x-reconciled-from-discovery": true,
95466
- "x-reconciled-at": "2026-01-05T17:59:40.081359+00:00"
95466
+ "x-reconciled-at": "2026-01-05T18:29:58.304592+00:00"
95467
95467
  },
95468
95468
  "readOnly": {
95469
95469
  "type": "boolean",
@@ -96138,7 +96138,7 @@
96138
96138
  },
96139
96139
  "x-original-maxLength": 1024,
96140
96140
  "x-reconciled-from-discovery": true,
96141
- "x-reconciled-at": "2026-01-05T17:59:40.081447+00:00"
96141
+ "x-reconciled-at": "2026-01-05T18:29:58.304687+00:00"
96142
96142
  },
96143
96143
  "status": {
96144
96144
  "type": "string",
@@ -96155,7 +96155,7 @@
96155
96155
  },
96156
96156
  "x-original-maxLength": 1024,
96157
96157
  "x-reconciled-from-discovery": true,
96158
- "x-reconciled-at": "2026-01-05T17:59:40.081451+00:00"
96158
+ "x-reconciled-at": "2026-01-05T18:29:58.304691+00:00"
96159
96159
  }
96160
96160
  },
96161
96161
  "x-f5xc-minimum-configuration": {
@@ -96211,7 +96211,7 @@
96211
96211
  },
96212
96212
  "x-original-maxLength": 1024,
96213
96213
  "x-reconciled-from-discovery": true,
96214
- "x-reconciled-at": "2026-01-05T17:59:40.081457+00:00"
96214
+ "x-reconciled-at": "2026-01-05T18:29:58.304698+00:00"
96215
96215
  },
96216
96216
  "nlb_cname": {
96217
96217
  "type": "string",
@@ -96256,7 +96256,7 @@
96256
96256
  },
96257
96257
  "x-original-maxLength": 1024,
96258
96258
  "x-reconciled-from-discovery": true,
96259
- "x-reconciled-at": "2026-01-05T17:59:40.081463+00:00"
96259
+ "x-reconciled-at": "2026-01-05T18:29:58.304704+00:00"
96260
96260
  },
96261
96261
  "target_group_status": {
96262
96262
  "type": "array",
@@ -96340,7 +96340,7 @@
96340
96340
  },
96341
96341
  "x-original-maxLength": 1024,
96342
96342
  "x-reconciled-from-discovery": true,
96343
- "x-reconciled-at": "2026-01-05T17:59:40.081471+00:00"
96343
+ "x-reconciled-at": "2026-01-05T18:29:58.304713+00:00"
96344
96344
  },
96345
96345
  "protocol": {
96346
96346
  "type": "string",
@@ -96371,7 +96371,7 @@
96371
96371
  },
96372
96372
  "x-original-maxLength": 1024,
96373
96373
  "x-reconciled-from-discovery": true,
96374
- "x-reconciled-at": "2026-01-05T17:59:40.081477+00:00"
96374
+ "x-reconciled-at": "2026-01-05T18:29:58.304718+00:00"
96375
96375
  },
96376
96376
  "status": {
96377
96377
  "type": "string",
@@ -96388,7 +96388,7 @@
96388
96388
  },
96389
96389
  "x-original-maxLength": 1024,
96390
96390
  "x-reconciled-from-discovery": true,
96391
- "x-reconciled-at": "2026-01-05T17:59:40.081481+00:00"
96391
+ "x-reconciled-at": "2026-01-05T18:29:58.304723+00:00"
96392
96392
  }
96393
96393
  },
96394
96394
  "x-f5xc-minimum-configuration": {
@@ -96495,7 +96495,7 @@
96495
96495
  },
96496
96496
  "x-original-maxLength": 1024,
96497
96497
  "x-reconciled-from-discovery": true,
96498
- "x-reconciled-at": "2026-01-05T17:59:40.081502+00:00"
96498
+ "x-reconciled-at": "2026-01-05T18:29:58.304745+00:00"
96499
96499
  },
96500
96500
  "state": {
96501
96501
  "$ref": "#/components/schemas/schemaCloudLinkState"
@@ -96719,7 +96719,7 @@
96719
96719
  },
96720
96720
  "x-original-maxLength": 1024,
96721
96721
  "x-reconciled-from-discovery": true,
96722
- "x-reconciled-at": "2026-01-05T17:59:40.362688+00:00"
96722
+ "x-reconciled-at": "2026-01-05T18:29:58.585871+00:00"
96723
96723
  },
96724
96724
  "type": {
96725
96725
  "$ref": "#/components/schemas/graphHealthscoreType"
@@ -96741,7 +96741,7 @@
96741
96741
  "maxLength": 15,
96742
96742
  "minLength": 3,
96743
96743
  "x-reconciled-from-discovery": true,
96744
- "x-reconciled-at": "2026-01-05T17:59:40.362698+00:00"
96744
+ "x-reconciled-at": "2026-01-05T18:29:58.585881+00:00"
96745
96745
  }
96746
96746
  },
96747
96747
  "x-f5xc-minimum-configuration": {
@@ -97171,7 +97171,7 @@
97171
97171
  },
97172
97172
  "x-original-maxLength": 1024,
97173
97173
  "x-reconciled-from-discovery": true,
97174
- "x-reconciled-at": "2026-01-05T17:59:40.362740+00:00"
97174
+ "x-reconciled-at": "2026-01-05T18:29:58.585923+00:00"
97175
97175
  }
97176
97176
  },
97177
97177
  "x-f5xc-minimum-configuration": {
@@ -97325,7 +97325,7 @@
97325
97325
  },
97326
97326
  "x-original-maxLength": 1024,
97327
97327
  "x-reconciled-from-discovery": true,
97328
- "x-reconciled-at": "2026-01-05T17:59:40.362757+00:00"
97328
+ "x-reconciled-at": "2026-01-05T18:29:58.585941+00:00"
97329
97329
  },
97330
97330
  "range": {
97331
97331
  "type": "string",
@@ -97627,7 +97627,7 @@
97627
97627
  },
97628
97628
  "x-original-maxLength": 1024,
97629
97629
  "x-reconciled-from-discovery": true,
97630
- "x-reconciled-at": "2026-01-05T17:59:40.362780+00:00"
97630
+ "x-reconciled-at": "2026-01-05T18:29:58.585964+00:00"
97631
97631
  }
97632
97632
  },
97633
97633
  "x-f5xc-minimum-configuration": {
@@ -97777,7 +97777,7 @@
97777
97777
  },
97778
97778
  "x-original-maxLength": 1024,
97779
97779
  "x-reconciled-from-discovery": true,
97780
- "x-reconciled-at": "2026-01-05T17:59:40.362795+00:00"
97780
+ "x-reconciled-at": "2026-01-05T18:29:58.585980+00:00"
97781
97781
  },
97782
97782
  "range": {
97783
97783
  "type": "string",
@@ -97989,7 +97989,7 @@
97989
97989
  },
97990
97990
  "x-original-maxLength": 1024,
97991
97991
  "x-reconciled-from-discovery": true,
97992
- "x-reconciled-at": "2026-01-05T17:59:40.362812+00:00"
97992
+ "x-reconciled-at": "2026-01-05T18:29:58.585997+00:00"
97993
97993
  },
97994
97994
  "range": {
97995
97995
  "type": "string",
@@ -98850,7 +98850,7 @@
98850
98850
  },
98851
98851
  "x-original-maxLength": 1024,
98852
98852
  "x-reconciled-from-discovery": true,
98853
- "x-reconciled-at": "2026-01-05T17:59:46.859043+00:00"
98853
+ "x-reconciled-at": "2026-01-05T18:30:05.071673+00:00"
98854
98854
  },
98855
98855
  "resource_id": {
98856
98856
  "type": "string",
@@ -99825,7 +99825,7 @@
99825
99825
  },
99826
99826
  "x-original-maxLength": 1024,
99827
99827
  "x-reconciled-from-discovery": true,
99828
- "x-reconciled-at": "2026-01-05T17:59:46.859109+00:00"
99828
+ "x-reconciled-at": "2026-01-05T18:30:05.071740+00:00"
99829
99829
  },
99830
99830
  "src_id": {
99831
99831
  "type": "string",
@@ -100012,7 +100012,7 @@
100012
100012
  },
100013
100013
  "x-original-maxLength": 1024,
100014
100014
  "x-reconciled-from-discovery": true,
100015
- "x-reconciled-at": "2026-01-05T17:59:46.859125+00:00"
100015
+ "x-reconciled-at": "2026-01-05T18:30:05.071757+00:00"
100016
100016
  }
100017
100017
  },
100018
100018
  "x-f5xc-minimum-configuration": {
@@ -100082,7 +100082,7 @@
100082
100082
  },
100083
100083
  "x-original-maxLength": 1024,
100084
100084
  "x-reconciled-from-discovery": true,
100085
- "x-reconciled-at": "2026-01-05T17:59:46.859132+00:00"
100085
+ "x-reconciled-at": "2026-01-05T18:30:05.071764+00:00"
100086
100086
  },
100087
100087
  "owner_id": {
100088
100088
  "type": "string",
@@ -100131,7 +100131,7 @@
100131
100131
  },
100132
100132
  "x-original-maxLength": 1024,
100133
100133
  "x-reconciled-from-discovery": true,
100134
- "x-reconciled-at": "2026-01-05T17:59:46.859140+00:00"
100134
+ "x-reconciled-at": "2026-01-05T18:30:05.071772+00:00"
100135
100135
  },
100136
100136
  "tags": {
100137
100137
  "type": "object",
@@ -100368,7 +100368,7 @@
100368
100368
  },
100369
100369
  "x-original-maxLength": 1024,
100370
100370
  "x-reconciled-from-discovery": true,
100371
- "x-reconciled-at": "2026-01-05T17:59:46.859160+00:00"
100371
+ "x-reconciled-at": "2026-01-05T18:30:05.071791+00:00"
100372
100372
  },
100373
100373
  "private_addresses": {
100374
100374
  "type": "array",
@@ -100430,7 +100430,7 @@
100430
100430
  },
100431
100431
  "x-original-maxLength": 1024,
100432
100432
  "x-reconciled-from-discovery": true,
100433
- "x-reconciled-at": "2026-01-05T17:59:46.859180+00:00"
100433
+ "x-reconciled-at": "2026-01-05T18:30:05.071799+00:00"
100434
100434
  },
100435
100435
  "subnet": {
100436
100436
  "type": "array",
@@ -100684,7 +100684,7 @@
100684
100684
  },
100685
100685
  "x-original-maxLength": 1024,
100686
100686
  "x-reconciled-from-discovery": true,
100687
- "x-reconciled-at": "2026-01-05T17:59:46.859199+00:00"
100687
+ "x-reconciled-at": "2026-01-05T18:30:05.071818+00:00"
100688
100688
  },
100689
100689
  "network_type": {
100690
100690
  "$ref": "#/components/schemas/topologyCloudNetworkType"
@@ -100908,7 +100908,7 @@
100908
100908
  },
100909
100909
  "x-original-maxLength": 1024,
100910
100910
  "x-reconciled-from-discovery": true,
100911
- "x-reconciled-at": "2026-01-05T17:59:46.859217+00:00"
100911
+ "x-reconciled-at": "2026-01-05T18:30:05.071835+00:00"
100912
100912
  },
100913
100913
  "level": {
100914
100914
  "type": "integer",
@@ -100944,7 +100944,7 @@
100944
100944
  },
100945
100945
  "x-original-maxLength": 1024,
100946
100946
  "x-reconciled-from-discovery": true,
100947
- "x-reconciled-at": "2026-01-05T17:59:46.859223+00:00"
100947
+ "x-reconciled-at": "2026-01-05T18:30:05.071841+00:00"
100948
100948
  },
100949
100949
  "owner_id": {
100950
100950
  "type": "string",
@@ -100981,7 +100981,7 @@
100981
100981
  },
100982
100982
  "x-original-maxLength": 1024,
100983
100983
  "x-reconciled-from-discovery": true,
100984
- "x-reconciled-at": "2026-01-05T17:59:46.859230+00:00"
100984
+ "x-reconciled-at": "2026-01-05T18:30:05.071848+00:00"
100985
100985
  },
100986
100986
  "tags": {
100987
100987
  "type": "object",
@@ -101547,7 +101547,7 @@
101547
101547
  },
101548
101548
  "x-original-maxLength": 1024,
101549
101549
  "x-reconciled-from-discovery": true,
101550
- "x-reconciled-at": "2026-01-05T17:59:46.859269+00:00"
101550
+ "x-reconciled-at": "2026-01-05T18:30:05.071888+00:00"
101551
101551
  },
101552
101552
  "tags": {
101553
101553
  "type": "object",
@@ -102341,7 +102341,7 @@
102341
102341
  },
102342
102342
  "x-original-maxLength": 1024,
102343
102343
  "x-reconciled-from-discovery": true,
102344
- "x-reconciled-at": "2026-01-05T17:59:46.859330+00:00"
102344
+ "x-reconciled-at": "2026-01-05T18:30:05.071951+00:00"
102345
102345
  }
102346
102346
  },
102347
102347
  "x-f5xc-minimum-configuration": {
@@ -102844,7 +102844,7 @@
102844
102844
  },
102845
102845
  "x-original-maxLength": 1024,
102846
102846
  "x-reconciled-from-discovery": true,
102847
- "x-reconciled-at": "2026-01-05T17:59:52.800479+00:00"
102847
+ "x-reconciled-at": "2026-01-05T18:30:11.065910+00:00"
102848
102848
  },
102849
102849
  "namespace": {
102850
102850
  "type": "string",
@@ -102863,7 +102863,7 @@
102863
102863
  },
102864
102864
  "x-original-maxLength": 1024,
102865
102865
  "x-reconciled-from-discovery": true,
102866
- "x-reconciled-at": "2026-01-05T17:59:52.800483+00:00"
102866
+ "x-reconciled-at": "2026-01-05T18:30:11.065914+00:00"
102867
102867
  }
102868
102868
  },
102869
102869
  "x-f5xc-minimum-configuration": {
@@ -102961,7 +102961,7 @@
102961
102961
  "maxLength": 17,
102962
102962
  "minLength": 17,
102963
102963
  "x-reconciled-from-discovery": true,
102964
- "x-reconciled-at": "2026-01-05T17:59:52.800497+00:00"
102964
+ "x-reconciled-at": "2026-01-05T18:30:11.065929+00:00"
102965
102965
  },
102966
102966
  "system_metadata": {
102967
102967
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -103150,7 +103150,7 @@
103150
103150
  },
103151
103151
  "x-original-maxLength": 1024,
103152
103152
  "x-reconciled-from-discovery": true,
103153
- "x-reconciled-at": "2026-01-05T17:59:52.800513+00:00"
103153
+ "x-reconciled-at": "2026-01-05T18:30:11.065945+00:00"
103154
103154
  },
103155
103155
  "disabled": {
103156
103156
  "type": "boolean",
@@ -103200,7 +103200,7 @@
103200
103200
  },
103201
103201
  "x-original-maxLength": 1024,
103202
103202
  "x-reconciled-from-discovery": true,
103203
- "x-reconciled-at": "2026-01-05T17:59:52.800523+00:00"
103203
+ "x-reconciled-at": "2026-01-05T18:30:11.065956+00:00"
103204
103204
  },
103205
103205
  "namespace": {
103206
103206
  "type": "string",
@@ -103219,7 +103219,7 @@
103219
103219
  },
103220
103220
  "x-original-maxLength": 1024,
103221
103221
  "x-reconciled-from-discovery": true,
103222
- "x-reconciled-at": "2026-01-05T17:59:52.800527+00:00"
103222
+ "x-reconciled-at": "2026-01-05T18:30:11.065960+00:00"
103223
103223
  },
103224
103224
  "owner_view": {
103225
103225
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -103260,7 +103260,7 @@
103260
103260
  "x-field-mutability": "read-only",
103261
103261
  "x-original-maxLength": 1024,
103262
103262
  "x-reconciled-from-discovery": true,
103263
- "x-reconciled-at": "2026-01-05T17:59:52.800535+00:00"
103263
+ "x-reconciled-at": "2026-01-05T18:30:11.065968+00:00"
103264
103264
  },
103265
103265
  "uid": {
103266
103266
  "type": "string",
@@ -103281,7 +103281,7 @@
103281
103281
  "x-original-maxLength": 1024,
103282
103282
  "format": "uuid",
103283
103283
  "x-reconciled-from-discovery": true,
103284
- "x-reconciled-at": "2026-01-05T17:59:52.800540+00:00"
103284
+ "x-reconciled-at": "2026-01-05T18:30:11.065973+00:00"
103285
103285
  }
103286
103286
  },
103287
103287
  "x-f5xc-minimum-configuration": {
@@ -103415,7 +103415,7 @@
103415
103415
  "maxLength": 16,
103416
103416
  "minLength": 7,
103417
103417
  "x-reconciled-from-discovery": true,
103418
- "x-reconciled-at": "2026-01-05T17:59:52.800550+00:00"
103418
+ "x-reconciled-at": "2026-01-05T18:30:11.065984+00:00"
103419
103419
  },
103420
103420
  "value": {
103421
103421
  "type": "array",
@@ -103434,7 +103434,7 @@
103434
103434
  "maxLength": 15,
103435
103435
  "minLength": 3,
103436
103436
  "x-reconciled-from-discovery": true,
103437
- "x-reconciled-at": "2026-01-05T17:59:52.800555+00:00"
103437
+ "x-reconciled-at": "2026-01-05T18:30:11.065989+00:00"
103438
103438
  }
103439
103439
  },
103440
103440
  "x-f5xc-minimum-configuration": {
@@ -103557,7 +103557,7 @@
103557
103557
  },
103558
103558
  "x-original-maxLength": 1024,
103559
103559
  "x-reconciled-from-discovery": true,
103560
- "x-reconciled-at": "2026-01-05T17:59:52.800566+00:00"
103560
+ "x-reconciled-at": "2026-01-05T18:30:11.066000+00:00"
103561
103561
  },
103562
103562
  "range": {
103563
103563
  "type": "string",
@@ -104071,7 +104071,7 @@
104071
104071
  },
104072
104072
  "x-original-maxLength": 1024,
104073
104073
  "x-reconciled-from-discovery": true,
104074
- "x-reconciled-at": "2026-01-05T17:59:53.550865+00:00"
104074
+ "x-reconciled-at": "2026-01-05T18:30:11.824913+00:00"
104075
104075
  },
104076
104076
  "namespace": {
104077
104077
  "type": "string",
@@ -104090,7 +104090,7 @@
104090
104090
  },
104091
104091
  "x-original-maxLength": 1024,
104092
104092
  "x-reconciled-from-discovery": true,
104093
- "x-reconciled-at": "2026-01-05T17:59:53.550869+00:00"
104093
+ "x-reconciled-at": "2026-01-05T18:30:11.824917+00:00"
104094
104094
  }
104095
104095
  },
104096
104096
  "x-f5xc-minimum-configuration": {
@@ -104188,7 +104188,7 @@
104188
104188
  "maxLength": 17,
104189
104189
  "minLength": 17,
104190
104190
  "x-reconciled-from-discovery": true,
104191
- "x-reconciled-at": "2026-01-05T17:59:53.550884+00:00"
104191
+ "x-reconciled-at": "2026-01-05T18:30:11.824932+00:00"
104192
104192
  },
104193
104193
  "system_metadata": {
104194
104194
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -104323,7 +104323,7 @@
104323
104323
  },
104324
104324
  "x-original-maxLength": 1024,
104325
104325
  "x-reconciled-from-discovery": true,
104326
- "x-reconciled-at": "2026-01-05T17:59:53.550895+00:00"
104326
+ "x-reconciled-at": "2026-01-05T18:30:11.824943+00:00"
104327
104327
  },
104328
104328
  "disabled": {
104329
104329
  "type": "boolean",
@@ -104373,7 +104373,7 @@
104373
104373
  },
104374
104374
  "x-original-maxLength": 1024,
104375
104375
  "x-reconciled-from-discovery": true,
104376
- "x-reconciled-at": "2026-01-05T17:59:53.550904+00:00"
104376
+ "x-reconciled-at": "2026-01-05T18:30:11.824953+00:00"
104377
104377
  },
104378
104378
  "namespace": {
104379
104379
  "type": "string",
@@ -104392,7 +104392,7 @@
104392
104392
  },
104393
104393
  "x-original-maxLength": 1024,
104394
104394
  "x-reconciled-from-discovery": true,
104395
- "x-reconciled-at": "2026-01-05T17:59:53.550909+00:00"
104395
+ "x-reconciled-at": "2026-01-05T18:30:11.824958+00:00"
104396
104396
  },
104397
104397
  "owner_view": {
104398
104398
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -104433,7 +104433,7 @@
104433
104433
  "x-field-mutability": "read-only",
104434
104434
  "x-original-maxLength": 1024,
104435
104435
  "x-reconciled-from-discovery": true,
104436
- "x-reconciled-at": "2026-01-05T17:59:53.550917+00:00"
104436
+ "x-reconciled-at": "2026-01-05T18:30:11.824966+00:00"
104437
104437
  },
104438
104438
  "uid": {
104439
104439
  "type": "string",
@@ -104454,7 +104454,7 @@
104454
104454
  "x-original-maxLength": 1024,
104455
104455
  "format": "uuid",
104456
104456
  "x-reconciled-from-discovery": true,
104457
- "x-reconciled-at": "2026-01-05T17:59:53.550922+00:00"
104457
+ "x-reconciled-at": "2026-01-05T18:30:11.824971+00:00"
104458
104458
  }
104459
104459
  },
104460
104460
  "x-f5xc-minimum-configuration": {
@@ -104545,7 +104545,7 @@
104545
104545
  },
104546
104546
  "x-original-maxLength": 1024,
104547
104547
  "x-reconciled-from-discovery": true,
104548
- "x-reconciled-at": "2026-01-05T17:59:53.550929+00:00"
104548
+ "x-reconciled-at": "2026-01-05T18:30:11.824978+00:00"
104549
104549
  },
104550
104550
  "name": {
104551
104551
  "type": "string",
@@ -104564,7 +104564,7 @@
104564
104564
  },
104565
104565
  "x-original-maxLength": 1024,
104566
104566
  "x-reconciled-from-discovery": true,
104567
- "x-reconciled-at": "2026-01-05T17:59:53.550934+00:00"
104567
+ "x-reconciled-at": "2026-01-05T18:30:11.824983+00:00"
104568
104568
  },
104569
104569
  "namespace": {
104570
104570
  "type": "string",
@@ -104583,7 +104583,7 @@
104583
104583
  },
104584
104584
  "x-original-maxLength": 1024,
104585
104585
  "x-reconciled-from-discovery": true,
104586
- "x-reconciled-at": "2026-01-05T17:59:53.550938+00:00"
104586
+ "x-reconciled-at": "2026-01-05T18:30:11.824986+00:00"
104587
104587
  },
104588
104588
  "tenant": {
104589
104589
  "type": "string",
@@ -104603,7 +104603,7 @@
104603
104603
  "x-field-mutability": "read-only",
104604
104604
  "x-original-maxLength": 1024,
104605
104605
  "x-reconciled-from-discovery": true,
104606
- "x-reconciled-at": "2026-01-05T17:59:53.550942+00:00"
104606
+ "x-reconciled-at": "2026-01-05T18:30:11.824991+00:00"
104607
104607
  }
104608
104608
  },
104609
104609
  "x-f5xc-minimum-configuration": {