@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": "Data And Privacy Security",
|
|
5
5
|
"description": "Pattern-based detection for personally identifiable information across request and response payloads. Custom data type definitions enable organization-specific classification beyond built-in PII categories. Regional log and metrics aggregation with Clickhouse, Elasticsearch, and Kafka export options. Geo-configuration policies enforce data residency requirements and jurisdiction-specific privacy regulations.",
|
|
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"
|
|
@@ -3332,7 +3332,7 @@
|
|
|
3332
3332
|
},
|
|
3333
3333
|
"x-original-maxLength": 1024,
|
|
3334
3334
|
"x-reconciled-from-discovery": true,
|
|
3335
|
-
"x-reconciled-at": "2026-01-
|
|
3335
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986517+00:00"
|
|
3336
3336
|
},
|
|
3337
3337
|
"namespace": {
|
|
3338
3338
|
"type": "string",
|
|
@@ -3351,7 +3351,7 @@
|
|
|
3351
3351
|
},
|
|
3352
3352
|
"x-original-maxLength": 1024,
|
|
3353
3353
|
"x-reconciled-from-discovery": true,
|
|
3354
|
-
"x-reconciled-at": "2026-01-
|
|
3354
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986523+00:00"
|
|
3355
3355
|
}
|
|
3356
3356
|
},
|
|
3357
3357
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3530,7 +3530,7 @@
|
|
|
3530
3530
|
"maxLength": 17,
|
|
3531
3531
|
"minLength": 17,
|
|
3532
3532
|
"x-reconciled-from-discovery": true,
|
|
3533
|
-
"x-reconciled-at": "2026-01-
|
|
3533
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986544+00:00"
|
|
3534
3534
|
},
|
|
3535
3535
|
"system_metadata": {
|
|
3536
3536
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -3801,7 +3801,7 @@
|
|
|
3801
3801
|
},
|
|
3802
3802
|
"x-original-maxLength": 1024,
|
|
3803
3803
|
"x-reconciled-from-discovery": true,
|
|
3804
|
-
"x-reconciled-at": "2026-01-
|
|
3804
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986567+00:00"
|
|
3805
3805
|
},
|
|
3806
3806
|
"disabled": {
|
|
3807
3807
|
"type": "boolean",
|
|
@@ -3851,7 +3851,7 @@
|
|
|
3851
3851
|
},
|
|
3852
3852
|
"x-original-maxLength": 1024,
|
|
3853
3853
|
"x-reconciled-from-discovery": true,
|
|
3854
|
-
"x-reconciled-at": "2026-01-
|
|
3854
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986577+00:00"
|
|
3855
3855
|
},
|
|
3856
3856
|
"namespace": {
|
|
3857
3857
|
"type": "string",
|
|
@@ -3870,7 +3870,7 @@
|
|
|
3870
3870
|
},
|
|
3871
3871
|
"x-original-maxLength": 1024,
|
|
3872
3872
|
"x-reconciled-from-discovery": true,
|
|
3873
|
-
"x-reconciled-at": "2026-01-
|
|
3873
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986582+00:00"
|
|
3874
3874
|
},
|
|
3875
3875
|
"owner_view": {
|
|
3876
3876
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
"x-field-mutability": "read-only",
|
|
3912
3912
|
"x-original-maxLength": 1024,
|
|
3913
3913
|
"x-reconciled-from-discovery": true,
|
|
3914
|
-
"x-reconciled-at": "2026-01-
|
|
3914
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986589+00:00"
|
|
3915
3915
|
},
|
|
3916
3916
|
"uid": {
|
|
3917
3917
|
"type": "string",
|
|
@@ -3932,7 +3932,7 @@
|
|
|
3932
3932
|
"x-original-maxLength": 1024,
|
|
3933
3933
|
"format": "uuid",
|
|
3934
3934
|
"x-reconciled-from-discovery": true,
|
|
3935
|
-
"x-reconciled-at": "2026-01-
|
|
3935
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986595+00:00"
|
|
3936
3936
|
}
|
|
3937
3937
|
},
|
|
3938
3938
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4301,7 +4301,7 @@
|
|
|
4301
4301
|
},
|
|
4302
4302
|
"x-original-maxLength": 1024,
|
|
4303
4303
|
"x-reconciled-from-discovery": true,
|
|
4304
|
-
"x-reconciled-at": "2026-01-
|
|
4304
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986623+00:00"
|
|
4305
4305
|
}
|
|
4306
4306
|
},
|
|
4307
4307
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4370,7 +4370,7 @@
|
|
|
4370
4370
|
},
|
|
4371
4371
|
"x-original-maxLength": 1024,
|
|
4372
4372
|
"x-reconciled-from-discovery": true,
|
|
4373
|
-
"x-reconciled-at": "2026-01-
|
|
4373
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986631+00:00"
|
|
4374
4374
|
},
|
|
4375
4375
|
"service_name": {
|
|
4376
4376
|
"type": "string",
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
},
|
|
4410
4410
|
"x-original-maxLength": 1024,
|
|
4411
4411
|
"x-reconciled-from-discovery": true,
|
|
4412
|
-
"x-reconciled-at": "2026-01-
|
|
4412
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986637+00:00"
|
|
4413
4413
|
},
|
|
4414
4414
|
"type": {
|
|
4415
4415
|
"type": "string",
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
},
|
|
4547
4547
|
"x-original-maxLength": 1024,
|
|
4548
4548
|
"x-reconciled-from-discovery": true,
|
|
4549
|
-
"x-reconciled-at": "2026-01-
|
|
4549
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986648+00:00"
|
|
4550
4550
|
}
|
|
4551
4551
|
},
|
|
4552
4552
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4655,7 +4655,7 @@
|
|
|
4655
4655
|
},
|
|
4656
4656
|
"x-original-maxLength": 1200,
|
|
4657
4657
|
"x-reconciled-from-discovery": true,
|
|
4658
|
-
"x-reconciled-at": "2026-01-
|
|
4658
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986658+00:00"
|
|
4659
4659
|
},
|
|
4660
4660
|
"disable": {
|
|
4661
4661
|
"type": "boolean",
|
|
@@ -4708,7 +4708,7 @@
|
|
|
4708
4708
|
},
|
|
4709
4709
|
"x-original-maxLength": 1024,
|
|
4710
4710
|
"x-reconciled-from-discovery": true,
|
|
4711
|
-
"x-reconciled-at": "2026-01-
|
|
4711
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986665+00:00"
|
|
4712
4712
|
},
|
|
4713
4713
|
"namespace": {
|
|
4714
4714
|
"type": "string",
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
},
|
|
4728
4728
|
"x-original-maxLength": 1024,
|
|
4729
4729
|
"x-reconciled-from-discovery": true,
|
|
4730
|
-
"x-reconciled-at": "2026-01-
|
|
4730
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986669+00:00"
|
|
4731
4731
|
}
|
|
4732
4732
|
},
|
|
4733
4733
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4803,7 +4803,7 @@
|
|
|
4803
4803
|
},
|
|
4804
4804
|
"x-original-maxLength": 1200,
|
|
4805
4805
|
"x-reconciled-from-discovery": true,
|
|
4806
|
-
"x-reconciled-at": "2026-01-
|
|
4806
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986675+00:00"
|
|
4807
4807
|
},
|
|
4808
4808
|
"disable": {
|
|
4809
4809
|
"type": "boolean",
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
},
|
|
4859
4859
|
"x-original-maxLength": 1024,
|
|
4860
4860
|
"x-reconciled-from-discovery": true,
|
|
4861
|
-
"x-reconciled-at": "2026-01-
|
|
4861
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986682+00:00"
|
|
4862
4862
|
},
|
|
4863
4863
|
"namespace": {
|
|
4864
4864
|
"type": "string",
|
|
@@ -4877,7 +4877,7 @@
|
|
|
4877
4877
|
},
|
|
4878
4878
|
"x-original-maxLength": 1024,
|
|
4879
4879
|
"x-reconciled-from-discovery": true,
|
|
4880
|
-
"x-reconciled-at": "2026-01-
|
|
4880
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986686+00:00"
|
|
4881
4881
|
}
|
|
4882
4882
|
},
|
|
4883
4883
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4922,7 +4922,7 @@
|
|
|
4922
4922
|
"readOnly": true,
|
|
4923
4923
|
"x-original-maxLength": 1024,
|
|
4924
4924
|
"x-reconciled-from-discovery": true,
|
|
4925
|
-
"x-reconciled-at": "2026-01-
|
|
4925
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986692+00:00"
|
|
4926
4926
|
},
|
|
4927
4927
|
"name": {
|
|
4928
4928
|
"type": "string",
|
|
@@ -4941,7 +4941,7 @@
|
|
|
4941
4941
|
},
|
|
4942
4942
|
"x-original-maxLength": 1024,
|
|
4943
4943
|
"x-reconciled-from-discovery": true,
|
|
4944
|
-
"x-reconciled-at": "2026-01-
|
|
4944
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986696+00:00"
|
|
4945
4945
|
},
|
|
4946
4946
|
"namespace": {
|
|
4947
4947
|
"type": "string",
|
|
@@ -4960,7 +4960,7 @@
|
|
|
4960
4960
|
},
|
|
4961
4961
|
"x-original-maxLength": 1024,
|
|
4962
4962
|
"x-reconciled-from-discovery": true,
|
|
4963
|
-
"x-reconciled-at": "2026-01-
|
|
4963
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986700+00:00"
|
|
4964
4964
|
},
|
|
4965
4965
|
"tenant": {
|
|
4966
4966
|
"type": "string",
|
|
@@ -4981,7 +4981,7 @@
|
|
|
4981
4981
|
"x-field-mutability": "read-only",
|
|
4982
4982
|
"x-original-maxLength": 1024,
|
|
4983
4983
|
"x-reconciled-from-discovery": true,
|
|
4984
|
-
"x-reconciled-at": "2026-01-
|
|
4984
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986704+00:00"
|
|
4985
4985
|
},
|
|
4986
4986
|
"uid": {
|
|
4987
4987
|
"type": "string",
|
|
@@ -5003,7 +5003,7 @@
|
|
|
5003
5003
|
"x-original-maxLength": 1024,
|
|
5004
5004
|
"format": "uuid",
|
|
5005
5005
|
"x-reconciled-from-discovery": true,
|
|
5006
|
-
"x-reconciled-at": "2026-01-
|
|
5006
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986709+00:00"
|
|
5007
5007
|
}
|
|
5008
5008
|
},
|
|
5009
5009
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5078,7 +5078,7 @@
|
|
|
5078
5078
|
},
|
|
5079
5079
|
"x-original-maxLength": 1200,
|
|
5080
5080
|
"x-reconciled-from-discovery": true,
|
|
5081
|
-
"x-reconciled-at": "2026-01-
|
|
5081
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986716+00:00"
|
|
5082
5082
|
},
|
|
5083
5083
|
"disable": {
|
|
5084
5084
|
"type": "boolean",
|
|
@@ -5131,7 +5131,7 @@
|
|
|
5131
5131
|
},
|
|
5132
5132
|
"x-original-maxLength": 1024,
|
|
5133
5133
|
"x-reconciled-from-discovery": true,
|
|
5134
|
-
"x-reconciled-at": "2026-01-
|
|
5134
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986723+00:00"
|
|
5135
5135
|
},
|
|
5136
5136
|
"namespace": {
|
|
5137
5137
|
"type": "string",
|
|
@@ -5150,7 +5150,7 @@
|
|
|
5150
5150
|
},
|
|
5151
5151
|
"x-original-maxLength": 1024,
|
|
5152
5152
|
"x-reconciled-from-discovery": true,
|
|
5153
|
-
"x-reconciled-at": "2026-01-
|
|
5153
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986727+00:00"
|
|
5154
5154
|
}
|
|
5155
5155
|
},
|
|
5156
5156
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5264,7 +5264,7 @@
|
|
|
5264
5264
|
"x-original-maxLength": 1024,
|
|
5265
5265
|
"format": "uuid",
|
|
5266
5266
|
"x-reconciled-from-discovery": true,
|
|
5267
|
-
"x-reconciled-at": "2026-01-
|
|
5267
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986740+00:00"
|
|
5268
5268
|
},
|
|
5269
5269
|
"vtrp_id": {
|
|
5270
5270
|
"type": "string",
|
|
@@ -5376,7 +5376,7 @@
|
|
|
5376
5376
|
},
|
|
5377
5377
|
"x-original-maxLength": 1024,
|
|
5378
5378
|
"x-reconciled-from-discovery": true,
|
|
5379
|
-
"x-reconciled-at": "2026-01-
|
|
5379
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986750+00:00"
|
|
5380
5380
|
},
|
|
5381
5381
|
"status": {
|
|
5382
5382
|
"type": "string",
|
|
@@ -5395,7 +5395,7 @@
|
|
|
5395
5395
|
},
|
|
5396
5396
|
"x-original-maxLength": 1024,
|
|
5397
5397
|
"x-reconciled-from-discovery": true,
|
|
5398
|
-
"x-reconciled-at": "2026-01-
|
|
5398
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986754+00:00"
|
|
5399
5399
|
}
|
|
5400
5400
|
},
|
|
5401
5401
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5573,7 +5573,7 @@
|
|
|
5573
5573
|
"x-field-mutability": "read-only",
|
|
5574
5574
|
"x-original-maxLength": 1024,
|
|
5575
5575
|
"x-reconciled-from-discovery": true,
|
|
5576
|
-
"x-reconciled-at": "2026-01-
|
|
5576
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986773+00:00"
|
|
5577
5577
|
},
|
|
5578
5578
|
"uid": {
|
|
5579
5579
|
"type": "string",
|
|
@@ -5594,7 +5594,7 @@
|
|
|
5594
5594
|
"x-original-maxLength": 1024,
|
|
5595
5595
|
"format": "uuid",
|
|
5596
5596
|
"x-reconciled-from-discovery": true,
|
|
5597
|
-
"x-reconciled-at": "2026-01-
|
|
5597
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986778+00:00"
|
|
5598
5598
|
}
|
|
5599
5599
|
},
|
|
5600
5600
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5644,7 +5644,7 @@
|
|
|
5644
5644
|
},
|
|
5645
5645
|
"x-original-maxLength": 1024,
|
|
5646
5646
|
"x-reconciled-from-discovery": true,
|
|
5647
|
-
"x-reconciled-at": "2026-01-
|
|
5647
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986783+00:00"
|
|
5648
5648
|
},
|
|
5649
5649
|
"name": {
|
|
5650
5650
|
"type": "string",
|
|
@@ -5663,7 +5663,7 @@
|
|
|
5663
5663
|
},
|
|
5664
5664
|
"x-original-maxLength": 1024,
|
|
5665
5665
|
"x-reconciled-from-discovery": true,
|
|
5666
|
-
"x-reconciled-at": "2026-01-
|
|
5666
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986787+00:00"
|
|
5667
5667
|
},
|
|
5668
5668
|
"namespace": {
|
|
5669
5669
|
"type": "string",
|
|
@@ -5682,7 +5682,7 @@
|
|
|
5682
5682
|
},
|
|
5683
5683
|
"x-original-maxLength": 1024,
|
|
5684
5684
|
"x-reconciled-from-discovery": true,
|
|
5685
|
-
"x-reconciled-at": "2026-01-
|
|
5685
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986791+00:00"
|
|
5686
5686
|
},
|
|
5687
5687
|
"uid": {
|
|
5688
5688
|
"type": "string",
|
|
@@ -5703,7 +5703,7 @@
|
|
|
5703
5703
|
"x-original-maxLength": 1024,
|
|
5704
5704
|
"format": "uuid",
|
|
5705
5705
|
"x-reconciled-from-discovery": true,
|
|
5706
|
-
"x-reconciled-at": "2026-01-
|
|
5706
|
+
"x-reconciled-at": "2026-01-05T18:29:14.986796+00:00"
|
|
5707
5707
|
}
|
|
5708
5708
|
},
|
|
5709
5709
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5796,7 +5796,7 @@
|
|
|
5796
5796
|
"maxLength": 17,
|
|
5797
5797
|
"minLength": 17,
|
|
5798
5798
|
"x-reconciled-from-discovery": true,
|
|
5799
|
-
"x-reconciled-at": "2026-01-
|
|
5799
|
+
"x-reconciled-at": "2026-01-05T18:29:22.162550+00:00"
|
|
5800
5800
|
},
|
|
5801
5801
|
"system_metadata": {
|
|
5802
5802
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -5965,7 +5965,7 @@
|
|
|
5965
5965
|
"readOnly": true,
|
|
5966
5966
|
"x-original-maxLength": 1024,
|
|
5967
5967
|
"x-reconciled-from-discovery": true,
|
|
5968
|
-
"x-reconciled-at": "2026-01-
|
|
5968
|
+
"x-reconciled-at": "2026-01-05T18:29:22.162567+00:00"
|
|
5969
5969
|
},
|
|
5970
5970
|
"name": {
|
|
5971
5971
|
"type": "string",
|
|
@@ -5984,7 +5984,7 @@
|
|
|
5984
5984
|
},
|
|
5985
5985
|
"x-original-maxLength": 1024,
|
|
5986
5986
|
"x-reconciled-from-discovery": true,
|
|
5987
|
-
"x-reconciled-at": "2026-01-
|
|
5987
|
+
"x-reconciled-at": "2026-01-05T18:29:22.162573+00:00"
|
|
5988
5988
|
},
|
|
5989
5989
|
"namespace": {
|
|
5990
5990
|
"type": "string",
|
|
@@ -6003,7 +6003,7 @@
|
|
|
6003
6003
|
},
|
|
6004
6004
|
"x-original-maxLength": 1024,
|
|
6005
6005
|
"x-reconciled-from-discovery": true,
|
|
6006
|
-
"x-reconciled-at": "2026-01-
|
|
6006
|
+
"x-reconciled-at": "2026-01-05T18:29:22.162578+00:00"
|
|
6007
6007
|
},
|
|
6008
6008
|
"tenant": {
|
|
6009
6009
|
"type": "string",
|
|
@@ -6024,7 +6024,7 @@
|
|
|
6024
6024
|
"x-field-mutability": "read-only",
|
|
6025
6025
|
"x-original-maxLength": 1024,
|
|
6026
6026
|
"x-reconciled-from-discovery": true,
|
|
6027
|
-
"x-reconciled-at": "2026-01-
|
|
6027
|
+
"x-reconciled-at": "2026-01-05T18:29:22.162582+00:00"
|
|
6028
6028
|
},
|
|
6029
6029
|
"uid": {
|
|
6030
6030
|
"type": "string",
|
|
@@ -6046,7 +6046,7 @@
|
|
|
6046
6046
|
"x-original-maxLength": 1024,
|
|
6047
6047
|
"format": "uuid",
|
|
6048
6048
|
"x-reconciled-from-discovery": true,
|
|
6049
|
-
"x-reconciled-at": "2026-01-
|
|
6049
|
+
"x-reconciled-at": "2026-01-05T18:29:22.162588+00:00"
|
|
6050
6050
|
}
|
|
6051
6051
|
},
|
|
6052
6052
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6276,7 +6276,7 @@
|
|
|
6276
6276
|
"maxLength": 17,
|
|
6277
6277
|
"minLength": 17,
|
|
6278
6278
|
"x-reconciled-from-discovery": true,
|
|
6279
|
-
"x-reconciled-at": "2026-01-
|
|
6279
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521069+00:00"
|
|
6280
6280
|
},
|
|
6281
6281
|
"system_metadata": {
|
|
6282
6282
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -6497,7 +6497,7 @@
|
|
|
6497
6497
|
},
|
|
6498
6498
|
"x-original-maxLength": 1024,
|
|
6499
6499
|
"x-reconciled-from-discovery": true,
|
|
6500
|
-
"x-reconciled-at": "2026-01-
|
|
6500
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521089+00:00"
|
|
6501
6501
|
},
|
|
6502
6502
|
"disabled": {
|
|
6503
6503
|
"type": "boolean",
|
|
@@ -6547,7 +6547,7 @@
|
|
|
6547
6547
|
},
|
|
6548
6548
|
"x-original-maxLength": 1024,
|
|
6549
6549
|
"x-reconciled-from-discovery": true,
|
|
6550
|
-
"x-reconciled-at": "2026-01-
|
|
6550
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521099+00:00"
|
|
6551
6551
|
},
|
|
6552
6552
|
"namespace": {
|
|
6553
6553
|
"type": "string",
|
|
@@ -6566,7 +6566,7 @@
|
|
|
6566
6566
|
},
|
|
6567
6567
|
"x-original-maxLength": 1024,
|
|
6568
6568
|
"x-reconciled-from-discovery": true,
|
|
6569
|
-
"x-reconciled-at": "2026-01-
|
|
6569
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521104+00:00"
|
|
6570
6570
|
},
|
|
6571
6571
|
"owner_view": {
|
|
6572
6572
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -6607,7 +6607,7 @@
|
|
|
6607
6607
|
"x-field-mutability": "read-only",
|
|
6608
6608
|
"x-original-maxLength": 1024,
|
|
6609
6609
|
"x-reconciled-from-discovery": true,
|
|
6610
|
-
"x-reconciled-at": "2026-01-
|
|
6610
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521111+00:00"
|
|
6611
6611
|
},
|
|
6612
6612
|
"uid": {
|
|
6613
6613
|
"type": "string",
|
|
@@ -6628,7 +6628,7 @@
|
|
|
6628
6628
|
"x-original-maxLength": 1024,
|
|
6629
6629
|
"format": "uuid",
|
|
6630
6630
|
"x-reconciled-from-discovery": true,
|
|
6631
|
-
"x-reconciled-at": "2026-01-
|
|
6631
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521117+00:00"
|
|
6632
6632
|
}
|
|
6633
6633
|
},
|
|
6634
6634
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6760,7 +6760,7 @@
|
|
|
6760
6760
|
},
|
|
6761
6761
|
"x-original-maxLength": 1024,
|
|
6762
6762
|
"x-reconciled-from-discovery": true,
|
|
6763
|
-
"x-reconciled-at": "2026-01-
|
|
6763
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521134+00:00"
|
|
6764
6764
|
},
|
|
6765
6765
|
"store_provider": {
|
|
6766
6766
|
"type": "string",
|
|
@@ -6818,7 +6818,7 @@
|
|
|
6818
6818
|
},
|
|
6819
6819
|
"x-original-maxLength": 1024,
|
|
6820
6820
|
"x-reconciled-from-discovery": true,
|
|
6821
|
-
"x-reconciled-at": "2026-01-
|
|
6821
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521140+00:00"
|
|
6822
6822
|
},
|
|
6823
6823
|
"url": {
|
|
6824
6824
|
"type": "string",
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
},
|
|
6930
6930
|
"x-original-maxLength": 1024,
|
|
6931
6931
|
"x-reconciled-from-discovery": true,
|
|
6932
|
-
"x-reconciled-at": "2026-01-
|
|
6932
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521245+00:00"
|
|
6933
6933
|
},
|
|
6934
6934
|
"location": {
|
|
6935
6935
|
"type": "string",
|
|
@@ -6946,7 +6946,7 @@
|
|
|
6946
6946
|
},
|
|
6947
6947
|
"x-original-maxLength": 1024,
|
|
6948
6948
|
"x-reconciled-from-discovery": true,
|
|
6949
|
-
"x-reconciled-at": "2026-01-
|
|
6949
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521250+00:00"
|
|
6950
6950
|
},
|
|
6951
6951
|
"provider": {
|
|
6952
6952
|
"type": "string",
|
|
@@ -6963,7 +6963,7 @@
|
|
|
6963
6963
|
},
|
|
6964
6964
|
"x-original-maxLength": 1024,
|
|
6965
6965
|
"x-reconciled-from-discovery": true,
|
|
6966
|
-
"x-reconciled-at": "2026-01-
|
|
6966
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521255+00:00"
|
|
6967
6967
|
},
|
|
6968
6968
|
"secret_encoding": {
|
|
6969
6969
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -6985,7 +6985,7 @@
|
|
|
6985
6985
|
"maxLength": 1,
|
|
6986
6986
|
"minLength": 1,
|
|
6987
6987
|
"x-reconciled-from-discovery": true,
|
|
6988
|
-
"x-reconciled-at": "2026-01-
|
|
6988
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521262+00:00"
|
|
6989
6989
|
}
|
|
6990
6990
|
},
|
|
6991
6991
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7024,7 +7024,7 @@
|
|
|
7024
7024
|
},
|
|
7025
7025
|
"x-original-maxLength": 1024,
|
|
7026
7026
|
"x-reconciled-from-discovery": true,
|
|
7027
|
-
"x-reconciled-at": "2026-01-
|
|
7027
|
+
"x-reconciled-at": "2026-01-05T18:29:31.521286+00:00"
|
|
7028
7028
|
}
|
|
7029
7029
|
},
|
|
7030
7030
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7414,7 +7414,7 @@
|
|
|
7414
7414
|
},
|
|
7415
7415
|
"x-original-maxLength": 128,
|
|
7416
7416
|
"x-reconciled-from-discovery": true,
|
|
7417
|
-
"x-reconciled-at": "2026-01-
|
|
7417
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484642+00:00"
|
|
7418
7418
|
},
|
|
7419
7419
|
"namespace": {
|
|
7420
7420
|
"type": "string",
|
|
@@ -7439,7 +7439,7 @@
|
|
|
7439
7439
|
},
|
|
7440
7440
|
"x-original-maxLength": 64,
|
|
7441
7441
|
"x-reconciled-from-discovery": true,
|
|
7442
|
-
"x-reconciled-at": "2026-01-
|
|
7442
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484646+00:00"
|
|
7443
7443
|
},
|
|
7444
7444
|
"tenant": {
|
|
7445
7445
|
"type": "string",
|
|
@@ -7466,7 +7466,7 @@
|
|
|
7466
7466
|
"x-field-mutability": "read-only",
|
|
7467
7467
|
"x-original-maxLength": 64,
|
|
7468
7468
|
"x-reconciled-from-discovery": true,
|
|
7469
|
-
"x-reconciled-at": "2026-01-
|
|
7469
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484650+00:00"
|
|
7470
7470
|
}
|
|
7471
7471
|
},
|
|
7472
7472
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7598,7 +7598,7 @@
|
|
|
7598
7598
|
},
|
|
7599
7599
|
"x-original-maxLength": 1024,
|
|
7600
7600
|
"x-reconciled-from-discovery": true,
|
|
7601
|
-
"x-reconciled-at": "2026-01-
|
|
7601
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484664+00:00"
|
|
7602
7602
|
},
|
|
7603
7603
|
"namespace": {
|
|
7604
7604
|
"type": "string",
|
|
@@ -7617,7 +7617,7 @@
|
|
|
7617
7617
|
},
|
|
7618
7618
|
"x-original-maxLength": 1024,
|
|
7619
7619
|
"x-reconciled-from-discovery": true,
|
|
7620
|
-
"x-reconciled-at": "2026-01-
|
|
7620
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484669+00:00"
|
|
7621
7621
|
}
|
|
7622
7622
|
},
|
|
7623
7623
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7715,7 +7715,7 @@
|
|
|
7715
7715
|
"maxLength": 17,
|
|
7716
7716
|
"minLength": 17,
|
|
7717
7717
|
"x-reconciled-from-discovery": true,
|
|
7718
|
-
"x-reconciled-at": "2026-01-
|
|
7718
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484683+00:00"
|
|
7719
7719
|
},
|
|
7720
7720
|
"system_metadata": {
|
|
7721
7721
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -7850,7 +7850,7 @@
|
|
|
7850
7850
|
},
|
|
7851
7851
|
"x-original-maxLength": 1024,
|
|
7852
7852
|
"x-reconciled-from-discovery": true,
|
|
7853
|
-
"x-reconciled-at": "2026-01-
|
|
7853
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484694+00:00"
|
|
7854
7854
|
},
|
|
7855
7855
|
"disabled": {
|
|
7856
7856
|
"type": "boolean",
|
|
@@ -7900,7 +7900,7 @@
|
|
|
7900
7900
|
},
|
|
7901
7901
|
"x-original-maxLength": 1024,
|
|
7902
7902
|
"x-reconciled-from-discovery": true,
|
|
7903
|
-
"x-reconciled-at": "2026-01-
|
|
7903
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484703+00:00"
|
|
7904
7904
|
},
|
|
7905
7905
|
"namespace": {
|
|
7906
7906
|
"type": "string",
|
|
@@ -7919,7 +7919,7 @@
|
|
|
7919
7919
|
},
|
|
7920
7920
|
"x-original-maxLength": 1024,
|
|
7921
7921
|
"x-reconciled-from-discovery": true,
|
|
7922
|
-
"x-reconciled-at": "2026-01-
|
|
7922
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484707+00:00"
|
|
7923
7923
|
},
|
|
7924
7924
|
"owner_view": {
|
|
7925
7925
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -7960,7 +7960,7 @@
|
|
|
7960
7960
|
"x-field-mutability": "read-only",
|
|
7961
7961
|
"x-original-maxLength": 1024,
|
|
7962
7962
|
"x-reconciled-from-discovery": true,
|
|
7963
|
-
"x-reconciled-at": "2026-01-
|
|
7963
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484715+00:00"
|
|
7964
7964
|
},
|
|
7965
7965
|
"uid": {
|
|
7966
7966
|
"type": "string",
|
|
@@ -7981,7 +7981,7 @@
|
|
|
7981
7981
|
"x-original-maxLength": 1024,
|
|
7982
7982
|
"format": "uuid",
|
|
7983
7983
|
"x-reconciled-from-discovery": true,
|
|
7984
|
-
"x-reconciled-at": "2026-01-
|
|
7984
|
+
"x-reconciled-at": "2026-01-05T18:29:51.484720+00:00"
|
|
7985
7985
|
}
|
|
7986
7986
|
},
|
|
7987
7987
|
"x-f5xc-minimum-configuration": {
|