@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": "Service Mesh",
|
|
5
5
|
"description": "NFV service lifecycle and software version tracking. Machine learning-driven classification with security risk assessment and PII detection. Override management for application behavior customization. Sidecar proxy orchestration with automatic mTLS certificate rotation and policy enforcement across distributed workloads.",
|
|
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"
|
|
@@ -10393,7 +10393,7 @@
|
|
|
10393
10393
|
},
|
|
10394
10394
|
"x-original-maxLength": 1024,
|
|
10395
10395
|
"x-reconciled-from-discovery": true,
|
|
10396
|
-
"x-reconciled-at": "2026-01-
|
|
10396
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442826+00:00"
|
|
10397
10397
|
},
|
|
10398
10398
|
"namespace": {
|
|
10399
10399
|
"type": "string",
|
|
@@ -10412,7 +10412,7 @@
|
|
|
10412
10412
|
},
|
|
10413
10413
|
"x-original-maxLength": 1024,
|
|
10414
10414
|
"x-reconciled-from-discovery": true,
|
|
10415
|
-
"x-reconciled-at": "2026-01-
|
|
10415
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442832+00:00"
|
|
10416
10416
|
}
|
|
10417
10417
|
},
|
|
10418
10418
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10602,7 +10602,7 @@
|
|
|
10602
10602
|
"maxLength": 17,
|
|
10603
10603
|
"minLength": 17,
|
|
10604
10604
|
"x-reconciled-from-discovery": true,
|
|
10605
|
-
"x-reconciled-at": "2026-01-
|
|
10605
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442853+00:00"
|
|
10606
10606
|
},
|
|
10607
10607
|
"system_metadata": {
|
|
10608
10608
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -10737,7 +10737,7 @@
|
|
|
10737
10737
|
},
|
|
10738
10738
|
"x-original-maxLength": 1024,
|
|
10739
10739
|
"x-reconciled-from-discovery": true,
|
|
10740
|
-
"x-reconciled-at": "2026-01-
|
|
10740
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442865+00:00"
|
|
10741
10741
|
},
|
|
10742
10742
|
"disabled": {
|
|
10743
10743
|
"type": "boolean",
|
|
@@ -10787,7 +10787,7 @@
|
|
|
10787
10787
|
},
|
|
10788
10788
|
"x-original-maxLength": 1024,
|
|
10789
10789
|
"x-reconciled-from-discovery": true,
|
|
10790
|
-
"x-reconciled-at": "2026-01-
|
|
10790
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442875+00:00"
|
|
10791
10791
|
},
|
|
10792
10792
|
"namespace": {
|
|
10793
10793
|
"type": "string",
|
|
@@ -10806,7 +10806,7 @@
|
|
|
10806
10806
|
},
|
|
10807
10807
|
"x-original-maxLength": 1024,
|
|
10808
10808
|
"x-reconciled-from-discovery": true,
|
|
10809
|
-
"x-reconciled-at": "2026-01-
|
|
10809
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442879+00:00"
|
|
10810
10810
|
},
|
|
10811
10811
|
"owner_view": {
|
|
10812
10812
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -10847,7 +10847,7 @@
|
|
|
10847
10847
|
"x-field-mutability": "read-only",
|
|
10848
10848
|
"x-original-maxLength": 1024,
|
|
10849
10849
|
"x-reconciled-from-discovery": true,
|
|
10850
|
-
"x-reconciled-at": "2026-01-
|
|
10850
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442887+00:00"
|
|
10851
10851
|
},
|
|
10852
10852
|
"uid": {
|
|
10853
10853
|
"type": "string",
|
|
@@ -10868,7 +10868,7 @@
|
|
|
10868
10868
|
"x-original-maxLength": 1024,
|
|
10869
10869
|
"format": "uuid",
|
|
10870
10870
|
"x-reconciled-from-discovery": true,
|
|
10871
|
-
"x-reconciled-at": "2026-01-
|
|
10871
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442893+00:00"
|
|
10872
10872
|
}
|
|
10873
10873
|
},
|
|
10874
10874
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11506,7 +11506,7 @@
|
|
|
11506
11506
|
"readOnly": true,
|
|
11507
11507
|
"x-original-maxLength": 1024,
|
|
11508
11508
|
"x-reconciled-from-discovery": true,
|
|
11509
|
-
"x-reconciled-at": "2026-01-
|
|
11509
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442948+00:00"
|
|
11510
11510
|
},
|
|
11511
11511
|
"name": {
|
|
11512
11512
|
"type": "string",
|
|
@@ -11525,7 +11525,7 @@
|
|
|
11525
11525
|
},
|
|
11526
11526
|
"x-original-maxLength": 1024,
|
|
11527
11527
|
"x-reconciled-from-discovery": true,
|
|
11528
|
-
"x-reconciled-at": "2026-01-
|
|
11528
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442952+00:00"
|
|
11529
11529
|
},
|
|
11530
11530
|
"namespace": {
|
|
11531
11531
|
"type": "string",
|
|
@@ -11544,7 +11544,7 @@
|
|
|
11544
11544
|
},
|
|
11545
11545
|
"x-original-maxLength": 1024,
|
|
11546
11546
|
"x-reconciled-from-discovery": true,
|
|
11547
|
-
"x-reconciled-at": "2026-01-
|
|
11547
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442956+00:00"
|
|
11548
11548
|
},
|
|
11549
11549
|
"tenant": {
|
|
11550
11550
|
"type": "string",
|
|
@@ -11565,7 +11565,7 @@
|
|
|
11565
11565
|
"x-field-mutability": "read-only",
|
|
11566
11566
|
"x-original-maxLength": 1024,
|
|
11567
11567
|
"x-reconciled-from-discovery": true,
|
|
11568
|
-
"x-reconciled-at": "2026-01-
|
|
11568
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442960+00:00"
|
|
11569
11569
|
},
|
|
11570
11570
|
"uid": {
|
|
11571
11571
|
"type": "string",
|
|
@@ -11587,7 +11587,7 @@
|
|
|
11587
11587
|
"x-original-maxLength": 1024,
|
|
11588
11588
|
"format": "uuid",
|
|
11589
11589
|
"x-reconciled-from-discovery": true,
|
|
11590
|
-
"x-reconciled-at": "2026-01-
|
|
11590
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442966+00:00"
|
|
11591
11591
|
}
|
|
11592
11592
|
},
|
|
11593
11593
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11636,7 +11636,7 @@
|
|
|
11636
11636
|
},
|
|
11637
11637
|
"x-original-maxLength": 1024,
|
|
11638
11638
|
"x-reconciled-from-discovery": true,
|
|
11639
|
-
"x-reconciled-at": "2026-01-
|
|
11639
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442972+00:00"
|
|
11640
11640
|
}
|
|
11641
11641
|
},
|
|
11642
11642
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11705,7 +11705,7 @@
|
|
|
11705
11705
|
},
|
|
11706
11706
|
"x-original-maxLength": 1024,
|
|
11707
11707
|
"x-reconciled-from-discovery": true,
|
|
11708
|
-
"x-reconciled-at": "2026-01-
|
|
11708
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442979+00:00"
|
|
11709
11709
|
},
|
|
11710
11710
|
"service_name": {
|
|
11711
11711
|
"type": "string",
|
|
@@ -11744,7 +11744,7 @@
|
|
|
11744
11744
|
},
|
|
11745
11745
|
"x-original-maxLength": 1024,
|
|
11746
11746
|
"x-reconciled-from-discovery": true,
|
|
11747
|
-
"x-reconciled-at": "2026-01-
|
|
11747
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442985+00:00"
|
|
11748
11748
|
},
|
|
11749
11749
|
"type": {
|
|
11750
11750
|
"type": "string",
|
|
@@ -11881,7 +11881,7 @@
|
|
|
11881
11881
|
},
|
|
11882
11882
|
"x-original-maxLength": 1024,
|
|
11883
11883
|
"x-reconciled-from-discovery": true,
|
|
11884
|
-
"x-reconciled-at": "2026-01-
|
|
11884
|
+
"x-reconciled-at": "2026-01-05T18:28:42.442996+00:00"
|
|
11885
11885
|
}
|
|
11886
11886
|
},
|
|
11887
11887
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11990,7 +11990,7 @@
|
|
|
11990
11990
|
},
|
|
11991
11991
|
"x-original-maxLength": 1200,
|
|
11992
11992
|
"x-reconciled-from-discovery": true,
|
|
11993
|
-
"x-reconciled-at": "2026-01-
|
|
11993
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443005+00:00"
|
|
11994
11994
|
},
|
|
11995
11995
|
"disable": {
|
|
11996
11996
|
"type": "boolean",
|
|
@@ -12043,7 +12043,7 @@
|
|
|
12043
12043
|
},
|
|
12044
12044
|
"x-original-maxLength": 1024,
|
|
12045
12045
|
"x-reconciled-from-discovery": true,
|
|
12046
|
-
"x-reconciled-at": "2026-01-
|
|
12046
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443012+00:00"
|
|
12047
12047
|
},
|
|
12048
12048
|
"namespace": {
|
|
12049
12049
|
"type": "string",
|
|
@@ -12062,7 +12062,7 @@
|
|
|
12062
12062
|
},
|
|
12063
12063
|
"x-original-maxLength": 1024,
|
|
12064
12064
|
"x-reconciled-from-discovery": true,
|
|
12065
|
-
"x-reconciled-at": "2026-01-
|
|
12065
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443016+00:00"
|
|
12066
12066
|
}
|
|
12067
12067
|
},
|
|
12068
12068
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12138,7 +12138,7 @@
|
|
|
12138
12138
|
},
|
|
12139
12139
|
"x-original-maxLength": 1200,
|
|
12140
12140
|
"x-reconciled-from-discovery": true,
|
|
12141
|
-
"x-reconciled-at": "2026-01-
|
|
12141
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443022+00:00"
|
|
12142
12142
|
},
|
|
12143
12143
|
"disable": {
|
|
12144
12144
|
"type": "boolean",
|
|
@@ -12193,7 +12193,7 @@
|
|
|
12193
12193
|
},
|
|
12194
12194
|
"x-original-maxLength": 1024,
|
|
12195
12195
|
"x-reconciled-from-discovery": true,
|
|
12196
|
-
"x-reconciled-at": "2026-01-
|
|
12196
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443030+00:00"
|
|
12197
12197
|
},
|
|
12198
12198
|
"namespace": {
|
|
12199
12199
|
"type": "string",
|
|
@@ -12212,7 +12212,7 @@
|
|
|
12212
12212
|
},
|
|
12213
12213
|
"x-original-maxLength": 1024,
|
|
12214
12214
|
"x-reconciled-from-discovery": true,
|
|
12215
|
-
"x-reconciled-at": "2026-01-
|
|
12215
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443046+00:00"
|
|
12216
12216
|
}
|
|
12217
12217
|
},
|
|
12218
12218
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12288,7 +12288,7 @@
|
|
|
12288
12288
|
},
|
|
12289
12289
|
"x-original-maxLength": 1200,
|
|
12290
12290
|
"x-reconciled-from-discovery": true,
|
|
12291
|
-
"x-reconciled-at": "2026-01-
|
|
12291
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443052+00:00"
|
|
12292
12292
|
},
|
|
12293
12293
|
"disable": {
|
|
12294
12294
|
"type": "boolean",
|
|
@@ -12341,7 +12341,7 @@
|
|
|
12341
12341
|
},
|
|
12342
12342
|
"x-original-maxLength": 1024,
|
|
12343
12343
|
"x-reconciled-from-discovery": true,
|
|
12344
|
-
"x-reconciled-at": "2026-01-
|
|
12344
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443059+00:00"
|
|
12345
12345
|
},
|
|
12346
12346
|
"namespace": {
|
|
12347
12347
|
"type": "string",
|
|
@@ -12360,7 +12360,7 @@
|
|
|
12360
12360
|
},
|
|
12361
12361
|
"x-original-maxLength": 1024,
|
|
12362
12362
|
"x-reconciled-from-discovery": true,
|
|
12363
|
-
"x-reconciled-at": "2026-01-
|
|
12363
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443063+00:00"
|
|
12364
12364
|
}
|
|
12365
12365
|
},
|
|
12366
12366
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12474,7 +12474,7 @@
|
|
|
12474
12474
|
"x-original-maxLength": 1024,
|
|
12475
12475
|
"format": "uuid",
|
|
12476
12476
|
"x-reconciled-from-discovery": true,
|
|
12477
|
-
"x-reconciled-at": "2026-01-
|
|
12477
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443076+00:00"
|
|
12478
12478
|
},
|
|
12479
12479
|
"vtrp_id": {
|
|
12480
12480
|
"type": "string",
|
|
@@ -12586,7 +12586,7 @@
|
|
|
12586
12586
|
},
|
|
12587
12587
|
"x-original-maxLength": 1024,
|
|
12588
12588
|
"x-reconciled-from-discovery": true,
|
|
12589
|
-
"x-reconciled-at": "2026-01-
|
|
12589
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443086+00:00"
|
|
12590
12590
|
},
|
|
12591
12591
|
"status": {
|
|
12592
12592
|
"type": "string",
|
|
@@ -12605,7 +12605,7 @@
|
|
|
12605
12605
|
},
|
|
12606
12606
|
"x-original-maxLength": 1024,
|
|
12607
12607
|
"x-reconciled-from-discovery": true,
|
|
12608
|
-
"x-reconciled-at": "2026-01-
|
|
12608
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443090+00:00"
|
|
12609
12609
|
}
|
|
12610
12610
|
},
|
|
12611
12611
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12783,7 +12783,7 @@
|
|
|
12783
12783
|
"x-field-mutability": "read-only",
|
|
12784
12784
|
"x-original-maxLength": 1024,
|
|
12785
12785
|
"x-reconciled-from-discovery": true,
|
|
12786
|
-
"x-reconciled-at": "2026-01-
|
|
12786
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443109+00:00"
|
|
12787
12787
|
},
|
|
12788
12788
|
"uid": {
|
|
12789
12789
|
"type": "string",
|
|
@@ -12804,7 +12804,7 @@
|
|
|
12804
12804
|
"x-original-maxLength": 1024,
|
|
12805
12805
|
"format": "uuid",
|
|
12806
12806
|
"x-reconciled-from-discovery": true,
|
|
12807
|
-
"x-reconciled-at": "2026-01-
|
|
12807
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443113+00:00"
|
|
12808
12808
|
}
|
|
12809
12809
|
},
|
|
12810
12810
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12854,7 +12854,7 @@
|
|
|
12854
12854
|
},
|
|
12855
12855
|
"x-original-maxLength": 1024,
|
|
12856
12856
|
"x-reconciled-from-discovery": true,
|
|
12857
|
-
"x-reconciled-at": "2026-01-
|
|
12857
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443118+00:00"
|
|
12858
12858
|
},
|
|
12859
12859
|
"name": {
|
|
12860
12860
|
"type": "string",
|
|
@@ -12873,7 +12873,7 @@
|
|
|
12873
12873
|
},
|
|
12874
12874
|
"x-original-maxLength": 1024,
|
|
12875
12875
|
"x-reconciled-from-discovery": true,
|
|
12876
|
-
"x-reconciled-at": "2026-01-
|
|
12876
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443123+00:00"
|
|
12877
12877
|
},
|
|
12878
12878
|
"namespace": {
|
|
12879
12879
|
"type": "string",
|
|
@@ -12892,7 +12892,7 @@
|
|
|
12892
12892
|
},
|
|
12893
12893
|
"x-original-maxLength": 1024,
|
|
12894
12894
|
"x-reconciled-from-discovery": true,
|
|
12895
|
-
"x-reconciled-at": "2026-01-
|
|
12895
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443127+00:00"
|
|
12896
12896
|
},
|
|
12897
12897
|
"uid": {
|
|
12898
12898
|
"type": "string",
|
|
@@ -12913,7 +12913,7 @@
|
|
|
12913
12913
|
"x-original-maxLength": 1024,
|
|
12914
12914
|
"format": "uuid",
|
|
12915
12915
|
"x-reconciled-from-discovery": true,
|
|
12916
|
-
"x-reconciled-at": "2026-01-
|
|
12916
|
+
"x-reconciled-at": "2026-01-05T18:28:42.443132+00:00"
|
|
12917
12917
|
}
|
|
12918
12918
|
},
|
|
12919
12919
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14036,7 +14036,7 @@
|
|
|
14036
14036
|
},
|
|
14037
14037
|
"x-original-maxLength": 1024,
|
|
14038
14038
|
"x-reconciled-from-discovery": true,
|
|
14039
|
-
"x-reconciled-at": "2026-01-
|
|
14039
|
+
"x-reconciled-at": "2026-01-05T18:28:42.972971+00:00"
|
|
14040
14040
|
}
|
|
14041
14041
|
},
|
|
14042
14042
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14368,7 +14368,7 @@
|
|
|
14368
14368
|
},
|
|
14369
14369
|
"x-original-maxLength": 1024,
|
|
14370
14370
|
"x-reconciled-from-discovery": true,
|
|
14371
|
-
"x-reconciled-at": "2026-01-
|
|
14371
|
+
"x-reconciled-at": "2026-01-05T18:28:42.972996+00:00"
|
|
14372
14372
|
}
|
|
14373
14373
|
},
|
|
14374
14374
|
"x-f5xc-example": "[EMAIL, CC]",
|
|
@@ -14749,7 +14749,7 @@
|
|
|
14749
14749
|
},
|
|
14750
14750
|
"x-original-maxLength": 1024,
|
|
14751
14751
|
"x-reconciled-from-discovery": true,
|
|
14752
|
-
"x-reconciled-at": "2026-01-
|
|
14752
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973052+00:00"
|
|
14753
14753
|
},
|
|
14754
14754
|
"namespace": {
|
|
14755
14755
|
"type": "string",
|
|
@@ -14768,7 +14768,7 @@
|
|
|
14768
14768
|
},
|
|
14769
14769
|
"x-original-maxLength": 1024,
|
|
14770
14770
|
"x-reconciled-from-discovery": true,
|
|
14771
|
-
"x-reconciled-at": "2026-01-
|
|
14771
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973058+00:00"
|
|
14772
14772
|
}
|
|
14773
14773
|
},
|
|
14774
14774
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15012,7 +15012,7 @@
|
|
|
15012
15012
|
"maxLength": 17,
|
|
15013
15013
|
"minLength": 17,
|
|
15014
15014
|
"x-reconciled-from-discovery": true,
|
|
15015
|
-
"x-reconciled-at": "2026-01-
|
|
15015
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973082+00:00"
|
|
15016
15016
|
},
|
|
15017
15017
|
"system_metadata": {
|
|
15018
15018
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -15263,7 +15263,7 @@
|
|
|
15263
15263
|
},
|
|
15264
15264
|
"x-original-maxLength": 1024,
|
|
15265
15265
|
"x-reconciled-from-discovery": true,
|
|
15266
|
-
"x-reconciled-at": "2026-01-
|
|
15266
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973103+00:00"
|
|
15267
15267
|
},
|
|
15268
15268
|
"disabled": {
|
|
15269
15269
|
"type": "boolean",
|
|
@@ -15313,7 +15313,7 @@
|
|
|
15313
15313
|
},
|
|
15314
15314
|
"x-original-maxLength": 1024,
|
|
15315
15315
|
"x-reconciled-from-discovery": true,
|
|
15316
|
-
"x-reconciled-at": "2026-01-
|
|
15316
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973113+00:00"
|
|
15317
15317
|
},
|
|
15318
15318
|
"namespace": {
|
|
15319
15319
|
"type": "string",
|
|
@@ -15332,7 +15332,7 @@
|
|
|
15332
15332
|
},
|
|
15333
15333
|
"x-original-maxLength": 1024,
|
|
15334
15334
|
"x-reconciled-from-discovery": true,
|
|
15335
|
-
"x-reconciled-at": "2026-01-
|
|
15335
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973117+00:00"
|
|
15336
15336
|
},
|
|
15337
15337
|
"owner_view": {
|
|
15338
15338
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -15373,7 +15373,7 @@
|
|
|
15373
15373
|
"x-field-mutability": "read-only",
|
|
15374
15374
|
"x-original-maxLength": 1024,
|
|
15375
15375
|
"x-reconciled-from-discovery": true,
|
|
15376
|
-
"x-reconciled-at": "2026-01-
|
|
15376
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973125+00:00"
|
|
15377
15377
|
},
|
|
15378
15378
|
"uid": {
|
|
15379
15379
|
"type": "string",
|
|
@@ -15394,7 +15394,7 @@
|
|
|
15394
15394
|
"x-original-maxLength": 1024,
|
|
15395
15395
|
"format": "uuid",
|
|
15396
15396
|
"x-reconciled-from-discovery": true,
|
|
15397
|
-
"x-reconciled-at": "2026-01-
|
|
15397
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973131+00:00"
|
|
15398
15398
|
}
|
|
15399
15399
|
},
|
|
15400
15400
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15514,7 +15514,7 @@
|
|
|
15514
15514
|
},
|
|
15515
15515
|
"x-original-maxLength": 1024,
|
|
15516
15516
|
"x-reconciled-from-discovery": true,
|
|
15517
|
-
"x-reconciled-at": "2026-01-
|
|
15517
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973141+00:00"
|
|
15518
15518
|
}
|
|
15519
15519
|
},
|
|
15520
15520
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15554,7 +15554,7 @@
|
|
|
15554
15554
|
"maxLength": 17,
|
|
15555
15555
|
"minLength": 17,
|
|
15556
15556
|
"x-reconciled-from-discovery": true,
|
|
15557
|
-
"x-reconciled-at": "2026-01-
|
|
15557
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973147+00:00"
|
|
15558
15558
|
},
|
|
15559
15559
|
"status_msg": {
|
|
15560
15560
|
"type": "string",
|
|
@@ -15626,7 +15626,7 @@
|
|
|
15626
15626
|
},
|
|
15627
15627
|
"x-original-maxLength": 1024,
|
|
15628
15628
|
"x-reconciled-from-discovery": true,
|
|
15629
|
-
"x-reconciled-at": "2026-01-
|
|
15629
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973155+00:00"
|
|
15630
15630
|
},
|
|
15631
15631
|
"override_info": {
|
|
15632
15632
|
"$ref": "#/components/schemas/app_typeOverrideInfo"
|
|
@@ -15670,7 +15670,7 @@
|
|
|
15670
15670
|
"maxLength": 17,
|
|
15671
15671
|
"minLength": 17,
|
|
15672
15672
|
"x-reconciled-from-discovery": true,
|
|
15673
|
-
"x-reconciled-at": "2026-01-
|
|
15673
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973161+00:00"
|
|
15674
15674
|
},
|
|
15675
15675
|
"status_msg": {
|
|
15676
15676
|
"type": "string",
|
|
@@ -16360,7 +16360,7 @@
|
|
|
16360
16360
|
},
|
|
16361
16361
|
"x-original-maxLength": 1024,
|
|
16362
16362
|
"x-reconciled-from-discovery": true,
|
|
16363
|
-
"x-reconciled-at": "2026-01-
|
|
16363
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973215+00:00"
|
|
16364
16364
|
},
|
|
16365
16365
|
"service_name": {
|
|
16366
16366
|
"type": "string",
|
|
@@ -16456,7 +16456,7 @@
|
|
|
16456
16456
|
},
|
|
16457
16457
|
"x-original-maxLength": 1024,
|
|
16458
16458
|
"x-reconciled-from-discovery": true,
|
|
16459
|
-
"x-reconciled-at": "2026-01-
|
|
16459
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973224+00:00"
|
|
16460
16460
|
},
|
|
16461
16461
|
"service_name": {
|
|
16462
16462
|
"type": "string",
|
|
@@ -16663,7 +16663,7 @@
|
|
|
16663
16663
|
},
|
|
16664
16664
|
"x-original-maxLength": 1024,
|
|
16665
16665
|
"x-reconciled-from-discovery": true,
|
|
16666
|
-
"x-reconciled-at": "2026-01-
|
|
16666
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973273+00:00"
|
|
16667
16667
|
},
|
|
16668
16668
|
"disable": {
|
|
16669
16669
|
"type": "boolean",
|
|
@@ -16693,7 +16693,7 @@
|
|
|
16693
16693
|
},
|
|
16694
16694
|
"x-original-maxLength": 1024,
|
|
16695
16695
|
"x-reconciled-from-discovery": true,
|
|
16696
|
-
"x-reconciled-at": "2026-01-
|
|
16696
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973278+00:00"
|
|
16697
16697
|
}
|
|
16698
16698
|
},
|
|
16699
16699
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16735,7 +16735,7 @@
|
|
|
16735
16735
|
"readOnly": true,
|
|
16736
16736
|
"x-original-maxLength": 1024,
|
|
16737
16737
|
"x-reconciled-from-discovery": true,
|
|
16738
|
-
"x-reconciled-at": "2026-01-
|
|
16738
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973318+00:00"
|
|
16739
16739
|
},
|
|
16740
16740
|
"name": {
|
|
16741
16741
|
"type": "string",
|
|
@@ -16754,7 +16754,7 @@
|
|
|
16754
16754
|
},
|
|
16755
16755
|
"x-original-maxLength": 1024,
|
|
16756
16756
|
"x-reconciled-from-discovery": true,
|
|
16757
|
-
"x-reconciled-at": "2026-01-
|
|
16757
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973322+00:00"
|
|
16758
16758
|
},
|
|
16759
16759
|
"namespace": {
|
|
16760
16760
|
"type": "string",
|
|
@@ -16773,7 +16773,7 @@
|
|
|
16773
16773
|
},
|
|
16774
16774
|
"x-original-maxLength": 1024,
|
|
16775
16775
|
"x-reconciled-from-discovery": true,
|
|
16776
|
-
"x-reconciled-at": "2026-01-
|
|
16776
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973326+00:00"
|
|
16777
16777
|
},
|
|
16778
16778
|
"tenant": {
|
|
16779
16779
|
"type": "string",
|
|
@@ -16794,7 +16794,7 @@
|
|
|
16794
16794
|
"x-field-mutability": "read-only",
|
|
16795
16795
|
"x-original-maxLength": 1024,
|
|
16796
16796
|
"x-reconciled-from-discovery": true,
|
|
16797
|
-
"x-reconciled-at": "2026-01-
|
|
16797
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973330+00:00"
|
|
16798
16798
|
},
|
|
16799
16799
|
"uid": {
|
|
16800
16800
|
"type": "string",
|
|
@@ -16816,7 +16816,7 @@
|
|
|
16816
16816
|
"x-original-maxLength": 1024,
|
|
16817
16817
|
"format": "uuid",
|
|
16818
16818
|
"x-reconciled-from-discovery": true,
|
|
16819
|
-
"x-reconciled-at": "2026-01-
|
|
16819
|
+
"x-reconciled-at": "2026-01-05T18:28:42.973335+00:00"
|
|
16820
16820
|
}
|
|
16821
16821
|
},
|
|
16822
16822
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17018,7 +17018,7 @@
|
|
|
17018
17018
|
},
|
|
17019
17019
|
"x-original-maxLength": 1024,
|
|
17020
17020
|
"x-reconciled-from-discovery": true,
|
|
17021
|
-
"x-reconciled-at": "2026-01-
|
|
17021
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957060+00:00"
|
|
17022
17022
|
},
|
|
17023
17023
|
"namespace": {
|
|
17024
17024
|
"type": "string",
|
|
@@ -17037,7 +17037,7 @@
|
|
|
17037
17037
|
},
|
|
17038
17038
|
"x-original-maxLength": 1024,
|
|
17039
17039
|
"x-reconciled-from-discovery": true,
|
|
17040
|
-
"x-reconciled-at": "2026-01-
|
|
17040
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957067+00:00"
|
|
17041
17041
|
}
|
|
17042
17042
|
},
|
|
17043
17043
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17119,7 +17119,7 @@
|
|
|
17119
17119
|
},
|
|
17120
17120
|
"x-original-maxLength": 256,
|
|
17121
17121
|
"x-reconciled-from-discovery": true,
|
|
17122
|
-
"x-reconciled-at": "2026-01-
|
|
17122
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957077+00:00"
|
|
17123
17123
|
},
|
|
17124
17124
|
"refresh_interval": {
|
|
17125
17125
|
"type": "integer",
|
|
@@ -17241,7 +17241,7 @@
|
|
|
17241
17241
|
"maxLength": 17,
|
|
17242
17242
|
"minLength": 17,
|
|
17243
17243
|
"x-reconciled-from-discovery": true,
|
|
17244
|
-
"x-reconciled-at": "2026-01-
|
|
17244
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957094+00:00"
|
|
17245
17245
|
},
|
|
17246
17246
|
"system_metadata": {
|
|
17247
17247
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -17600,7 +17600,7 @@
|
|
|
17600
17600
|
},
|
|
17601
17601
|
"x-original-maxLength": 1024,
|
|
17602
17602
|
"x-reconciled-from-discovery": true,
|
|
17603
|
-
"x-reconciled-at": "2026-01-
|
|
17603
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957122+00:00"
|
|
17604
17604
|
},
|
|
17605
17605
|
"disabled": {
|
|
17606
17606
|
"type": "boolean",
|
|
@@ -17650,7 +17650,7 @@
|
|
|
17650
17650
|
},
|
|
17651
17651
|
"x-original-maxLength": 1024,
|
|
17652
17652
|
"x-reconciled-from-discovery": true,
|
|
17653
|
-
"x-reconciled-at": "2026-01-
|
|
17653
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957132+00:00"
|
|
17654
17654
|
},
|
|
17655
17655
|
"namespace": {
|
|
17656
17656
|
"type": "string",
|
|
@@ -17669,7 +17669,7 @@
|
|
|
17669
17669
|
},
|
|
17670
17670
|
"x-original-maxLength": 1024,
|
|
17671
17671
|
"x-reconciled-from-discovery": true,
|
|
17672
|
-
"x-reconciled-at": "2026-01-
|
|
17672
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957137+00:00"
|
|
17673
17673
|
},
|
|
17674
17674
|
"owner_view": {
|
|
17675
17675
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17710,7 +17710,7 @@
|
|
|
17710
17710
|
"x-field-mutability": "read-only",
|
|
17711
17711
|
"x-original-maxLength": 1024,
|
|
17712
17712
|
"x-reconciled-from-discovery": true,
|
|
17713
|
-
"x-reconciled-at": "2026-01-
|
|
17713
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957144+00:00"
|
|
17714
17714
|
},
|
|
17715
17715
|
"uid": {
|
|
17716
17716
|
"type": "string",
|
|
@@ -17731,7 +17731,7 @@
|
|
|
17731
17731
|
"x-original-maxLength": 1024,
|
|
17732
17732
|
"format": "uuid",
|
|
17733
17733
|
"x-reconciled-from-discovery": true,
|
|
17734
|
-
"x-reconciled-at": "2026-01-
|
|
17734
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957150+00:00"
|
|
17735
17735
|
}
|
|
17736
17736
|
},
|
|
17737
17737
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18954,7 +18954,7 @@
|
|
|
18954
18954
|
},
|
|
18955
18955
|
"x-original-maxLength": 128,
|
|
18956
18956
|
"x-reconciled-from-discovery": true,
|
|
18957
|
-
"x-reconciled-at": "2026-01-
|
|
18957
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957417+00:00"
|
|
18958
18958
|
},
|
|
18959
18959
|
"namespace": {
|
|
18960
18960
|
"type": "string",
|
|
@@ -18979,7 +18979,7 @@
|
|
|
18979
18979
|
},
|
|
18980
18980
|
"x-original-maxLength": 64,
|
|
18981
18981
|
"x-reconciled-from-discovery": true,
|
|
18982
|
-
"x-reconciled-at": "2026-01-
|
|
18982
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957421+00:00"
|
|
18983
18983
|
},
|
|
18984
18984
|
"tenant": {
|
|
18985
18985
|
"type": "string",
|
|
@@ -19006,7 +19006,7 @@
|
|
|
19006
19006
|
"x-field-mutability": "read-only",
|
|
19007
19007
|
"x-original-maxLength": 64,
|
|
19008
19008
|
"x-reconciled-from-discovery": true,
|
|
19009
|
-
"x-reconciled-at": "2026-01-
|
|
19009
|
+
"x-reconciled-at": "2026-01-05T18:29:16.957425+00:00"
|
|
19010
19010
|
}
|
|
19011
19011
|
},
|
|
19012
19012
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19228,7 +19228,7 @@
|
|
|
19228
19228
|
},
|
|
19229
19229
|
"x-original-maxLength": 1024,
|
|
19230
19230
|
"x-reconciled-from-discovery": true,
|
|
19231
|
-
"x-reconciled-at": "2026-01-
|
|
19231
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588360+00:00"
|
|
19232
19232
|
},
|
|
19233
19233
|
"namespace": {
|
|
19234
19234
|
"type": "string",
|
|
@@ -19247,7 +19247,7 @@
|
|
|
19247
19247
|
},
|
|
19248
19248
|
"x-original-maxLength": 1024,
|
|
19249
19249
|
"x-reconciled-from-discovery": true,
|
|
19250
|
-
"x-reconciled-at": "2026-01-
|
|
19250
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588365+00:00"
|
|
19251
19251
|
}
|
|
19252
19252
|
},
|
|
19253
19253
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19743,7 +19743,7 @@
|
|
|
19743
19743
|
},
|
|
19744
19744
|
"x-original-maxLength": 1024,
|
|
19745
19745
|
"x-reconciled-from-discovery": true,
|
|
19746
|
-
"x-reconciled-at": "2026-01-
|
|
19746
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588420+00:00"
|
|
19747
19747
|
}
|
|
19748
19748
|
},
|
|
19749
19749
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19871,7 +19871,7 @@
|
|
|
19871
19871
|
"maxLength": 17,
|
|
19872
19872
|
"minLength": 17,
|
|
19873
19873
|
"x-reconciled-from-discovery": true,
|
|
19874
|
-
"x-reconciled-at": "2026-01-
|
|
19874
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588435+00:00"
|
|
19875
19875
|
},
|
|
19876
19876
|
"system_metadata": {
|
|
19877
19877
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -20006,7 +20006,7 @@
|
|
|
20006
20006
|
},
|
|
20007
20007
|
"x-original-maxLength": 1024,
|
|
20008
20008
|
"x-reconciled-from-discovery": true,
|
|
20009
|
-
"x-reconciled-at": "2026-01-
|
|
20009
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588447+00:00"
|
|
20010
20010
|
},
|
|
20011
20011
|
"disabled": {
|
|
20012
20012
|
"type": "boolean",
|
|
@@ -20056,7 +20056,7 @@
|
|
|
20056
20056
|
},
|
|
20057
20057
|
"x-original-maxLength": 1024,
|
|
20058
20058
|
"x-reconciled-from-discovery": true,
|
|
20059
|
-
"x-reconciled-at": "2026-01-
|
|
20059
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588457+00:00"
|
|
20060
20060
|
},
|
|
20061
20061
|
"namespace": {
|
|
20062
20062
|
"type": "string",
|
|
@@ -20075,7 +20075,7 @@
|
|
|
20075
20075
|
},
|
|
20076
20076
|
"x-original-maxLength": 1024,
|
|
20077
20077
|
"x-reconciled-from-discovery": true,
|
|
20078
|
-
"x-reconciled-at": "2026-01-
|
|
20078
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588461+00:00"
|
|
20079
20079
|
},
|
|
20080
20080
|
"owner_view": {
|
|
20081
20081
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -20116,7 +20116,7 @@
|
|
|
20116
20116
|
"x-field-mutability": "read-only",
|
|
20117
20117
|
"x-original-maxLength": 1024,
|
|
20118
20118
|
"x-reconciled-from-discovery": true,
|
|
20119
|
-
"x-reconciled-at": "2026-01-
|
|
20119
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588469+00:00"
|
|
20120
20120
|
},
|
|
20121
20121
|
"uid": {
|
|
20122
20122
|
"type": "string",
|
|
@@ -20137,7 +20137,7 @@
|
|
|
20137
20137
|
"x-original-maxLength": 1024,
|
|
20138
20138
|
"format": "uuid",
|
|
20139
20139
|
"x-reconciled-from-discovery": true,
|
|
20140
|
-
"x-reconciled-at": "2026-01-
|
|
20140
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588474+00:00"
|
|
20141
20141
|
}
|
|
20142
20142
|
},
|
|
20143
20143
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20337,7 +20337,7 @@
|
|
|
20337
20337
|
},
|
|
20338
20338
|
"x-original-maxLength": 1024,
|
|
20339
20339
|
"x-reconciled-from-discovery": true,
|
|
20340
|
-
"x-reconciled-at": "2026-01-
|
|
20340
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588489+00:00"
|
|
20341
20341
|
},
|
|
20342
20342
|
"start_time": {
|
|
20343
20343
|
"type": "string",
|
|
@@ -20808,7 +20808,7 @@
|
|
|
20808
20808
|
},
|
|
20809
20809
|
"x-original-maxLength": 1024,
|
|
20810
20810
|
"x-reconciled-from-discovery": true,
|
|
20811
|
-
"x-reconciled-at": "2026-01-
|
|
20811
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588524+00:00"
|
|
20812
20812
|
}
|
|
20813
20813
|
},
|
|
20814
20814
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21618,7 +21618,7 @@
|
|
|
21618
21618
|
},
|
|
21619
21619
|
"x-original-maxLength": 1024,
|
|
21620
21620
|
"x-reconciled-from-discovery": true,
|
|
21621
|
-
"x-reconciled-at": "2026-01-
|
|
21621
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588586+00:00"
|
|
21622
21622
|
},
|
|
21623
21623
|
"warning": {
|
|
21624
21624
|
"type": "string",
|
|
@@ -21698,7 +21698,7 @@
|
|
|
21698
21698
|
},
|
|
21699
21699
|
"x-original-maxLength": 1024,
|
|
21700
21700
|
"x-reconciled-from-discovery": true,
|
|
21701
|
-
"x-reconciled-at": "2026-01-
|
|
21701
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588600+00:00"
|
|
21702
21702
|
},
|
|
21703
21703
|
"store_provider": {
|
|
21704
21704
|
"type": "string",
|
|
@@ -21756,7 +21756,7 @@
|
|
|
21756
21756
|
},
|
|
21757
21757
|
"x-original-maxLength": 1024,
|
|
21758
21758
|
"x-reconciled-from-discovery": true,
|
|
21759
|
-
"x-reconciled-at": "2026-01-
|
|
21759
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588606+00:00"
|
|
21760
21760
|
},
|
|
21761
21761
|
"url": {
|
|
21762
21762
|
"type": "string",
|
|
@@ -21914,7 +21914,7 @@
|
|
|
21914
21914
|
},
|
|
21915
21915
|
"x-original-maxLength": 1024,
|
|
21916
21916
|
"x-reconciled-from-discovery": true,
|
|
21917
|
-
"x-reconciled-at": "2026-01-
|
|
21917
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588648+00:00"
|
|
21918
21918
|
}
|
|
21919
21919
|
},
|
|
21920
21920
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22084,7 +22084,7 @@
|
|
|
22084
22084
|
},
|
|
22085
22085
|
"x-original-maxLength": 1024,
|
|
22086
22086
|
"x-reconciled-from-discovery": true,
|
|
22087
|
-
"x-reconciled-at": "2026-01-
|
|
22087
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588764+00:00"
|
|
22088
22088
|
},
|
|
22089
22089
|
"disable_ocsp_stapling": {
|
|
22090
22090
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -22183,7 +22183,7 @@
|
|
|
22183
22183
|
},
|
|
22184
22184
|
"x-original-maxLength": 1024,
|
|
22185
22185
|
"x-reconciled-from-discovery": true,
|
|
22186
|
-
"x-reconciled-at": "2026-01-
|
|
22186
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588773+00:00"
|
|
22187
22187
|
},
|
|
22188
22188
|
"previous_value": {
|
|
22189
22189
|
"type": "string",
|
|
@@ -22221,7 +22221,7 @@
|
|
|
22221
22221
|
},
|
|
22222
22222
|
"x-original-maxLength": 1024,
|
|
22223
22223
|
"x-reconciled-from-discovery": true,
|
|
22224
|
-
"x-reconciled-at": "2026-01-
|
|
22224
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588779+00:00"
|
|
22225
22225
|
}
|
|
22226
22226
|
},
|
|
22227
22227
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22305,7 +22305,7 @@
|
|
|
22305
22305
|
},
|
|
22306
22306
|
"x-original-maxLength": 1024,
|
|
22307
22307
|
"x-reconciled-from-discovery": true,
|
|
22308
|
-
"x-reconciled-at": "2026-01-
|
|
22308
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588784+00:00"
|
|
22309
22309
|
},
|
|
22310
22310
|
"location": {
|
|
22311
22311
|
"type": "string",
|
|
@@ -22322,7 +22322,7 @@
|
|
|
22322
22322
|
},
|
|
22323
22323
|
"x-original-maxLength": 1024,
|
|
22324
22324
|
"x-reconciled-from-discovery": true,
|
|
22325
|
-
"x-reconciled-at": "2026-01-
|
|
22325
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588788+00:00"
|
|
22326
22326
|
},
|
|
22327
22327
|
"provider": {
|
|
22328
22328
|
"type": "string",
|
|
@@ -22339,7 +22339,7 @@
|
|
|
22339
22339
|
},
|
|
22340
22340
|
"x-original-maxLength": 1024,
|
|
22341
22341
|
"x-reconciled-from-discovery": true,
|
|
22342
|
-
"x-reconciled-at": "2026-01-
|
|
22342
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588792+00:00"
|
|
22343
22343
|
},
|
|
22344
22344
|
"secret_encoding": {
|
|
22345
22345
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -22361,7 +22361,7 @@
|
|
|
22361
22361
|
"maxLength": 1,
|
|
22362
22362
|
"minLength": 1,
|
|
22363
22363
|
"x-reconciled-from-discovery": true,
|
|
22364
|
-
"x-reconciled-at": "2026-01-
|
|
22364
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588799+00:00"
|
|
22365
22365
|
}
|
|
22366
22366
|
},
|
|
22367
22367
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22400,7 +22400,7 @@
|
|
|
22400
22400
|
},
|
|
22401
22401
|
"x-original-maxLength": 1024,
|
|
22402
22402
|
"x-reconciled-from-discovery": true,
|
|
22403
|
-
"x-reconciled-at": "2026-01-
|
|
22403
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588821+00:00"
|
|
22404
22404
|
}
|
|
22405
22405
|
},
|
|
22406
22406
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22615,7 +22615,7 @@
|
|
|
22615
22615
|
"maxLength": 16,
|
|
22616
22616
|
"minLength": 7,
|
|
22617
22617
|
"x-reconciled-from-discovery": true,
|
|
22618
|
-
"x-reconciled-at": "2026-01-
|
|
22618
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588846+00:00"
|
|
22619
22619
|
},
|
|
22620
22620
|
"value": {
|
|
22621
22621
|
"type": "array",
|
|
@@ -22634,7 +22634,7 @@
|
|
|
22634
22634
|
"maxLength": 15,
|
|
22635
22635
|
"minLength": 3,
|
|
22636
22636
|
"x-reconciled-from-discovery": true,
|
|
22637
|
-
"x-reconciled-at": "2026-01-
|
|
22637
|
+
"x-reconciled-at": "2026-01-05T18:29:35.588852+00:00"
|
|
22638
22638
|
}
|
|
22639
22639
|
},
|
|
22640
22640
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23795,7 +23795,7 @@
|
|
|
23795
23795
|
},
|
|
23796
23796
|
"x-original-maxLength": 1024,
|
|
23797
23797
|
"x-reconciled-from-discovery": true,
|
|
23798
|
-
"x-reconciled-at": "2026-01-
|
|
23798
|
+
"x-reconciled-at": "2026-01-05T18:29:58.931995+00:00"
|
|
23799
23799
|
},
|
|
23800
23800
|
"namespace": {
|
|
23801
23801
|
"type": "string",
|
|
@@ -23814,7 +23814,7 @@
|
|
|
23814
23814
|
},
|
|
23815
23815
|
"x-original-maxLength": 1024,
|
|
23816
23816
|
"x-reconciled-from-discovery": true,
|
|
23817
|
-
"x-reconciled-at": "2026-01-
|
|
23817
|
+
"x-reconciled-at": "2026-01-05T18:29:58.932000+00:00"
|
|
23818
23818
|
}
|
|
23819
23819
|
},
|
|
23820
23820
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23940,7 +23940,7 @@
|
|
|
23940
23940
|
"maxLength": 17,
|
|
23941
23941
|
"minLength": 17,
|
|
23942
23942
|
"x-reconciled-from-discovery": true,
|
|
23943
|
-
"x-reconciled-at": "2026-01-
|
|
23943
|
+
"x-reconciled-at": "2026-01-05T18:29:58.932017+00:00"
|
|
23944
23944
|
},
|
|
23945
23945
|
"system_metadata": {
|
|
23946
23946
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -24103,7 +24103,7 @@
|
|
|
24103
24103
|
},
|
|
24104
24104
|
"x-original-maxLength": 1024,
|
|
24105
24105
|
"x-reconciled-from-discovery": true,
|
|
24106
|
-
"x-reconciled-at": "2026-01-
|
|
24106
|
+
"x-reconciled-at": "2026-01-05T18:29:58.932043+00:00"
|
|
24107
24107
|
},
|
|
24108
24108
|
"disabled": {
|
|
24109
24109
|
"type": "boolean",
|
|
@@ -24153,7 +24153,7 @@
|
|
|
24153
24153
|
},
|
|
24154
24154
|
"x-original-maxLength": 1024,
|
|
24155
24155
|
"x-reconciled-from-discovery": true,
|
|
24156
|
-
"x-reconciled-at": "2026-01-
|
|
24156
|
+
"x-reconciled-at": "2026-01-05T18:29:58.932055+00:00"
|
|
24157
24157
|
},
|
|
24158
24158
|
"namespace": {
|
|
24159
24159
|
"type": "string",
|
|
@@ -24172,7 +24172,7 @@
|
|
|
24172
24172
|
},
|
|
24173
24173
|
"x-original-maxLength": 1024,
|
|
24174
24174
|
"x-reconciled-from-discovery": true,
|
|
24175
|
-
"x-reconciled-at": "2026-01-
|
|
24175
|
+
"x-reconciled-at": "2026-01-05T18:29:58.932060+00:00"
|
|
24176
24176
|
},
|
|
24177
24177
|
"owner_view": {
|
|
24178
24178
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -24213,7 +24213,7 @@
|
|
|
24213
24213
|
"x-field-mutability": "read-only",
|
|
24214
24214
|
"x-original-maxLength": 1024,
|
|
24215
24215
|
"x-reconciled-from-discovery": true,
|
|
24216
|
-
"x-reconciled-at": "2026-01-
|
|
24216
|
+
"x-reconciled-at": "2026-01-05T18:29:58.932067+00:00"
|
|
24217
24217
|
},
|
|
24218
24218
|
"uid": {
|
|
24219
24219
|
"type": "string",
|
|
@@ -24234,7 +24234,7 @@
|
|
|
24234
24234
|
"x-original-maxLength": 1024,
|
|
24235
24235
|
"format": "uuid",
|
|
24236
24236
|
"x-reconciled-from-discovery": true,
|
|
24237
|
-
"x-reconciled-at": "2026-01-
|
|
24237
|
+
"x-reconciled-at": "2026-01-05T18:29:58.932073+00:00"
|
|
24238
24238
|
}
|
|
24239
24239
|
},
|
|
24240
24240
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24755,7 +24755,7 @@
|
|
|
24755
24755
|
"maxLength": 15,
|
|
24756
24756
|
"minLength": 3,
|
|
24757
24757
|
"x-reconciled-from-discovery": true,
|
|
24758
|
-
"x-reconciled-at": "2026-01-
|
|
24758
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487229+00:00"
|
|
24759
24759
|
}
|
|
24760
24760
|
},
|
|
24761
24761
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24808,7 +24808,7 @@
|
|
|
24808
24808
|
"maxLength": 15,
|
|
24809
24809
|
"minLength": 3,
|
|
24810
24810
|
"x-reconciled-from-discovery": true,
|
|
24811
|
-
"x-reconciled-at": "2026-01-
|
|
24811
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487236+00:00"
|
|
24812
24812
|
}
|
|
24813
24813
|
},
|
|
24814
24814
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24860,7 +24860,7 @@
|
|
|
24860
24860
|
"maxLength": 15,
|
|
24861
24861
|
"minLength": 3,
|
|
24862
24862
|
"x-reconciled-from-discovery": true,
|
|
24863
|
-
"x-reconciled-at": "2026-01-
|
|
24863
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487242+00:00"
|
|
24864
24864
|
}
|
|
24865
24865
|
},
|
|
24866
24866
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25050,7 +25050,7 @@
|
|
|
25050
25050
|
},
|
|
25051
25051
|
"x-original-maxLength": 1024,
|
|
25052
25052
|
"x-reconciled-from-discovery": true,
|
|
25053
|
-
"x-reconciled-at": "2026-01-
|
|
25053
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487355+00:00"
|
|
25054
25054
|
},
|
|
25055
25055
|
"namespace": {
|
|
25056
25056
|
"type": "string",
|
|
@@ -25069,7 +25069,7 @@
|
|
|
25069
25069
|
},
|
|
25070
25070
|
"x-original-maxLength": 1024,
|
|
25071
25071
|
"x-reconciled-from-discovery": true,
|
|
25072
|
-
"x-reconciled-at": "2026-01-
|
|
25072
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487360+00:00"
|
|
25073
25073
|
}
|
|
25074
25074
|
},
|
|
25075
25075
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25167,7 +25167,7 @@
|
|
|
25167
25167
|
"maxLength": 17,
|
|
25168
25168
|
"minLength": 17,
|
|
25169
25169
|
"x-reconciled-from-discovery": true,
|
|
25170
|
-
"x-reconciled-at": "2026-01-
|
|
25170
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487373+00:00"
|
|
25171
25171
|
},
|
|
25172
25172
|
"system_metadata": {
|
|
25173
25173
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -25388,7 +25388,7 @@
|
|
|
25388
25388
|
},
|
|
25389
25389
|
"x-original-maxLength": 1024,
|
|
25390
25390
|
"x-reconciled-from-discovery": true,
|
|
25391
|
-
"x-reconciled-at": "2026-01-
|
|
25391
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487391+00:00"
|
|
25392
25392
|
},
|
|
25393
25393
|
"disabled": {
|
|
25394
25394
|
"type": "boolean",
|
|
@@ -25438,7 +25438,7 @@
|
|
|
25438
25438
|
},
|
|
25439
25439
|
"x-original-maxLength": 1024,
|
|
25440
25440
|
"x-reconciled-from-discovery": true,
|
|
25441
|
-
"x-reconciled-at": "2026-01-
|
|
25441
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487401+00:00"
|
|
25442
25442
|
},
|
|
25443
25443
|
"namespace": {
|
|
25444
25444
|
"type": "string",
|
|
@@ -25457,7 +25457,7 @@
|
|
|
25457
25457
|
},
|
|
25458
25458
|
"x-original-maxLength": 1024,
|
|
25459
25459
|
"x-reconciled-from-discovery": true,
|
|
25460
|
-
"x-reconciled-at": "2026-01-
|
|
25460
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487405+00:00"
|
|
25461
25461
|
},
|
|
25462
25462
|
"owner_view": {
|
|
25463
25463
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -25498,7 +25498,7 @@
|
|
|
25498
25498
|
"x-field-mutability": "read-only",
|
|
25499
25499
|
"x-original-maxLength": 1024,
|
|
25500
25500
|
"x-reconciled-from-discovery": true,
|
|
25501
|
-
"x-reconciled-at": "2026-01-
|
|
25501
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487412+00:00"
|
|
25502
25502
|
},
|
|
25503
25503
|
"uid": {
|
|
25504
25504
|
"type": "string",
|
|
@@ -25519,7 +25519,7 @@
|
|
|
25519
25519
|
"x-original-maxLength": 1024,
|
|
25520
25520
|
"format": "uuid",
|
|
25521
25521
|
"x-reconciled-from-discovery": true,
|
|
25522
|
-
"x-reconciled-at": "2026-01-
|
|
25522
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487417+00:00"
|
|
25523
25523
|
}
|
|
25524
25524
|
},
|
|
25525
25525
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25973,7 +25973,7 @@
|
|
|
25973
25973
|
},
|
|
25974
25974
|
"x-original-maxLength": 1024,
|
|
25975
25975
|
"x-reconciled-from-discovery": true,
|
|
25976
|
-
"x-reconciled-at": "2026-01-
|
|
25976
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487458+00:00"
|
|
25977
25977
|
},
|
|
25978
25978
|
"range": {
|
|
25979
25979
|
"type": "string",
|
|
@@ -26162,7 +26162,7 @@
|
|
|
26162
26162
|
"maxLength": 16,
|
|
26163
26163
|
"minLength": 7,
|
|
26164
26164
|
"x-reconciled-from-discovery": true,
|
|
26165
|
-
"x-reconciled-at": "2026-01-
|
|
26165
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487471+00:00"
|
|
26166
26166
|
},
|
|
26167
26167
|
"value": {
|
|
26168
26168
|
"type": "array",
|
|
@@ -26181,7 +26181,7 @@
|
|
|
26181
26181
|
"maxLength": 15,
|
|
26182
26182
|
"minLength": 3,
|
|
26183
26183
|
"x-reconciled-from-discovery": true,
|
|
26184
|
-
"x-reconciled-at": "2026-01-
|
|
26184
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487477+00:00"
|
|
26185
26185
|
}
|
|
26186
26186
|
},
|
|
26187
26187
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26346,7 +26346,7 @@
|
|
|
26346
26346
|
},
|
|
26347
26347
|
"x-original-maxLength": 1024,
|
|
26348
26348
|
"x-reconciled-from-discovery": true,
|
|
26349
|
-
"x-reconciled-at": "2026-01-
|
|
26349
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487492+00:00"
|
|
26350
26350
|
}
|
|
26351
26351
|
},
|
|
26352
26352
|
"x-f5xc-minimum-configuration": {
|