@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": "Secops And Incident Response",
|
|
5
5
|
"description": "User threat assessment with configurable risk thresholds and mitigation rules. Detection covers high, medium, and low threat levels with corresponding actions like blocking, rate limiting, or alerting. Mitigation policies link to load balancers for real-time enforcement against identified bad actors.",
|
|
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"
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
},
|
|
1399
1399
|
"x-original-maxLength": 1024,
|
|
1400
1400
|
"x-reconciled-from-discovery": true,
|
|
1401
|
-
"x-reconciled-at": "2026-01-
|
|
1401
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213888+00:00"
|
|
1402
1402
|
},
|
|
1403
1403
|
"namespace": {
|
|
1404
1404
|
"type": "string",
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
},
|
|
1418
1418
|
"x-original-maxLength": 1024,
|
|
1419
1419
|
"x-reconciled-from-discovery": true,
|
|
1420
|
-
"x-reconciled-at": "2026-01-
|
|
1420
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213895+00:00"
|
|
1421
1421
|
}
|
|
1422
1422
|
},
|
|
1423
1423
|
"x-f5xc-minimum-configuration": {
|
|
@@ -1515,7 +1515,7 @@
|
|
|
1515
1515
|
"maxLength": 17,
|
|
1516
1516
|
"minLength": 17,
|
|
1517
1517
|
"x-reconciled-from-discovery": true,
|
|
1518
|
-
"x-reconciled-at": "2026-01-
|
|
1518
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213911+00:00"
|
|
1519
1519
|
},
|
|
1520
1520
|
"system_metadata": {
|
|
1521
1521
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
},
|
|
1674
1674
|
"x-original-maxLength": 1024,
|
|
1675
1675
|
"x-reconciled-from-discovery": true,
|
|
1676
|
-
"x-reconciled-at": "2026-01-
|
|
1676
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213926+00:00"
|
|
1677
1677
|
},
|
|
1678
1678
|
"disabled": {
|
|
1679
1679
|
"type": "boolean",
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
},
|
|
1724
1724
|
"x-original-maxLength": 1024,
|
|
1725
1725
|
"x-reconciled-from-discovery": true,
|
|
1726
|
-
"x-reconciled-at": "2026-01-
|
|
1726
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213936+00:00"
|
|
1727
1727
|
},
|
|
1728
1728
|
"namespace": {
|
|
1729
1729
|
"type": "string",
|
|
@@ -1742,7 +1742,7 @@
|
|
|
1742
1742
|
},
|
|
1743
1743
|
"x-original-maxLength": 1024,
|
|
1744
1744
|
"x-reconciled-from-discovery": true,
|
|
1745
|
-
"x-reconciled-at": "2026-01-
|
|
1745
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213940+00:00"
|
|
1746
1746
|
},
|
|
1747
1747
|
"owner_view": {
|
|
1748
1748
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
"x-field-mutability": "read-only",
|
|
1784
1784
|
"x-original-maxLength": 1024,
|
|
1785
1785
|
"x-reconciled-from-discovery": true,
|
|
1786
|
-
"x-reconciled-at": "2026-01-
|
|
1786
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213948+00:00"
|
|
1787
1787
|
},
|
|
1788
1788
|
"uid": {
|
|
1789
1789
|
"type": "string",
|
|
@@ -1804,7 +1804,7 @@
|
|
|
1804
1804
|
"x-original-maxLength": 1024,
|
|
1805
1805
|
"format": "uuid",
|
|
1806
1806
|
"x-reconciled-from-discovery": true,
|
|
1807
|
-
"x-reconciled-at": "2026-01-
|
|
1807
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213953+00:00"
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
1810
1810
|
"x-f5xc-minimum-configuration": {
|
|
@@ -2119,7 +2119,7 @@
|
|
|
2119
2119
|
},
|
|
2120
2120
|
"x-original-maxLength": 1024,
|
|
2121
2121
|
"x-reconciled-from-discovery": true,
|
|
2122
|
-
"x-reconciled-at": "2026-01-
|
|
2122
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213981+00:00"
|
|
2123
2123
|
}
|
|
2124
2124
|
},
|
|
2125
2125
|
"x-f5xc-minimum-configuration": {
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
},
|
|
2189
2189
|
"x-original-maxLength": 1024,
|
|
2190
2190
|
"x-reconciled-from-discovery": true,
|
|
2191
|
-
"x-reconciled-at": "2026-01-
|
|
2191
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213989+00:00"
|
|
2192
2192
|
},
|
|
2193
2193
|
"service_name": {
|
|
2194
2194
|
"type": "string",
|
|
@@ -2227,7 +2227,7 @@
|
|
|
2227
2227
|
},
|
|
2228
2228
|
"x-original-maxLength": 1024,
|
|
2229
2229
|
"x-reconciled-from-discovery": true,
|
|
2230
|
-
"x-reconciled-at": "2026-01-
|
|
2230
|
+
"x-reconciled-at": "2026-01-05T18:29:33.213995+00:00"
|
|
2231
2231
|
},
|
|
2232
2232
|
"type": {
|
|
2233
2233
|
"type": "string",
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
},
|
|
2365
2365
|
"x-original-maxLength": 1024,
|
|
2366
2366
|
"x-reconciled-from-discovery": true,
|
|
2367
|
-
"x-reconciled-at": "2026-01-
|
|
2367
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214006+00:00"
|
|
2368
2368
|
}
|
|
2369
2369
|
},
|
|
2370
2370
|
"x-f5xc-minimum-configuration": {
|
|
@@ -2473,7 +2473,7 @@
|
|
|
2473
2473
|
},
|
|
2474
2474
|
"x-original-maxLength": 1200,
|
|
2475
2475
|
"x-reconciled-from-discovery": true,
|
|
2476
|
-
"x-reconciled-at": "2026-01-
|
|
2476
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214016+00:00"
|
|
2477
2477
|
},
|
|
2478
2478
|
"disable": {
|
|
2479
2479
|
"type": "boolean",
|
|
@@ -2526,7 +2526,7 @@
|
|
|
2526
2526
|
},
|
|
2527
2527
|
"x-original-maxLength": 1024,
|
|
2528
2528
|
"x-reconciled-from-discovery": true,
|
|
2529
|
-
"x-reconciled-at": "2026-01-
|
|
2529
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214023+00:00"
|
|
2530
2530
|
},
|
|
2531
2531
|
"namespace": {
|
|
2532
2532
|
"type": "string",
|
|
@@ -2545,7 +2545,7 @@
|
|
|
2545
2545
|
},
|
|
2546
2546
|
"x-original-maxLength": 1024,
|
|
2547
2547
|
"x-reconciled-from-discovery": true,
|
|
2548
|
-
"x-reconciled-at": "2026-01-
|
|
2548
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214027+00:00"
|
|
2549
2549
|
}
|
|
2550
2550
|
},
|
|
2551
2551
|
"x-f5xc-minimum-configuration": {
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
},
|
|
2622
2622
|
"x-original-maxLength": 1200,
|
|
2623
2623
|
"x-reconciled-from-discovery": true,
|
|
2624
|
-
"x-reconciled-at": "2026-01-
|
|
2624
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214046+00:00"
|
|
2625
2625
|
},
|
|
2626
2626
|
"disable": {
|
|
2627
2627
|
"type": "boolean",
|
|
@@ -2676,7 +2676,7 @@
|
|
|
2676
2676
|
},
|
|
2677
2677
|
"x-original-maxLength": 1024,
|
|
2678
2678
|
"x-reconciled-from-discovery": true,
|
|
2679
|
-
"x-reconciled-at": "2026-01-
|
|
2679
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214053+00:00"
|
|
2680
2680
|
},
|
|
2681
2681
|
"namespace": {
|
|
2682
2682
|
"type": "string",
|
|
@@ -2695,7 +2695,7 @@
|
|
|
2695
2695
|
},
|
|
2696
2696
|
"x-original-maxLength": 1024,
|
|
2697
2697
|
"x-reconciled-from-discovery": true,
|
|
2698
|
-
"x-reconciled-at": "2026-01-
|
|
2698
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214057+00:00"
|
|
2699
2699
|
}
|
|
2700
2700
|
},
|
|
2701
2701
|
"x-f5xc-minimum-configuration": {
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
"readOnly": true,
|
|
2741
2741
|
"x-original-maxLength": 1024,
|
|
2742
2742
|
"x-reconciled-from-discovery": true,
|
|
2743
|
-
"x-reconciled-at": "2026-01-
|
|
2743
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214062+00:00"
|
|
2744
2744
|
},
|
|
2745
2745
|
"name": {
|
|
2746
2746
|
"type": "string",
|
|
@@ -2759,7 +2759,7 @@
|
|
|
2759
2759
|
},
|
|
2760
2760
|
"x-original-maxLength": 1024,
|
|
2761
2761
|
"x-reconciled-from-discovery": true,
|
|
2762
|
-
"x-reconciled-at": "2026-01-
|
|
2762
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214066+00:00"
|
|
2763
2763
|
},
|
|
2764
2764
|
"namespace": {
|
|
2765
2765
|
"type": "string",
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
},
|
|
2779
2779
|
"x-original-maxLength": 1024,
|
|
2780
2780
|
"x-reconciled-from-discovery": true,
|
|
2781
|
-
"x-reconciled-at": "2026-01-
|
|
2781
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214069+00:00"
|
|
2782
2782
|
},
|
|
2783
2783
|
"tenant": {
|
|
2784
2784
|
"type": "string",
|
|
@@ -2799,7 +2799,7 @@
|
|
|
2799
2799
|
"x-field-mutability": "read-only",
|
|
2800
2800
|
"x-original-maxLength": 1024,
|
|
2801
2801
|
"x-reconciled-from-discovery": true,
|
|
2802
|
-
"x-reconciled-at": "2026-01-
|
|
2802
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214073+00:00"
|
|
2803
2803
|
},
|
|
2804
2804
|
"uid": {
|
|
2805
2805
|
"type": "string",
|
|
@@ -2821,7 +2821,7 @@
|
|
|
2821
2821
|
"x-original-maxLength": 1024,
|
|
2822
2822
|
"format": "uuid",
|
|
2823
2823
|
"x-reconciled-from-discovery": true,
|
|
2824
|
-
"x-reconciled-at": "2026-01-
|
|
2824
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214078+00:00"
|
|
2825
2825
|
}
|
|
2826
2826
|
},
|
|
2827
2827
|
"x-f5xc-minimum-configuration": {
|
|
@@ -2896,7 +2896,7 @@
|
|
|
2896
2896
|
},
|
|
2897
2897
|
"x-original-maxLength": 1200,
|
|
2898
2898
|
"x-reconciled-from-discovery": true,
|
|
2899
|
-
"x-reconciled-at": "2026-01-
|
|
2899
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214085+00:00"
|
|
2900
2900
|
},
|
|
2901
2901
|
"disable": {
|
|
2902
2902
|
"type": "boolean",
|
|
@@ -2949,7 +2949,7 @@
|
|
|
2949
2949
|
},
|
|
2950
2950
|
"x-original-maxLength": 1024,
|
|
2951
2951
|
"x-reconciled-from-discovery": true,
|
|
2952
|
-
"x-reconciled-at": "2026-01-
|
|
2952
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214092+00:00"
|
|
2953
2953
|
},
|
|
2954
2954
|
"namespace": {
|
|
2955
2955
|
"type": "string",
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
},
|
|
2969
2969
|
"x-original-maxLength": 1024,
|
|
2970
2970
|
"x-reconciled-from-discovery": true,
|
|
2971
|
-
"x-reconciled-at": "2026-01-
|
|
2971
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214096+00:00"
|
|
2972
2972
|
}
|
|
2973
2973
|
},
|
|
2974
2974
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3082,7 +3082,7 @@
|
|
|
3082
3082
|
"x-original-maxLength": 1024,
|
|
3083
3083
|
"format": "uuid",
|
|
3084
3084
|
"x-reconciled-from-discovery": true,
|
|
3085
|
-
"x-reconciled-at": "2026-01-
|
|
3085
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214109+00:00"
|
|
3086
3086
|
},
|
|
3087
3087
|
"vtrp_id": {
|
|
3088
3088
|
"type": "string",
|
|
@@ -3194,7 +3194,7 @@
|
|
|
3194
3194
|
},
|
|
3195
3195
|
"x-original-maxLength": 1024,
|
|
3196
3196
|
"x-reconciled-from-discovery": true,
|
|
3197
|
-
"x-reconciled-at": "2026-01-
|
|
3197
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214118+00:00"
|
|
3198
3198
|
},
|
|
3199
3199
|
"status": {
|
|
3200
3200
|
"type": "string",
|
|
@@ -3213,7 +3213,7 @@
|
|
|
3213
3213
|
},
|
|
3214
3214
|
"x-original-maxLength": 1024,
|
|
3215
3215
|
"x-reconciled-from-discovery": true,
|
|
3216
|
-
"x-reconciled-at": "2026-01-
|
|
3216
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214123+00:00"
|
|
3217
3217
|
}
|
|
3218
3218
|
},
|
|
3219
3219
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3391,7 +3391,7 @@
|
|
|
3391
3391
|
"x-field-mutability": "read-only",
|
|
3392
3392
|
"x-original-maxLength": 1024,
|
|
3393
3393
|
"x-reconciled-from-discovery": true,
|
|
3394
|
-
"x-reconciled-at": "2026-01-
|
|
3394
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214141+00:00"
|
|
3395
3395
|
},
|
|
3396
3396
|
"uid": {
|
|
3397
3397
|
"type": "string",
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
"x-original-maxLength": 1024,
|
|
3413
3413
|
"format": "uuid",
|
|
3414
3414
|
"x-reconciled-from-discovery": true,
|
|
3415
|
-
"x-reconciled-at": "2026-01-
|
|
3415
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214146+00:00"
|
|
3416
3416
|
}
|
|
3417
3417
|
},
|
|
3418
3418
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3462,7 +3462,7 @@
|
|
|
3462
3462
|
},
|
|
3463
3463
|
"x-original-maxLength": 1024,
|
|
3464
3464
|
"x-reconciled-from-discovery": true,
|
|
3465
|
-
"x-reconciled-at": "2026-01-
|
|
3465
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214151+00:00"
|
|
3466
3466
|
},
|
|
3467
3467
|
"name": {
|
|
3468
3468
|
"type": "string",
|
|
@@ -3481,7 +3481,7 @@
|
|
|
3481
3481
|
},
|
|
3482
3482
|
"x-original-maxLength": 1024,
|
|
3483
3483
|
"x-reconciled-from-discovery": true,
|
|
3484
|
-
"x-reconciled-at": "2026-01-
|
|
3484
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214155+00:00"
|
|
3485
3485
|
},
|
|
3486
3486
|
"namespace": {
|
|
3487
3487
|
"type": "string",
|
|
@@ -3500,7 +3500,7 @@
|
|
|
3500
3500
|
},
|
|
3501
3501
|
"x-original-maxLength": 1024,
|
|
3502
3502
|
"x-reconciled-from-discovery": true,
|
|
3503
|
-
"x-reconciled-at": "2026-01-
|
|
3503
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214159+00:00"
|
|
3504
3504
|
},
|
|
3505
3505
|
"uid": {
|
|
3506
3506
|
"type": "string",
|
|
@@ -3521,7 +3521,7 @@
|
|
|
3521
3521
|
"x-original-maxLength": 1024,
|
|
3522
3522
|
"format": "uuid",
|
|
3523
3523
|
"x-reconciled-from-discovery": true,
|
|
3524
|
-
"x-reconciled-at": "2026-01-
|
|
3524
|
+
"x-reconciled-at": "2026-01-05T18:29:33.214164+00:00"
|
|
3525
3525
|
}
|
|
3526
3526
|
},
|
|
3527
3527
|
"x-f5xc-minimum-configuration": {
|