@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": "Bot And Threat Defense",
|
|
5
5
|
"description": "Behavioral fingerprinting identifies automated clients through request patterns, mouse movements, and JavaScript execution. Threat categories classify attacks by type including credential stuffing, scraping, and denial-of-service. Defense instances apply per-namespace policies with configurable sensitivity thresholds and challenge actions. Provisioning handles integration credentials for third-party threat intelligence feeds.",
|
|
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"
|
|
@@ -4789,7 +4789,7 @@
|
|
|
4789
4789
|
},
|
|
4790
4790
|
"x-original-maxLength": 1024,
|
|
4791
4791
|
"x-reconciled-from-discovery": true,
|
|
4792
|
-
"x-reconciled-at": "2026-01-
|
|
4792
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147646+00:00"
|
|
4793
4793
|
},
|
|
4794
4794
|
"namespace": {
|
|
4795
4795
|
"type": "string",
|
|
@@ -4808,7 +4808,7 @@
|
|
|
4808
4808
|
},
|
|
4809
4809
|
"x-original-maxLength": 1024,
|
|
4810
4810
|
"x-reconciled-from-discovery": true,
|
|
4811
|
-
"x-reconciled-at": "2026-01-
|
|
4811
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147653+00:00"
|
|
4812
4812
|
}
|
|
4813
4813
|
},
|
|
4814
4814
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5301,7 +5301,7 @@
|
|
|
5301
5301
|
},
|
|
5302
5302
|
"x-original-maxLength": 1024,
|
|
5303
5303
|
"x-reconciled-from-discovery": true,
|
|
5304
|
-
"x-reconciled-at": "2026-01-
|
|
5304
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147695+00:00"
|
|
5305
5305
|
},
|
|
5306
5306
|
"disabled": {
|
|
5307
5307
|
"type": "boolean",
|
|
@@ -5351,7 +5351,7 @@
|
|
|
5351
5351
|
},
|
|
5352
5352
|
"x-original-maxLength": 1024,
|
|
5353
5353
|
"x-reconciled-from-discovery": true,
|
|
5354
|
-
"x-reconciled-at": "2026-01-
|
|
5354
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147705+00:00"
|
|
5355
5355
|
},
|
|
5356
5356
|
"namespace": {
|
|
5357
5357
|
"type": "string",
|
|
@@ -5370,7 +5370,7 @@
|
|
|
5370
5370
|
},
|
|
5371
5371
|
"x-original-maxLength": 1024,
|
|
5372
5372
|
"x-reconciled-from-discovery": true,
|
|
5373
|
-
"x-reconciled-at": "2026-01-
|
|
5373
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147710+00:00"
|
|
5374
5374
|
},
|
|
5375
5375
|
"owner_view": {
|
|
5376
5376
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -5396,7 +5396,7 @@
|
|
|
5396
5396
|
"x-field-mutability": "read-only",
|
|
5397
5397
|
"x-original-maxLength": 1024,
|
|
5398
5398
|
"x-reconciled-from-discovery": true,
|
|
5399
|
-
"x-reconciled-at": "2026-01-
|
|
5399
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147716+00:00"
|
|
5400
5400
|
},
|
|
5401
5401
|
"uid": {
|
|
5402
5402
|
"type": "string",
|
|
@@ -5417,7 +5417,7 @@
|
|
|
5417
5417
|
"x-original-maxLength": 1024,
|
|
5418
5418
|
"format": "uuid",
|
|
5419
5419
|
"x-reconciled-from-discovery": true,
|
|
5420
|
-
"x-reconciled-at": "2026-01-
|
|
5420
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147722+00:00"
|
|
5421
5421
|
}
|
|
5422
5422
|
},
|
|
5423
5423
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5565,7 +5565,7 @@
|
|
|
5565
5565
|
"readOnly": true,
|
|
5566
5566
|
"x-original-maxLength": 1024,
|
|
5567
5567
|
"x-reconciled-from-discovery": true,
|
|
5568
|
-
"x-reconciled-at": "2026-01-
|
|
5568
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147736+00:00"
|
|
5569
5569
|
},
|
|
5570
5570
|
"name": {
|
|
5571
5571
|
"type": "string",
|
|
@@ -5584,7 +5584,7 @@
|
|
|
5584
5584
|
},
|
|
5585
5585
|
"x-original-maxLength": 1024,
|
|
5586
5586
|
"x-reconciled-from-discovery": true,
|
|
5587
|
-
"x-reconciled-at": "2026-01-
|
|
5587
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147740+00:00"
|
|
5588
5588
|
},
|
|
5589
5589
|
"namespace": {
|
|
5590
5590
|
"type": "string",
|
|
@@ -5603,7 +5603,7 @@
|
|
|
5603
5603
|
},
|
|
5604
5604
|
"x-original-maxLength": 1024,
|
|
5605
5605
|
"x-reconciled-from-discovery": true,
|
|
5606
|
-
"x-reconciled-at": "2026-01-
|
|
5606
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147744+00:00"
|
|
5607
5607
|
},
|
|
5608
5608
|
"tenant": {
|
|
5609
5609
|
"type": "string",
|
|
@@ -5624,7 +5624,7 @@
|
|
|
5624
5624
|
"x-field-mutability": "read-only",
|
|
5625
5625
|
"x-original-maxLength": 1024,
|
|
5626
5626
|
"x-reconciled-from-discovery": true,
|
|
5627
|
-
"x-reconciled-at": "2026-01-
|
|
5627
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147748+00:00"
|
|
5628
5628
|
},
|
|
5629
5629
|
"uid": {
|
|
5630
5630
|
"type": "string",
|
|
@@ -5646,7 +5646,7 @@
|
|
|
5646
5646
|
"x-original-maxLength": 1024,
|
|
5647
5647
|
"format": "uuid",
|
|
5648
5648
|
"x-reconciled-from-discovery": true,
|
|
5649
|
-
"x-reconciled-at": "2026-01-
|
|
5649
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147753+00:00"
|
|
5650
5650
|
}
|
|
5651
5651
|
},
|
|
5652
5652
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5695,7 +5695,7 @@
|
|
|
5695
5695
|
},
|
|
5696
5696
|
"x-original-maxLength": 1024,
|
|
5697
5697
|
"x-reconciled-from-discovery": true,
|
|
5698
|
-
"x-reconciled-at": "2026-01-
|
|
5698
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147760+00:00"
|
|
5699
5699
|
}
|
|
5700
5700
|
},
|
|
5701
5701
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5806,7 +5806,7 @@
|
|
|
5806
5806
|
},
|
|
5807
5807
|
"x-original-maxLength": 1024,
|
|
5808
5808
|
"x-reconciled-from-discovery": true,
|
|
5809
|
-
"x-reconciled-at": "2026-01-
|
|
5809
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147770+00:00"
|
|
5810
5810
|
}
|
|
5811
5811
|
},
|
|
5812
5812
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5915,7 +5915,7 @@
|
|
|
5915
5915
|
},
|
|
5916
5916
|
"x-original-maxLength": 1200,
|
|
5917
5917
|
"x-reconciled-from-discovery": true,
|
|
5918
|
-
"x-reconciled-at": "2026-01-
|
|
5918
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147780+00:00"
|
|
5919
5919
|
},
|
|
5920
5920
|
"disable": {
|
|
5921
5921
|
"type": "boolean",
|
|
@@ -5968,7 +5968,7 @@
|
|
|
5968
5968
|
},
|
|
5969
5969
|
"x-original-maxLength": 1024,
|
|
5970
5970
|
"x-reconciled-from-discovery": true,
|
|
5971
|
-
"x-reconciled-at": "2026-01-
|
|
5971
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147787+00:00"
|
|
5972
5972
|
},
|
|
5973
5973
|
"namespace": {
|
|
5974
5974
|
"type": "string",
|
|
@@ -5987,7 +5987,7 @@
|
|
|
5987
5987
|
},
|
|
5988
5988
|
"x-original-maxLength": 1024,
|
|
5989
5989
|
"x-reconciled-from-discovery": true,
|
|
5990
|
-
"x-reconciled-at": "2026-01-
|
|
5990
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147791+00:00"
|
|
5991
5991
|
}
|
|
5992
5992
|
},
|
|
5993
5993
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6063,7 +6063,7 @@
|
|
|
6063
6063
|
},
|
|
6064
6064
|
"x-original-maxLength": 1200,
|
|
6065
6065
|
"x-reconciled-from-discovery": true,
|
|
6066
|
-
"x-reconciled-at": "2026-01-
|
|
6066
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147798+00:00"
|
|
6067
6067
|
},
|
|
6068
6068
|
"disable": {
|
|
6069
6069
|
"type": "boolean",
|
|
@@ -6118,7 +6118,7 @@
|
|
|
6118
6118
|
},
|
|
6119
6119
|
"x-original-maxLength": 1024,
|
|
6120
6120
|
"x-reconciled-from-discovery": true,
|
|
6121
|
-
"x-reconciled-at": "2026-01-
|
|
6121
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147805+00:00"
|
|
6122
6122
|
},
|
|
6123
6123
|
"namespace": {
|
|
6124
6124
|
"type": "string",
|
|
@@ -6137,7 +6137,7 @@
|
|
|
6137
6137
|
},
|
|
6138
6138
|
"x-original-maxLength": 1024,
|
|
6139
6139
|
"x-reconciled-from-discovery": true,
|
|
6140
|
-
"x-reconciled-at": "2026-01-
|
|
6140
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147809+00:00"
|
|
6141
6141
|
}
|
|
6142
6142
|
},
|
|
6143
6143
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6213,7 +6213,7 @@
|
|
|
6213
6213
|
},
|
|
6214
6214
|
"x-original-maxLength": 1200,
|
|
6215
6215
|
"x-reconciled-from-discovery": true,
|
|
6216
|
-
"x-reconciled-at": "2026-01-
|
|
6216
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147815+00:00"
|
|
6217
6217
|
},
|
|
6218
6218
|
"disable": {
|
|
6219
6219
|
"type": "boolean",
|
|
@@ -6266,7 +6266,7 @@
|
|
|
6266
6266
|
},
|
|
6267
6267
|
"x-original-maxLength": 1024,
|
|
6268
6268
|
"x-reconciled-from-discovery": true,
|
|
6269
|
-
"x-reconciled-at": "2026-01-
|
|
6269
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147822+00:00"
|
|
6270
6270
|
},
|
|
6271
6271
|
"namespace": {
|
|
6272
6272
|
"type": "string",
|
|
@@ -6285,7 +6285,7 @@
|
|
|
6285
6285
|
},
|
|
6286
6286
|
"x-original-maxLength": 1024,
|
|
6287
6287
|
"x-reconciled-from-discovery": true,
|
|
6288
|
-
"x-reconciled-at": "2026-01-
|
|
6288
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147826+00:00"
|
|
6289
6289
|
}
|
|
6290
6290
|
},
|
|
6291
6291
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6346,7 +6346,7 @@
|
|
|
6346
6346
|
},
|
|
6347
6347
|
"x-original-maxLength": 1024,
|
|
6348
6348
|
"x-reconciled-from-discovery": true,
|
|
6349
|
-
"x-reconciled-at": "2026-01-
|
|
6349
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147832+00:00"
|
|
6350
6350
|
},
|
|
6351
6351
|
"status": {
|
|
6352
6352
|
"type": "string",
|
|
@@ -6365,7 +6365,7 @@
|
|
|
6365
6365
|
},
|
|
6366
6366
|
"x-original-maxLength": 1024,
|
|
6367
6367
|
"x-reconciled-from-discovery": true,
|
|
6368
|
-
"x-reconciled-at": "2026-01-
|
|
6368
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147836+00:00"
|
|
6369
6369
|
}
|
|
6370
6370
|
},
|
|
6371
6371
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6543,7 +6543,7 @@
|
|
|
6543
6543
|
"x-field-mutability": "read-only",
|
|
6544
6544
|
"x-original-maxLength": 1024,
|
|
6545
6545
|
"x-reconciled-from-discovery": true,
|
|
6546
|
-
"x-reconciled-at": "2026-01-
|
|
6546
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147855+00:00"
|
|
6547
6547
|
},
|
|
6548
6548
|
"uid": {
|
|
6549
6549
|
"type": "string",
|
|
@@ -6564,7 +6564,7 @@
|
|
|
6564
6564
|
"x-original-maxLength": 1024,
|
|
6565
6565
|
"format": "uuid",
|
|
6566
6566
|
"x-reconciled-from-discovery": true,
|
|
6567
|
-
"x-reconciled-at": "2026-01-
|
|
6567
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147860+00:00"
|
|
6568
6568
|
}
|
|
6569
6569
|
},
|
|
6570
6570
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6614,7 +6614,7 @@
|
|
|
6614
6614
|
},
|
|
6615
6615
|
"x-original-maxLength": 1024,
|
|
6616
6616
|
"x-reconciled-from-discovery": true,
|
|
6617
|
-
"x-reconciled-at": "2026-01-
|
|
6617
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147865+00:00"
|
|
6618
6618
|
},
|
|
6619
6619
|
"name": {
|
|
6620
6620
|
"type": "string",
|
|
@@ -6633,7 +6633,7 @@
|
|
|
6633
6633
|
},
|
|
6634
6634
|
"x-original-maxLength": 1024,
|
|
6635
6635
|
"x-reconciled-from-discovery": true,
|
|
6636
|
-
"x-reconciled-at": "2026-01-
|
|
6636
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147869+00:00"
|
|
6637
6637
|
},
|
|
6638
6638
|
"namespace": {
|
|
6639
6639
|
"type": "string",
|
|
@@ -6652,7 +6652,7 @@
|
|
|
6652
6652
|
},
|
|
6653
6653
|
"x-original-maxLength": 1024,
|
|
6654
6654
|
"x-reconciled-from-discovery": true,
|
|
6655
|
-
"x-reconciled-at": "2026-01-
|
|
6655
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147874+00:00"
|
|
6656
6656
|
},
|
|
6657
6657
|
"uid": {
|
|
6658
6658
|
"type": "string",
|
|
@@ -6673,7 +6673,7 @@
|
|
|
6673
6673
|
"x-original-maxLength": 1024,
|
|
6674
6674
|
"format": "uuid",
|
|
6675
6675
|
"x-reconciled-from-discovery": true,
|
|
6676
|
-
"x-reconciled-at": "2026-01-
|
|
6676
|
+
"x-reconciled-at": "2026-01-05T18:28:49.147879+00:00"
|
|
6677
6677
|
}
|
|
6678
6678
|
},
|
|
6679
6679
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6948,7 +6948,7 @@
|
|
|
6948
6948
|
},
|
|
6949
6949
|
"x-original-maxLength": 1024,
|
|
6950
6950
|
"x-reconciled-from-discovery": true,
|
|
6951
|
-
"x-reconciled-at": "2026-01-
|
|
6951
|
+
"x-reconciled-at": "2026-01-05T18:29:53.822755+00:00"
|
|
6952
6952
|
},
|
|
6953
6953
|
"disabled": {
|
|
6954
6954
|
"type": "boolean",
|
|
@@ -6998,7 +6998,7 @@
|
|
|
6998
6998
|
},
|
|
6999
6999
|
"x-original-maxLength": 1024,
|
|
7000
7000
|
"x-reconciled-from-discovery": true,
|
|
7001
|
-
"x-reconciled-at": "2026-01-
|
|
7001
|
+
"x-reconciled-at": "2026-01-05T18:29:53.822765+00:00"
|
|
7002
7002
|
},
|
|
7003
7003
|
"namespace": {
|
|
7004
7004
|
"type": "string",
|
|
@@ -7017,7 +7017,7 @@
|
|
|
7017
7017
|
},
|
|
7018
7018
|
"x-original-maxLength": 1024,
|
|
7019
7019
|
"x-reconciled-from-discovery": true,
|
|
7020
|
-
"x-reconciled-at": "2026-01-
|
|
7020
|
+
"x-reconciled-at": "2026-01-05T18:29:53.822769+00:00"
|
|
7021
7021
|
},
|
|
7022
7022
|
"owner_view": {
|
|
7023
7023
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -7043,7 +7043,7 @@
|
|
|
7043
7043
|
"x-field-mutability": "read-only",
|
|
7044
7044
|
"x-original-maxLength": 1024,
|
|
7045
7045
|
"x-reconciled-from-discovery": true,
|
|
7046
|
-
"x-reconciled-at": "2026-01-
|
|
7046
|
+
"x-reconciled-at": "2026-01-05T18:29:53.822776+00:00"
|
|
7047
7047
|
},
|
|
7048
7048
|
"uid": {
|
|
7049
7049
|
"type": "string",
|
|
@@ -7064,7 +7064,7 @@
|
|
|
7064
7064
|
"x-original-maxLength": 1024,
|
|
7065
7065
|
"format": "uuid",
|
|
7066
7066
|
"x-reconciled-from-discovery": true,
|
|
7067
|
-
"x-reconciled-at": "2026-01-
|
|
7067
|
+
"x-reconciled-at": "2026-01-05T18:29:53.822780+00:00"
|
|
7068
7068
|
}
|
|
7069
7069
|
},
|
|
7070
7070
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7143,7 +7143,7 @@
|
|
|
7143
7143
|
},
|
|
7144
7144
|
"x-original-maxLength": 1024,
|
|
7145
7145
|
"x-reconciled-from-discovery": true,
|
|
7146
|
-
"x-reconciled-at": "2026-01-
|
|
7146
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247339+00:00"
|
|
7147
7147
|
},
|
|
7148
7148
|
"service_name": {
|
|
7149
7149
|
"type": "string",
|
|
@@ -7182,7 +7182,7 @@
|
|
|
7182
7182
|
},
|
|
7183
7183
|
"x-original-maxLength": 1024,
|
|
7184
7184
|
"x-reconciled-from-discovery": true,
|
|
7185
|
-
"x-reconciled-at": "2026-01-
|
|
7185
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247346+00:00"
|
|
7186
7186
|
},
|
|
7187
7187
|
"type": {
|
|
7188
7188
|
"type": "string",
|
|
@@ -7249,7 +7249,7 @@
|
|
|
7249
7249
|
"readOnly": true,
|
|
7250
7250
|
"x-original-maxLength": 1024,
|
|
7251
7251
|
"x-reconciled-from-discovery": true,
|
|
7252
|
-
"x-reconciled-at": "2026-01-
|
|
7252
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247402+00:00"
|
|
7253
7253
|
},
|
|
7254
7254
|
"name": {
|
|
7255
7255
|
"type": "string",
|
|
@@ -7268,7 +7268,7 @@
|
|
|
7268
7268
|
},
|
|
7269
7269
|
"x-original-maxLength": 1024,
|
|
7270
7270
|
"x-reconciled-from-discovery": true,
|
|
7271
|
-
"x-reconciled-at": "2026-01-
|
|
7271
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247406+00:00"
|
|
7272
7272
|
},
|
|
7273
7273
|
"namespace": {
|
|
7274
7274
|
"type": "string",
|
|
@@ -7287,7 +7287,7 @@
|
|
|
7287
7287
|
},
|
|
7288
7288
|
"x-original-maxLength": 1024,
|
|
7289
7289
|
"x-reconciled-from-discovery": true,
|
|
7290
|
-
"x-reconciled-at": "2026-01-
|
|
7290
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247410+00:00"
|
|
7291
7291
|
},
|
|
7292
7292
|
"tenant": {
|
|
7293
7293
|
"type": "string",
|
|
@@ -7308,7 +7308,7 @@
|
|
|
7308
7308
|
"x-field-mutability": "read-only",
|
|
7309
7309
|
"x-original-maxLength": 1024,
|
|
7310
7310
|
"x-reconciled-from-discovery": true,
|
|
7311
|
-
"x-reconciled-at": "2026-01-
|
|
7311
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247413+00:00"
|
|
7312
7312
|
},
|
|
7313
7313
|
"uid": {
|
|
7314
7314
|
"type": "string",
|
|
@@ -7330,7 +7330,7 @@
|
|
|
7330
7330
|
"x-original-maxLength": 1024,
|
|
7331
7331
|
"format": "uuid",
|
|
7332
7332
|
"x-reconciled-from-discovery": true,
|
|
7333
|
-
"x-reconciled-at": "2026-01-
|
|
7333
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247419+00:00"
|
|
7334
7334
|
}
|
|
7335
7335
|
},
|
|
7336
7336
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7443,7 +7443,7 @@
|
|
|
7443
7443
|
"x-original-maxLength": 1024,
|
|
7444
7444
|
"format": "uuid",
|
|
7445
7445
|
"x-reconciled-from-discovery": true,
|
|
7446
|
-
"x-reconciled-at": "2026-01-
|
|
7446
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247452+00:00"
|
|
7447
7447
|
},
|
|
7448
7448
|
"vtrp_id": {
|
|
7449
7449
|
"type": "string",
|
|
@@ -7714,7 +7714,7 @@
|
|
|
7714
7714
|
"maxLength": 17,
|
|
7715
7715
|
"minLength": 17,
|
|
7716
7716
|
"x-reconciled-from-discovery": true,
|
|
7717
|
-
"x-reconciled-at": "2026-01-
|
|
7717
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247532+00:00"
|
|
7718
7718
|
},
|
|
7719
7719
|
"system_metadata": {
|
|
7720
7720
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -7962,7 +7962,7 @@
|
|
|
7962
7962
|
},
|
|
7963
7963
|
"x-original-maxLength": 1024,
|
|
7964
7964
|
"x-reconciled-from-discovery": true,
|
|
7965
|
-
"x-reconciled-at": "2026-01-
|
|
7965
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247551+00:00"
|
|
7966
7966
|
},
|
|
7967
7967
|
"disabled": {
|
|
7968
7968
|
"type": "boolean",
|
|
@@ -8012,7 +8012,7 @@
|
|
|
8012
8012
|
},
|
|
8013
8013
|
"x-original-maxLength": 1024,
|
|
8014
8014
|
"x-reconciled-from-discovery": true,
|
|
8015
|
-
"x-reconciled-at": "2026-01-
|
|
8015
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247560+00:00"
|
|
8016
8016
|
},
|
|
8017
8017
|
"namespace": {
|
|
8018
8018
|
"type": "string",
|
|
@@ -8031,7 +8031,7 @@
|
|
|
8031
8031
|
},
|
|
8032
8032
|
"x-original-maxLength": 1024,
|
|
8033
8033
|
"x-reconciled-from-discovery": true,
|
|
8034
|
-
"x-reconciled-at": "2026-01-
|
|
8034
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247564+00:00"
|
|
8035
8035
|
},
|
|
8036
8036
|
"owner_view": {
|
|
8037
8037
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -8072,7 +8072,7 @@
|
|
|
8072
8072
|
"x-field-mutability": "read-only",
|
|
8073
8073
|
"x-original-maxLength": 1024,
|
|
8074
8074
|
"x-reconciled-from-discovery": true,
|
|
8075
|
-
"x-reconciled-at": "2026-01-
|
|
8075
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247572+00:00"
|
|
8076
8076
|
},
|
|
8077
8077
|
"uid": {
|
|
8078
8078
|
"type": "string",
|
|
@@ -8093,7 +8093,7 @@
|
|
|
8093
8093
|
"x-original-maxLength": 1024,
|
|
8094
8094
|
"format": "uuid",
|
|
8095
8095
|
"x-reconciled-from-discovery": true,
|
|
8096
|
-
"x-reconciled-at": "2026-01-
|
|
8096
|
+
"x-reconciled-at": "2026-01-05T18:30:01.247576+00:00"
|
|
8097
8097
|
}
|
|
8098
8098
|
},
|
|
8099
8099
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8486,7 +8486,7 @@
|
|
|
8486
8486
|
"maxLength": 17,
|
|
8487
8487
|
"minLength": 17,
|
|
8488
8488
|
"x-reconciled-from-discovery": true,
|
|
8489
|
-
"x-reconciled-at": "2026-01-
|
|
8489
|
+
"x-reconciled-at": "2026-01-05T18:30:01.570834+00:00"
|
|
8490
8490
|
},
|
|
8491
8491
|
"system_metadata": {
|
|
8492
8492
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -8755,7 +8755,7 @@
|
|
|
8755
8755
|
},
|
|
8756
8756
|
"x-original-maxLength": 1024,
|
|
8757
8757
|
"x-reconciled-from-discovery": true,
|
|
8758
|
-
"x-reconciled-at": "2026-01-
|
|
8758
|
+
"x-reconciled-at": "2026-01-05T18:30:01.570854+00:00"
|
|
8759
8759
|
},
|
|
8760
8760
|
"disabled": {
|
|
8761
8761
|
"type": "boolean",
|
|
@@ -8805,7 +8805,7 @@
|
|
|
8805
8805
|
},
|
|
8806
8806
|
"x-original-maxLength": 1024,
|
|
8807
8807
|
"x-reconciled-from-discovery": true,
|
|
8808
|
-
"x-reconciled-at": "2026-01-
|
|
8808
|
+
"x-reconciled-at": "2026-01-05T18:30:01.570864+00:00"
|
|
8809
8809
|
},
|
|
8810
8810
|
"namespace": {
|
|
8811
8811
|
"type": "string",
|
|
@@ -8824,7 +8824,7 @@
|
|
|
8824
8824
|
},
|
|
8825
8825
|
"x-original-maxLength": 1024,
|
|
8826
8826
|
"x-reconciled-from-discovery": true,
|
|
8827
|
-
"x-reconciled-at": "2026-01-
|
|
8827
|
+
"x-reconciled-at": "2026-01-05T18:30:01.570868+00:00"
|
|
8828
8828
|
},
|
|
8829
8829
|
"owner_view": {
|
|
8830
8830
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -8865,7 +8865,7 @@
|
|
|
8865
8865
|
"x-field-mutability": "read-only",
|
|
8866
8866
|
"x-original-maxLength": 1024,
|
|
8867
8867
|
"x-reconciled-from-discovery": true,
|
|
8868
|
-
"x-reconciled-at": "2026-01-
|
|
8868
|
+
"x-reconciled-at": "2026-01-05T18:30:01.570875+00:00"
|
|
8869
8869
|
},
|
|
8870
8870
|
"uid": {
|
|
8871
8871
|
"type": "string",
|
|
@@ -8886,7 +8886,7 @@
|
|
|
8886
8886
|
"x-original-maxLength": 1024,
|
|
8887
8887
|
"format": "uuid",
|
|
8888
8888
|
"x-reconciled-from-discovery": true,
|
|
8889
|
-
"x-reconciled-at": "2026-01-
|
|
8889
|
+
"x-reconciled-at": "2026-01-05T18:30:01.570880+00:00"
|
|
8890
8890
|
}
|
|
8891
8891
|
},
|
|
8892
8892
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9195,7 +9195,7 @@
|
|
|
9195
9195
|
"maxLength": 17,
|
|
9196
9196
|
"minLength": 17,
|
|
9197
9197
|
"x-reconciled-from-discovery": true,
|
|
9198
|
-
"x-reconciled-at": "2026-01-
|
|
9198
|
+
"x-reconciled-at": "2026-01-05T18:30:01.865467+00:00"
|
|
9199
9199
|
},
|
|
9200
9200
|
"system_metadata": {
|
|
9201
9201
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -9381,7 +9381,7 @@
|
|
|
9381
9381
|
},
|
|
9382
9382
|
"x-original-maxLength": 1024,
|
|
9383
9383
|
"x-reconciled-from-discovery": true,
|
|
9384
|
-
"x-reconciled-at": "2026-01-
|
|
9384
|
+
"x-reconciled-at": "2026-01-05T18:30:01.865482+00:00"
|
|
9385
9385
|
},
|
|
9386
9386
|
"disabled": {
|
|
9387
9387
|
"type": "boolean",
|
|
@@ -9431,7 +9431,7 @@
|
|
|
9431
9431
|
},
|
|
9432
9432
|
"x-original-maxLength": 1024,
|
|
9433
9433
|
"x-reconciled-from-discovery": true,
|
|
9434
|
-
"x-reconciled-at": "2026-01-
|
|
9434
|
+
"x-reconciled-at": "2026-01-05T18:30:01.865492+00:00"
|
|
9435
9435
|
},
|
|
9436
9436
|
"namespace": {
|
|
9437
9437
|
"type": "string",
|
|
@@ -9450,7 +9450,7 @@
|
|
|
9450
9450
|
},
|
|
9451
9451
|
"x-original-maxLength": 1024,
|
|
9452
9452
|
"x-reconciled-from-discovery": true,
|
|
9453
|
-
"x-reconciled-at": "2026-01-
|
|
9453
|
+
"x-reconciled-at": "2026-01-05T18:30:01.865496+00:00"
|
|
9454
9454
|
},
|
|
9455
9455
|
"owner_view": {
|
|
9456
9456
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -9491,7 +9491,7 @@
|
|
|
9491
9491
|
"x-field-mutability": "read-only",
|
|
9492
9492
|
"x-original-maxLength": 1024,
|
|
9493
9493
|
"x-reconciled-from-discovery": true,
|
|
9494
|
-
"x-reconciled-at": "2026-01-
|
|
9494
|
+
"x-reconciled-at": "2026-01-05T18:30:01.865504+00:00"
|
|
9495
9495
|
},
|
|
9496
9496
|
"uid": {
|
|
9497
9497
|
"type": "string",
|
|
@@ -9512,7 +9512,7 @@
|
|
|
9512
9512
|
"x-original-maxLength": 1024,
|
|
9513
9513
|
"format": "uuid",
|
|
9514
9514
|
"x-reconciled-from-discovery": true,
|
|
9515
|
-
"x-reconciled-at": "2026-01-
|
|
9515
|
+
"x-reconciled-at": "2026-01-05T18:30:01.865509+00:00"
|
|
9516
9516
|
}
|
|
9517
9517
|
},
|
|
9518
9518
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9626,7 +9626,7 @@
|
|
|
9626
9626
|
},
|
|
9627
9627
|
"x-original-maxLength": 1024,
|
|
9628
9628
|
"x-reconciled-from-discovery": true,
|
|
9629
|
-
"x-reconciled-at": "2026-01-
|
|
9629
|
+
"x-reconciled-at": "2026-01-05T18:30:02.045561+00:00"
|
|
9630
9630
|
},
|
|
9631
9631
|
"serial": {
|
|
9632
9632
|
"type": "string",
|
|
@@ -9698,7 +9698,7 @@
|
|
|
9698
9698
|
},
|
|
9699
9699
|
"x-original-maxLength": 1024,
|
|
9700
9700
|
"x-reconciled-from-discovery": true,
|
|
9701
|
-
"x-reconciled-at": "2026-01-
|
|
9701
|
+
"x-reconciled-at": "2026-01-05T18:30:02.045571+00:00"
|
|
9702
9702
|
}
|
|
9703
9703
|
},
|
|
9704
9704
|
"x-f5xc-minimum-configuration": {
|