@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.
- package/dist/docs/data-sources/addon_service.md +143 -0
- package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
- package/dist/docs/data-sources/addon_subscription.md +134 -0
- package/dist/docs/data-sources/allowed_tenant.md +134 -0
- package/dist/docs/data-sources/api_credential.md +134 -0
- package/dist/docs/data-sources/bigip_irule.md +134 -0
- package/dist/docs/data-sources/child_tenant.md +134 -0
- package/dist/docs/data-sources/child_tenant_manager.md +134 -0
- package/dist/docs/data-sources/contact.md +134 -0
- package/dist/docs/data-sources/customer_support.md +134 -0
- package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
- package/dist/docs/data-sources/dns_lb_pool.md +134 -0
- package/dist/docs/data-sources/dns_load_balancer.md +134 -0
- package/dist/docs/data-sources/dns_zone.md +145 -0
- package/dist/docs/data-sources/geo_location_set.md +134 -0
- package/dist/docs/data-sources/ike1.md +134 -0
- package/dist/docs/data-sources/ike2.md +134 -0
- package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
- package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
- package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
- package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
- package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
- package/dist/docs/data-sources/k8s_cluster.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
- package/dist/docs/data-sources/managed_tenant.md +134 -0
- package/dist/docs/data-sources/namespace.md +141 -0
- package/dist/docs/data-sources/oidc_provider.md +134 -0
- package/dist/docs/data-sources/quota.md +134 -0
- package/dist/docs/data-sources/registration.md +134 -0
- package/dist/docs/data-sources/report_config.md +134 -0
- package/dist/docs/data-sources/role.md +134 -0
- package/dist/docs/data-sources/secret_policy.md +134 -0
- package/dist/docs/data-sources/secret_policy_rule.md +134 -0
- package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
- package/dist/docs/data-sources/srv6_network_slice.md +134 -0
- package/dist/docs/data-sources/tenant_profile.md +134 -0
- package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
- package/dist/docs/data-sources/token.md +134 -0
- package/dist/docs/data-sources/tpm_api_key.md +134 -0
- package/dist/docs/data-sources/tpm_category.md +134 -0
- package/dist/docs/data-sources/tpm_manager.md +134 -0
- package/dist/docs/data-sources/virtual_k8s.md +134 -0
- package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
- package/dist/docs/resources/addon_subscription.md +213 -0
- package/dist/docs/resources/allowed_tenant.md +181 -0
- package/dist/docs/resources/api_credential.md +184 -0
- package/dist/docs/resources/bigip_irule.md +173 -0
- package/dist/docs/resources/child_tenant.md +237 -0
- package/dist/docs/resources/child_tenant_manager.md +201 -0
- package/dist/docs/resources/contact.md +187 -0
- package/dist/docs/resources/customer_support.md +253 -0
- package/dist/docs/resources/dns_lb_health_check.md +249 -0
- package/dist/docs/resources/dns_lb_pool.md +310 -0
- package/dist/docs/resources/dns_load_balancer.md +309 -0
- package/dist/docs/resources/dns_zone.md +790 -0
- package/dist/docs/resources/geo_location_set.md +180 -0
- package/dist/docs/resources/ike1.md +216 -0
- package/dist/docs/resources/ike2.md +210 -0
- package/dist/docs/resources/ike_phase1_profile.md +224 -0
- package/dist/docs/resources/ike_phase2_profile.md +214 -0
- package/dist/docs/resources/infraprotect_asn.md +183 -0
- package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
- package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
- package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
- package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
- package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
- package/dist/docs/resources/infraprotect_tunnel.md +289 -0
- package/dist/docs/resources/k8s_cluster.md +326 -0
- package/dist/docs/resources/k8s_cluster_role.md +222 -0
- package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
- package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
- package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
- package/dist/docs/resources/managed_tenant.md +193 -0
- package/dist/docs/resources/namespace.md +170 -0
- package/dist/docs/resources/oidc_provider.md +291 -0
- package/dist/docs/resources/quota.md +187 -0
- package/dist/docs/resources/registration.md +489 -0
- package/dist/docs/resources/report_config.md +237 -0
- package/dist/docs/resources/role.md +183 -0
- package/dist/docs/resources/secret_policy.md +240 -0
- package/dist/docs/resources/secret_policy_rule.md +198 -0
- package/dist/docs/resources/securemesh_site_v2.md +2027 -0
- package/dist/docs/resources/srv6_network_slice.md +175 -0
- package/dist/docs/resources/tenant_profile.md +233 -0
- package/dist/docs/resources/ticket_tracking_system.md +195 -0
- package/dist/docs/resources/token.md +170 -0
- package/dist/docs/resources/tpm_api_key.md +191 -0
- package/dist/docs/resources/tpm_category.md +191 -0
- package/dist/docs/resources/tpm_manager.md +167 -0
- package/dist/docs/resources/virtual_k8s.md +209 -0
- package/dist/docs/resources/voltshare_admin_policy.md +271 -0
- package/dist/docs/specifications/api/CHANGELOG.md +4 -4
- package/dist/docs/specifications/api/README.md +1 -1
- package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
- package/dist/docs/specifications/api/domains/ai_services.json +21 -21
- package/dist/docs/specifications/api/domains/api.json +173 -173
- package/dist/docs/specifications/api/domains/authentication.json +45 -45
- package/dist/docs/specifications/api/domains/bigip.json +94 -94
- package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
- package/dist/docs/specifications/api/domains/blindfold.json +109 -109
- package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
- package/dist/docs/specifications/api/domains/cdn.json +177 -177
- package/dist/docs/specifications/api/domains/ce_management.json +111 -111
- package/dist/docs/specifications/api/domains/certificates.json +75 -75
- package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
- package/dist/docs/specifications/api/domains/container_services.json +91 -91
- package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
- package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
- package/dist/docs/specifications/api/domains/ddos.json +154 -154
- package/dist/docs/specifications/api/domains/dns.json +148 -148
- package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
- package/dist/docs/specifications/api/domains/marketplace.json +103 -103
- package/dist/docs/specifications/api/domains/network.json +230 -230
- package/dist/docs/specifications/api/domains/network_security.json +187 -187
- package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
- package/dist/docs/specifications/api/domains/object_storage.json +12 -12
- package/dist/docs/specifications/api/domains/observability.json +102 -102
- package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
- package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
- package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
- package/dist/docs/specifications/api/domains/shape.json +313 -313
- package/dist/docs/specifications/api/domains/sites.json +349 -349
- package/dist/docs/specifications/api/domains/statistics.json +225 -225
- package/dist/docs/specifications/api/domains/support.json +108 -108
- package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
- package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
- package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
- package/dist/docs/specifications/api/domains/users.json +66 -66
- package/dist/docs/specifications/api/domains/virtual.json +244 -244
- package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
- package/dist/docs/specifications/api/domains/waf.json +139 -139
- package/dist/docs/specifications/api/index.json +99 -4
- package/dist/docs/specifications/api/openapi.json +2616 -2616
- package/dist/docs/specifications/api/openapi.yaml +2616 -2616
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Certificates",
|
|
5
5
|
"description": "X.509 certificate chains with intermediate and root CA support. Trusted CA list bundles for client authentication and mTLS validation. CRL distribution points and OCSP stapling configuration. Certificate manifests link credentials to load balancers and gateways. Automatic expiration tracking and renewal notifications.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.13",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -4898,7 +4898,7 @@
|
|
|
4898
4898
|
},
|
|
4899
4899
|
"x-original-maxLength": 1024,
|
|
4900
4900
|
"x-reconciled-from-discovery": true,
|
|
4901
|
-
"x-reconciled-at": "2026-01-
|
|
4901
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286167+00:00"
|
|
4902
4902
|
},
|
|
4903
4903
|
"namespace": {
|
|
4904
4904
|
"type": "string",
|
|
@@ -4917,7 +4917,7 @@
|
|
|
4917
4917
|
},
|
|
4918
4918
|
"x-original-maxLength": 1024,
|
|
4919
4919
|
"x-reconciled-from-discovery": true,
|
|
4920
|
-
"x-reconciled-at": "2026-01-
|
|
4920
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286174+00:00"
|
|
4921
4921
|
}
|
|
4922
4922
|
},
|
|
4923
4923
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5015,7 +5015,7 @@
|
|
|
5015
5015
|
"maxLength": 17,
|
|
5016
5016
|
"minLength": 17,
|
|
5017
5017
|
"x-reconciled-from-discovery": true,
|
|
5018
|
-
"x-reconciled-at": "2026-01-
|
|
5018
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286190+00:00"
|
|
5019
5019
|
},
|
|
5020
5020
|
"system_metadata": {
|
|
5021
5021
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -5319,7 +5319,7 @@
|
|
|
5319
5319
|
},
|
|
5320
5320
|
"x-original-maxLength": 1024,
|
|
5321
5321
|
"x-reconciled-from-discovery": true,
|
|
5322
|
-
"x-reconciled-at": "2026-01-
|
|
5322
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286213+00:00"
|
|
5323
5323
|
},
|
|
5324
5324
|
"disabled": {
|
|
5325
5325
|
"type": "boolean",
|
|
@@ -5369,7 +5369,7 @@
|
|
|
5369
5369
|
},
|
|
5370
5370
|
"x-original-maxLength": 1024,
|
|
5371
5371
|
"x-reconciled-from-discovery": true,
|
|
5372
|
-
"x-reconciled-at": "2026-01-
|
|
5372
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286223+00:00"
|
|
5373
5373
|
},
|
|
5374
5374
|
"namespace": {
|
|
5375
5375
|
"type": "string",
|
|
@@ -5388,7 +5388,7 @@
|
|
|
5388
5388
|
},
|
|
5389
5389
|
"x-original-maxLength": 1024,
|
|
5390
5390
|
"x-reconciled-from-discovery": true,
|
|
5391
|
-
"x-reconciled-at": "2026-01-
|
|
5391
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286228+00:00"
|
|
5392
5392
|
},
|
|
5393
5393
|
"owner_view": {
|
|
5394
5394
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -5429,7 +5429,7 @@
|
|
|
5429
5429
|
"x-field-mutability": "read-only",
|
|
5430
5430
|
"x-original-maxLength": 1024,
|
|
5431
5431
|
"x-reconciled-from-discovery": true,
|
|
5432
|
-
"x-reconciled-at": "2026-01-
|
|
5432
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286235+00:00"
|
|
5433
5433
|
},
|
|
5434
5434
|
"uid": {
|
|
5435
5435
|
"type": "string",
|
|
@@ -5450,7 +5450,7 @@
|
|
|
5450
5450
|
"x-original-maxLength": 1024,
|
|
5451
5451
|
"format": "uuid",
|
|
5452
5452
|
"x-reconciled-from-discovery": true,
|
|
5453
|
-
"x-reconciled-at": "2026-01-
|
|
5453
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286241+00:00"
|
|
5454
5454
|
}
|
|
5455
5455
|
},
|
|
5456
5456
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5728,7 +5728,7 @@
|
|
|
5728
5728
|
},
|
|
5729
5729
|
"x-original-maxLength": 1024,
|
|
5730
5730
|
"x-reconciled-from-discovery": true,
|
|
5731
|
-
"x-reconciled-at": "2026-01-
|
|
5731
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286264+00:00"
|
|
5732
5732
|
}
|
|
5733
5733
|
},
|
|
5734
5734
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5797,7 +5797,7 @@
|
|
|
5797
5797
|
},
|
|
5798
5798
|
"x-original-maxLength": 1024,
|
|
5799
5799
|
"x-reconciled-from-discovery": true,
|
|
5800
|
-
"x-reconciled-at": "2026-01-
|
|
5800
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286272+00:00"
|
|
5801
5801
|
},
|
|
5802
5802
|
"service_name": {
|
|
5803
5803
|
"type": "string",
|
|
@@ -5836,7 +5836,7 @@
|
|
|
5836
5836
|
},
|
|
5837
5837
|
"x-original-maxLength": 1024,
|
|
5838
5838
|
"x-reconciled-from-discovery": true,
|
|
5839
|
-
"x-reconciled-at": "2026-01-
|
|
5839
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286278+00:00"
|
|
5840
5840
|
},
|
|
5841
5841
|
"type": {
|
|
5842
5842
|
"type": "string",
|
|
@@ -5973,7 +5973,7 @@
|
|
|
5973
5973
|
},
|
|
5974
5974
|
"x-original-maxLength": 1024,
|
|
5975
5975
|
"x-reconciled-from-discovery": true,
|
|
5976
|
-
"x-reconciled-at": "2026-01-
|
|
5976
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286290+00:00"
|
|
5977
5977
|
}
|
|
5978
5978
|
},
|
|
5979
5979
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6082,7 +6082,7 @@
|
|
|
6082
6082
|
},
|
|
6083
6083
|
"x-original-maxLength": 1200,
|
|
6084
6084
|
"x-reconciled-from-discovery": true,
|
|
6085
|
-
"x-reconciled-at": "2026-01-
|
|
6085
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286299+00:00"
|
|
6086
6086
|
},
|
|
6087
6087
|
"disable": {
|
|
6088
6088
|
"type": "boolean",
|
|
@@ -6135,7 +6135,7 @@
|
|
|
6135
6135
|
},
|
|
6136
6136
|
"x-original-maxLength": 1024,
|
|
6137
6137
|
"x-reconciled-from-discovery": true,
|
|
6138
|
-
"x-reconciled-at": "2026-01-
|
|
6138
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286307+00:00"
|
|
6139
6139
|
},
|
|
6140
6140
|
"namespace": {
|
|
6141
6141
|
"type": "string",
|
|
@@ -6154,7 +6154,7 @@
|
|
|
6154
6154
|
},
|
|
6155
6155
|
"x-original-maxLength": 1024,
|
|
6156
6156
|
"x-reconciled-from-discovery": true,
|
|
6157
|
-
"x-reconciled-at": "2026-01-
|
|
6157
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286311+00:00"
|
|
6158
6158
|
}
|
|
6159
6159
|
},
|
|
6160
6160
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6230,7 +6230,7 @@
|
|
|
6230
6230
|
},
|
|
6231
6231
|
"x-original-maxLength": 1200,
|
|
6232
6232
|
"x-reconciled-from-discovery": true,
|
|
6233
|
-
"x-reconciled-at": "2026-01-
|
|
6233
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286317+00:00"
|
|
6234
6234
|
},
|
|
6235
6235
|
"disable": {
|
|
6236
6236
|
"type": "boolean",
|
|
@@ -6285,7 +6285,7 @@
|
|
|
6285
6285
|
},
|
|
6286
6286
|
"x-original-maxLength": 1024,
|
|
6287
6287
|
"x-reconciled-from-discovery": true,
|
|
6288
|
-
"x-reconciled-at": "2026-01-
|
|
6288
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286325+00:00"
|
|
6289
6289
|
},
|
|
6290
6290
|
"namespace": {
|
|
6291
6291
|
"type": "string",
|
|
@@ -6304,7 +6304,7 @@
|
|
|
6304
6304
|
},
|
|
6305
6305
|
"x-original-maxLength": 1024,
|
|
6306
6306
|
"x-reconciled-from-discovery": true,
|
|
6307
|
-
"x-reconciled-at": "2026-01-
|
|
6307
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286329+00:00"
|
|
6308
6308
|
}
|
|
6309
6309
|
},
|
|
6310
6310
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6349,7 +6349,7 @@
|
|
|
6349
6349
|
"readOnly": true,
|
|
6350
6350
|
"x-original-maxLength": 1024,
|
|
6351
6351
|
"x-reconciled-from-discovery": true,
|
|
6352
|
-
"x-reconciled-at": "2026-01-
|
|
6352
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286334+00:00"
|
|
6353
6353
|
},
|
|
6354
6354
|
"name": {
|
|
6355
6355
|
"type": "string",
|
|
@@ -6368,7 +6368,7 @@
|
|
|
6368
6368
|
},
|
|
6369
6369
|
"x-original-maxLength": 1024,
|
|
6370
6370
|
"x-reconciled-from-discovery": true,
|
|
6371
|
-
"x-reconciled-at": "2026-01-
|
|
6371
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286338+00:00"
|
|
6372
6372
|
},
|
|
6373
6373
|
"namespace": {
|
|
6374
6374
|
"type": "string",
|
|
@@ -6387,7 +6387,7 @@
|
|
|
6387
6387
|
},
|
|
6388
6388
|
"x-original-maxLength": 1024,
|
|
6389
6389
|
"x-reconciled-from-discovery": true,
|
|
6390
|
-
"x-reconciled-at": "2026-01-
|
|
6390
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286342+00:00"
|
|
6391
6391
|
},
|
|
6392
6392
|
"tenant": {
|
|
6393
6393
|
"type": "string",
|
|
@@ -6408,7 +6408,7 @@
|
|
|
6408
6408
|
"x-field-mutability": "read-only",
|
|
6409
6409
|
"x-original-maxLength": 1024,
|
|
6410
6410
|
"x-reconciled-from-discovery": true,
|
|
6411
|
-
"x-reconciled-at": "2026-01-
|
|
6411
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286346+00:00"
|
|
6412
6412
|
},
|
|
6413
6413
|
"uid": {
|
|
6414
6414
|
"type": "string",
|
|
@@ -6430,7 +6430,7 @@
|
|
|
6430
6430
|
"x-original-maxLength": 1024,
|
|
6431
6431
|
"format": "uuid",
|
|
6432
6432
|
"x-reconciled-from-discovery": true,
|
|
6433
|
-
"x-reconciled-at": "2026-01-
|
|
6433
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286352+00:00"
|
|
6434
6434
|
}
|
|
6435
6435
|
},
|
|
6436
6436
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6505,7 +6505,7 @@
|
|
|
6505
6505
|
},
|
|
6506
6506
|
"x-original-maxLength": 1200,
|
|
6507
6507
|
"x-reconciled-from-discovery": true,
|
|
6508
|
-
"x-reconciled-at": "2026-01-
|
|
6508
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286359+00:00"
|
|
6509
6509
|
},
|
|
6510
6510
|
"disable": {
|
|
6511
6511
|
"type": "boolean",
|
|
@@ -6558,7 +6558,7 @@
|
|
|
6558
6558
|
},
|
|
6559
6559
|
"x-original-maxLength": 1024,
|
|
6560
6560
|
"x-reconciled-from-discovery": true,
|
|
6561
|
-
"x-reconciled-at": "2026-01-
|
|
6561
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286366+00:00"
|
|
6562
6562
|
},
|
|
6563
6563
|
"namespace": {
|
|
6564
6564
|
"type": "string",
|
|
@@ -6577,7 +6577,7 @@
|
|
|
6577
6577
|
},
|
|
6578
6578
|
"x-original-maxLength": 1024,
|
|
6579
6579
|
"x-reconciled-from-discovery": true,
|
|
6580
|
-
"x-reconciled-at": "2026-01-
|
|
6580
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286371+00:00"
|
|
6581
6581
|
}
|
|
6582
6582
|
},
|
|
6583
6583
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6691,7 +6691,7 @@
|
|
|
6691
6691
|
"x-original-maxLength": 1024,
|
|
6692
6692
|
"format": "uuid",
|
|
6693
6693
|
"x-reconciled-from-discovery": true,
|
|
6694
|
-
"x-reconciled-at": "2026-01-
|
|
6694
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286384+00:00"
|
|
6695
6695
|
},
|
|
6696
6696
|
"vtrp_id": {
|
|
6697
6697
|
"type": "string",
|
|
@@ -6803,7 +6803,7 @@
|
|
|
6803
6803
|
},
|
|
6804
6804
|
"x-original-maxLength": 1024,
|
|
6805
6805
|
"x-reconciled-from-discovery": true,
|
|
6806
|
-
"x-reconciled-at": "2026-01-
|
|
6806
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286393+00:00"
|
|
6807
6807
|
},
|
|
6808
6808
|
"status": {
|
|
6809
6809
|
"type": "string",
|
|
@@ -6822,7 +6822,7 @@
|
|
|
6822
6822
|
},
|
|
6823
6823
|
"x-original-maxLength": 1024,
|
|
6824
6824
|
"x-reconciled-from-discovery": true,
|
|
6825
|
-
"x-reconciled-at": "2026-01-
|
|
6825
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286397+00:00"
|
|
6826
6826
|
}
|
|
6827
6827
|
},
|
|
6828
6828
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7000,7 +7000,7 @@
|
|
|
7000
7000
|
"x-field-mutability": "read-only",
|
|
7001
7001
|
"x-original-maxLength": 1024,
|
|
7002
7002
|
"x-reconciled-from-discovery": true,
|
|
7003
|
-
"x-reconciled-at": "2026-01-
|
|
7003
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286416+00:00"
|
|
7004
7004
|
},
|
|
7005
7005
|
"uid": {
|
|
7006
7006
|
"type": "string",
|
|
@@ -7021,7 +7021,7 @@
|
|
|
7021
7021
|
"x-original-maxLength": 1024,
|
|
7022
7022
|
"format": "uuid",
|
|
7023
7023
|
"x-reconciled-from-discovery": true,
|
|
7024
|
-
"x-reconciled-at": "2026-01-
|
|
7024
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286421+00:00"
|
|
7025
7025
|
}
|
|
7026
7026
|
},
|
|
7027
7027
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7071,7 +7071,7 @@
|
|
|
7071
7071
|
},
|
|
7072
7072
|
"x-original-maxLength": 1024,
|
|
7073
7073
|
"x-reconciled-from-discovery": true,
|
|
7074
|
-
"x-reconciled-at": "2026-01-
|
|
7074
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286426+00:00"
|
|
7075
7075
|
},
|
|
7076
7076
|
"name": {
|
|
7077
7077
|
"type": "string",
|
|
@@ -7090,7 +7090,7 @@
|
|
|
7090
7090
|
},
|
|
7091
7091
|
"x-original-maxLength": 1024,
|
|
7092
7092
|
"x-reconciled-from-discovery": true,
|
|
7093
|
-
"x-reconciled-at": "2026-01-
|
|
7093
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286430+00:00"
|
|
7094
7094
|
},
|
|
7095
7095
|
"namespace": {
|
|
7096
7096
|
"type": "string",
|
|
@@ -7109,7 +7109,7 @@
|
|
|
7109
7109
|
},
|
|
7110
7110
|
"x-original-maxLength": 1024,
|
|
7111
7111
|
"x-reconciled-from-discovery": true,
|
|
7112
|
-
"x-reconciled-at": "2026-01-
|
|
7112
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286434+00:00"
|
|
7113
7113
|
},
|
|
7114
7114
|
"uid": {
|
|
7115
7115
|
"type": "string",
|
|
@@ -7130,7 +7130,7 @@
|
|
|
7130
7130
|
"x-original-maxLength": 1024,
|
|
7131
7131
|
"format": "uuid",
|
|
7132
7132
|
"x-reconciled-from-discovery": true,
|
|
7133
|
-
"x-reconciled-at": "2026-01-
|
|
7133
|
+
"x-reconciled-at": "2026-01-05T18:28:53.286440+00:00"
|
|
7134
7134
|
}
|
|
7135
7135
|
},
|
|
7136
7136
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7309,7 +7309,7 @@
|
|
|
7309
7309
|
},
|
|
7310
7310
|
"x-original-maxLength": 1024,
|
|
7311
7311
|
"x-reconciled-from-discovery": true,
|
|
7312
|
-
"x-reconciled-at": "2026-01-
|
|
7312
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352776+00:00"
|
|
7313
7313
|
},
|
|
7314
7314
|
"namespace": {
|
|
7315
7315
|
"type": "string",
|
|
@@ -7328,7 +7328,7 @@
|
|
|
7328
7328
|
},
|
|
7329
7329
|
"x-original-maxLength": 1024,
|
|
7330
7330
|
"x-reconciled-from-discovery": true,
|
|
7331
|
-
"x-reconciled-at": "2026-01-
|
|
7331
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352783+00:00"
|
|
7332
7332
|
}
|
|
7333
7333
|
},
|
|
7334
7334
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7426,7 +7426,7 @@
|
|
|
7426
7426
|
"maxLength": 17,
|
|
7427
7427
|
"minLength": 17,
|
|
7428
7428
|
"x-reconciled-from-discovery": true,
|
|
7429
|
-
"x-reconciled-at": "2026-01-
|
|
7429
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352799+00:00"
|
|
7430
7430
|
},
|
|
7431
7431
|
"system_metadata": {
|
|
7432
7432
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -7675,7 +7675,7 @@
|
|
|
7675
7675
|
},
|
|
7676
7676
|
"x-original-maxLength": 1024,
|
|
7677
7677
|
"x-reconciled-from-discovery": true,
|
|
7678
|
-
"x-reconciled-at": "2026-01-
|
|
7678
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352823+00:00"
|
|
7679
7679
|
},
|
|
7680
7680
|
"disabled": {
|
|
7681
7681
|
"type": "boolean",
|
|
@@ -7725,7 +7725,7 @@
|
|
|
7725
7725
|
},
|
|
7726
7726
|
"x-original-maxLength": 1024,
|
|
7727
7727
|
"x-reconciled-from-discovery": true,
|
|
7728
|
-
"x-reconciled-at": "2026-01-
|
|
7728
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352834+00:00"
|
|
7729
7729
|
},
|
|
7730
7730
|
"namespace": {
|
|
7731
7731
|
"type": "string",
|
|
@@ -7744,7 +7744,7 @@
|
|
|
7744
7744
|
},
|
|
7745
7745
|
"x-original-maxLength": 1024,
|
|
7746
7746
|
"x-reconciled-from-discovery": true,
|
|
7747
|
-
"x-reconciled-at": "2026-01-
|
|
7747
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352838+00:00"
|
|
7748
7748
|
},
|
|
7749
7749
|
"owner_view": {
|
|
7750
7750
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -7785,7 +7785,7 @@
|
|
|
7785
7785
|
"x-field-mutability": "read-only",
|
|
7786
7786
|
"x-original-maxLength": 1024,
|
|
7787
7787
|
"x-reconciled-from-discovery": true,
|
|
7788
|
-
"x-reconciled-at": "2026-01-
|
|
7788
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352846+00:00"
|
|
7789
7789
|
},
|
|
7790
7790
|
"uid": {
|
|
7791
7791
|
"type": "string",
|
|
@@ -7806,7 +7806,7 @@
|
|
|
7806
7806
|
"x-original-maxLength": 1024,
|
|
7807
7807
|
"format": "uuid",
|
|
7808
7808
|
"x-reconciled-from-discovery": true,
|
|
7809
|
-
"x-reconciled-at": "2026-01-
|
|
7809
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352852+00:00"
|
|
7810
7810
|
}
|
|
7811
7811
|
},
|
|
7812
7812
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8038,7 +8038,7 @@
|
|
|
8038
8038
|
"readOnly": true,
|
|
8039
8039
|
"x-original-maxLength": 1024,
|
|
8040
8040
|
"x-reconciled-from-discovery": true,
|
|
8041
|
-
"x-reconciled-at": "2026-01-
|
|
8041
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352873+00:00"
|
|
8042
8042
|
},
|
|
8043
8043
|
"name": {
|
|
8044
8044
|
"type": "string",
|
|
@@ -8057,7 +8057,7 @@
|
|
|
8057
8057
|
},
|
|
8058
8058
|
"x-original-maxLength": 1024,
|
|
8059
8059
|
"x-reconciled-from-discovery": true,
|
|
8060
|
-
"x-reconciled-at": "2026-01-
|
|
8060
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352877+00:00"
|
|
8061
8061
|
},
|
|
8062
8062
|
"namespace": {
|
|
8063
8063
|
"type": "string",
|
|
@@ -8076,7 +8076,7 @@
|
|
|
8076
8076
|
},
|
|
8077
8077
|
"x-original-maxLength": 1024,
|
|
8078
8078
|
"x-reconciled-from-discovery": true,
|
|
8079
|
-
"x-reconciled-at": "2026-01-
|
|
8079
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352881+00:00"
|
|
8080
8080
|
},
|
|
8081
8081
|
"tenant": {
|
|
8082
8082
|
"type": "string",
|
|
@@ -8097,7 +8097,7 @@
|
|
|
8097
8097
|
"x-field-mutability": "read-only",
|
|
8098
8098
|
"x-original-maxLength": 1024,
|
|
8099
8099
|
"x-reconciled-from-discovery": true,
|
|
8100
|
-
"x-reconciled-at": "2026-01-
|
|
8100
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352885+00:00"
|
|
8101
8101
|
},
|
|
8102
8102
|
"uid": {
|
|
8103
8103
|
"type": "string",
|
|
@@ -8119,7 +8119,7 @@
|
|
|
8119
8119
|
"x-original-maxLength": 1024,
|
|
8120
8120
|
"format": "uuid",
|
|
8121
8121
|
"x-reconciled-from-discovery": true,
|
|
8122
|
-
"x-reconciled-at": "2026-01-
|
|
8122
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352890+00:00"
|
|
8123
8123
|
}
|
|
8124
8124
|
},
|
|
8125
8125
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8188,7 +8188,7 @@
|
|
|
8188
8188
|
},
|
|
8189
8189
|
"x-original-maxLength": 1024,
|
|
8190
8190
|
"x-reconciled-from-discovery": true,
|
|
8191
|
-
"x-reconciled-at": "2026-01-
|
|
8191
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352903+00:00"
|
|
8192
8192
|
},
|
|
8193
8193
|
"store_provider": {
|
|
8194
8194
|
"type": "string",
|
|
@@ -8357,7 +8357,7 @@
|
|
|
8357
8357
|
},
|
|
8358
8358
|
"x-original-maxLength": 1024,
|
|
8359
8359
|
"x-reconciled-from-discovery": true,
|
|
8360
|
-
"x-reconciled-at": "2026-01-
|
|
8360
|
+
"x-reconciled-at": "2026-01-05T18:28:54.352918+00:00"
|
|
8361
8361
|
},
|
|
8362
8362
|
"url": {
|
|
8363
8363
|
"type": "string",
|
|
@@ -8540,7 +8540,7 @@
|
|
|
8540
8540
|
},
|
|
8541
8541
|
"x-original-maxLength": 1024,
|
|
8542
8542
|
"x-reconciled-from-discovery": true,
|
|
8543
|
-
"x-reconciled-at": "2026-01-
|
|
8543
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353078+00:00"
|
|
8544
8544
|
},
|
|
8545
8545
|
"location": {
|
|
8546
8546
|
"type": "string",
|
|
@@ -8557,7 +8557,7 @@
|
|
|
8557
8557
|
},
|
|
8558
8558
|
"x-original-maxLength": 1024,
|
|
8559
8559
|
"x-reconciled-from-discovery": true,
|
|
8560
|
-
"x-reconciled-at": "2026-01-
|
|
8560
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353082+00:00"
|
|
8561
8561
|
},
|
|
8562
8562
|
"provider": {
|
|
8563
8563
|
"type": "string",
|
|
@@ -8574,7 +8574,7 @@
|
|
|
8574
8574
|
},
|
|
8575
8575
|
"x-original-maxLength": 1024,
|
|
8576
8576
|
"x-reconciled-from-discovery": true,
|
|
8577
|
-
"x-reconciled-at": "2026-01-
|
|
8577
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353086+00:00"
|
|
8578
8578
|
},
|
|
8579
8579
|
"secret_encoding": {
|
|
8580
8580
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -8596,7 +8596,7 @@
|
|
|
8596
8596
|
"maxLength": 1,
|
|
8597
8597
|
"minLength": 1,
|
|
8598
8598
|
"x-reconciled-from-discovery": true,
|
|
8599
|
-
"x-reconciled-at": "2026-01-
|
|
8599
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353093+00:00"
|
|
8600
8600
|
}
|
|
8601
8601
|
},
|
|
8602
8602
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8635,7 +8635,7 @@
|
|
|
8635
8635
|
},
|
|
8636
8636
|
"x-original-maxLength": 1024,
|
|
8637
8637
|
"x-reconciled-from-discovery": true,
|
|
8638
|
-
"x-reconciled-at": "2026-01-
|
|
8638
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353117+00:00"
|
|
8639
8639
|
}
|
|
8640
8640
|
},
|
|
8641
8641
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8685,7 +8685,7 @@
|
|
|
8685
8685
|
},
|
|
8686
8686
|
"x-original-maxLength": 128,
|
|
8687
8687
|
"x-reconciled-from-discovery": true,
|
|
8688
|
-
"x-reconciled-at": "2026-01-
|
|
8688
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353122+00:00"
|
|
8689
8689
|
},
|
|
8690
8690
|
"namespace": {
|
|
8691
8691
|
"type": "string",
|
|
@@ -8710,7 +8710,7 @@
|
|
|
8710
8710
|
},
|
|
8711
8711
|
"x-original-maxLength": 64,
|
|
8712
8712
|
"x-reconciled-from-discovery": true,
|
|
8713
|
-
"x-reconciled-at": "2026-01-
|
|
8713
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353126+00:00"
|
|
8714
8714
|
},
|
|
8715
8715
|
"tenant": {
|
|
8716
8716
|
"type": "string",
|
|
@@ -8737,7 +8737,7 @@
|
|
|
8737
8737
|
"x-field-mutability": "read-only",
|
|
8738
8738
|
"x-original-maxLength": 64,
|
|
8739
8739
|
"x-reconciled-from-discovery": true,
|
|
8740
|
-
"x-reconciled-at": "2026-01-
|
|
8740
|
+
"x-reconciled-at": "2026-01-05T18:28:54.353130+00:00"
|
|
8741
8741
|
}
|
|
8742
8742
|
},
|
|
8743
8743
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8894,7 +8894,7 @@
|
|
|
8894
8894
|
},
|
|
8895
8895
|
"x-original-maxLength": 1024,
|
|
8896
8896
|
"x-reconciled-from-discovery": true,
|
|
8897
|
-
"x-reconciled-at": "2026-01-
|
|
8897
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678462+00:00"
|
|
8898
8898
|
},
|
|
8899
8899
|
"namespace": {
|
|
8900
8900
|
"type": "string",
|
|
@@ -8913,7 +8913,7 @@
|
|
|
8913
8913
|
},
|
|
8914
8914
|
"x-original-maxLength": 1024,
|
|
8915
8915
|
"x-reconciled-from-discovery": true,
|
|
8916
|
-
"x-reconciled-at": "2026-01-
|
|
8916
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678469+00:00"
|
|
8917
8917
|
}
|
|
8918
8918
|
},
|
|
8919
8919
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9011,7 +9011,7 @@
|
|
|
9011
9011
|
"maxLength": 17,
|
|
9012
9012
|
"minLength": 17,
|
|
9013
9013
|
"x-reconciled-from-discovery": true,
|
|
9014
|
-
"x-reconciled-at": "2026-01-
|
|
9014
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678485+00:00"
|
|
9015
9015
|
},
|
|
9016
9016
|
"system_metadata": {
|
|
9017
9017
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -9209,7 +9209,7 @@
|
|
|
9209
9209
|
},
|
|
9210
9210
|
"x-original-maxLength": 1024,
|
|
9211
9211
|
"x-reconciled-from-discovery": true,
|
|
9212
|
-
"x-reconciled-at": "2026-01-
|
|
9212
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678501+00:00"
|
|
9213
9213
|
},
|
|
9214
9214
|
"disabled": {
|
|
9215
9215
|
"type": "boolean",
|
|
@@ -9259,7 +9259,7 @@
|
|
|
9259
9259
|
},
|
|
9260
9260
|
"x-original-maxLength": 1024,
|
|
9261
9261
|
"x-reconciled-from-discovery": true,
|
|
9262
|
-
"x-reconciled-at": "2026-01-
|
|
9262
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678511+00:00"
|
|
9263
9263
|
},
|
|
9264
9264
|
"namespace": {
|
|
9265
9265
|
"type": "string",
|
|
@@ -9278,7 +9278,7 @@
|
|
|
9278
9278
|
},
|
|
9279
9279
|
"x-original-maxLength": 1024,
|
|
9280
9280
|
"x-reconciled-from-discovery": true,
|
|
9281
|
-
"x-reconciled-at": "2026-01-
|
|
9281
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678516+00:00"
|
|
9282
9282
|
},
|
|
9283
9283
|
"owner_view": {
|
|
9284
9284
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -9319,7 +9319,7 @@
|
|
|
9319
9319
|
"x-field-mutability": "read-only",
|
|
9320
9320
|
"x-original-maxLength": 1024,
|
|
9321
9321
|
"x-reconciled-from-discovery": true,
|
|
9322
|
-
"x-reconciled-at": "2026-01-
|
|
9322
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678523+00:00"
|
|
9323
9323
|
},
|
|
9324
9324
|
"uid": {
|
|
9325
9325
|
"type": "string",
|
|
@@ -9340,7 +9340,7 @@
|
|
|
9340
9340
|
"x-original-maxLength": 1024,
|
|
9341
9341
|
"format": "uuid",
|
|
9342
9342
|
"x-reconciled-from-discovery": true,
|
|
9343
|
-
"x-reconciled-at": "2026-01-
|
|
9343
|
+
"x-reconciled-at": "2026-01-05T18:28:54.678529+00:00"
|
|
9344
9344
|
}
|
|
9345
9345
|
},
|
|
9346
9346
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9613,7 +9613,7 @@
|
|
|
9613
9613
|
},
|
|
9614
9614
|
"x-original-maxLength": 1024,
|
|
9615
9615
|
"x-reconciled-from-discovery": true,
|
|
9616
|
-
"x-reconciled-at": "2026-01-
|
|
9616
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711173+00:00"
|
|
9617
9617
|
},
|
|
9618
9618
|
"namespace": {
|
|
9619
9619
|
"type": "string",
|
|
@@ -9632,7 +9632,7 @@
|
|
|
9632
9632
|
},
|
|
9633
9633
|
"x-original-maxLength": 1024,
|
|
9634
9634
|
"x-reconciled-from-discovery": true,
|
|
9635
|
-
"x-reconciled-at": "2026-01-
|
|
9635
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711178+00:00"
|
|
9636
9636
|
}
|
|
9637
9637
|
},
|
|
9638
9638
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9730,7 +9730,7 @@
|
|
|
9730
9730
|
"maxLength": 17,
|
|
9731
9731
|
"minLength": 17,
|
|
9732
9732
|
"x-reconciled-from-discovery": true,
|
|
9733
|
-
"x-reconciled-at": "2026-01-
|
|
9733
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711192+00:00"
|
|
9734
9734
|
},
|
|
9735
9735
|
"system_metadata": {
|
|
9736
9736
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -9923,7 +9923,7 @@
|
|
|
9923
9923
|
},
|
|
9924
9924
|
"x-original-maxLength": 1024,
|
|
9925
9925
|
"x-reconciled-from-discovery": true,
|
|
9926
|
-
"x-reconciled-at": "2026-01-
|
|
9926
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711207+00:00"
|
|
9927
9927
|
},
|
|
9928
9928
|
"disabled": {
|
|
9929
9929
|
"type": "boolean",
|
|
@@ -9973,7 +9973,7 @@
|
|
|
9973
9973
|
},
|
|
9974
9974
|
"x-original-maxLength": 1024,
|
|
9975
9975
|
"x-reconciled-from-discovery": true,
|
|
9976
|
-
"x-reconciled-at": "2026-01-
|
|
9976
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711217+00:00"
|
|
9977
9977
|
},
|
|
9978
9978
|
"namespace": {
|
|
9979
9979
|
"type": "string",
|
|
@@ -9992,7 +9992,7 @@
|
|
|
9992
9992
|
},
|
|
9993
9993
|
"x-original-maxLength": 1024,
|
|
9994
9994
|
"x-reconciled-from-discovery": true,
|
|
9995
|
-
"x-reconciled-at": "2026-01-
|
|
9995
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711221+00:00"
|
|
9996
9996
|
},
|
|
9997
9997
|
"owner_view": {
|
|
9998
9998
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -10033,7 +10033,7 @@
|
|
|
10033
10033
|
"x-field-mutability": "read-only",
|
|
10034
10034
|
"x-original-maxLength": 1024,
|
|
10035
10035
|
"x-reconciled-from-discovery": true,
|
|
10036
|
-
"x-reconciled-at": "2026-01-
|
|
10036
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711229+00:00"
|
|
10037
10037
|
},
|
|
10038
10038
|
"uid": {
|
|
10039
10039
|
"type": "string",
|
|
@@ -10054,7 +10054,7 @@
|
|
|
10054
10054
|
"x-original-maxLength": 1024,
|
|
10055
10055
|
"format": "uuid",
|
|
10056
10056
|
"x-reconciled-from-discovery": true,
|
|
10057
|
-
"x-reconciled-at": "2026-01-
|
|
10057
|
+
"x-reconciled-at": "2026-01-05T18:29:47.711234+00:00"
|
|
10058
10058
|
}
|
|
10059
10059
|
},
|
|
10060
10060
|
"x-f5xc-minimum-configuration": {
|