@robinmordasiewicz/f5xc-api-mcp 2.0.10-2601051503 → 2.0.19-2601071557
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/CHANGELOG.md +25 -14
- package/README.md +9 -5
- package/dist/generator/domain-metadata.d.ts +1 -3
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +0 -20
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +1 -1
- package/dist/generator/naming/acronyms.js +1 -1
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +179 -1582
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/dependency-graph.json +2 -265
- package/dist/version.d.ts +2 -2
- package/dist/version.js +2 -2
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +176 -26
- package/specs/domains/ai_services.json +242 -36
- package/specs/domains/api.json +1507 -183
- package/specs/domains/authentication.json +358 -46
- package/specs/domains/bigip.json +825 -105
- package/specs/domains/billing_and_usage.json +666 -83
- package/specs/domains/blindfold.json +988 -111
- package/specs/domains/bot_and_threat_defense.json +550 -66
- package/specs/domains/cdn.json +2431 -198
- package/specs/domains/ce_management.json +9272 -15726
- package/specs/domains/certificates.json +540 -78
- package/specs/domains/cloud_infrastructure.json +1102 -122
- package/specs/domains/container_services.json +782 -99
- package/specs/domains/data_and_privacy_security.json +508 -68
- package/specs/domains/data_intelligence.json +487 -64
- package/specs/domains/ddos.json +1302 -161
- package/specs/domains/dns.json +1286 -162
- package/specs/domains/managed_kubernetes.json +687 -89
- package/specs/domains/marketplace.json +994 -105
- package/specs/domains/network.json +2340 -239
- package/specs/domains/network_security.json +1963 -192
- package/specs/domains/nginx_one.json +475 -63
- package/specs/domains/object_storage.json +163 -16
- package/specs/domains/observability.json +1519 -148
- package/specs/domains/rate_limiting.json +456 -56
- package/specs/domains/secops_and_incident_response.json +275 -37
- package/specs/domains/service_mesh.json +1320 -128
- package/specs/domains/shape.json +4196 -398
- package/specs/domains/sites.json +5053 -405
- package/specs/domains/statistics.json +2784 -236
- package/specs/domains/support.json +1038 -109
- package/specs/domains/telemetry_and_insights.json +993 -80
- package/specs/domains/tenant_and_identity.json +3487 -313
- package/specs/domains/threat_campaign.json +695 -72
- package/specs/domains/users.json +437 -72
- package/specs/domains/virtual.json +3716 -261
- package/specs/domains/vpm_and_node_management.json +61 -2
- package/specs/domains/waf.json +1551 -149
- package/specs/index.json +121 -26
package/specs/index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
3
|
-
"timestamp": "2026-01-
|
|
2
|
+
"version": "2.0.19",
|
|
3
|
+
"timestamp": "2026-01-07T15:29:50.126625+00:00",
|
|
4
4
|
"specifications": [
|
|
5
5
|
{
|
|
6
6
|
"domain": "admin_console_and_ui",
|
|
@@ -254,8 +254,8 @@
|
|
|
254
254
|
"domain": "authentication",
|
|
255
255
|
"title": "Authentication",
|
|
256
256
|
"description": "F5 Distributed Cloud Authentication API specifications",
|
|
257
|
-
"x-f5xc-description-short": "Authentication
|
|
258
|
-
"x-f5xc-description-medium": "F5 Distributed Cloud Authentication
|
|
257
|
+
"x-f5xc-description-short": "Authentication",
|
|
258
|
+
"x-f5xc-description-medium": "F5 Distributed Cloud Authentication",
|
|
259
259
|
"file": "authentication.json",
|
|
260
260
|
"path_count": 14,
|
|
261
261
|
"schema_count": 39,
|
|
@@ -588,9 +588,9 @@
|
|
|
588
588
|
{
|
|
589
589
|
"domain": "cdn",
|
|
590
590
|
"title": "Cdn",
|
|
591
|
-
"description": "Content
|
|
592
|
-
"x-f5xc-description-short": "
|
|
593
|
-
"x-f5xc-description-medium": "
|
|
591
|
+
"description": "Content delivery networks with edge caching, geographic distribution, and cache management. Supports custom rules, asset purge operations, and performance analytics. Enables worldwide asset distribution, optimization, and delivery monitoring across regions and protocols.",
|
|
592
|
+
"x-f5xc-description-short": "Content delivery and edge caching networks.",
|
|
593
|
+
"x-f5xc-description-medium": "Global distribution with cache rules and purge operations. Performance monitoring and analytics.",
|
|
594
594
|
"file": "cdn.json",
|
|
595
595
|
"path_count": 26,
|
|
596
596
|
"schema_count": 618,
|
|
@@ -644,7 +644,21 @@
|
|
|
644
644
|
},
|
|
645
645
|
"relationship_hints": []
|
|
646
646
|
}
|
|
647
|
-
]
|
|
647
|
+
],
|
|
648
|
+
"x-f5xc-examples": {
|
|
649
|
+
"cdn_loadbalancer": {
|
|
650
|
+
"minimal": {
|
|
651
|
+
"description": "Basic CDN distribution",
|
|
652
|
+
"use_case": "Simple content delivery",
|
|
653
|
+
"yaml": "metadata:\n name: cdn-basic\n namespace: default\nspec:\n domains:\n - cdn.example.com\n origin_pool:\n - pool:\n name: origin-pool\n namespace: default\n"
|
|
654
|
+
},
|
|
655
|
+
"production": {
|
|
656
|
+
"description": "Production CDN with caching and compression",
|
|
657
|
+
"use_case": "Production content delivery with optimization",
|
|
658
|
+
"yaml": "metadata:\n name: cdn-prod\n namespace: production\nspec:\n domains:\n - cdn.example.com\n - assets.example.com\n https_auto_cert:\n add_hsts: true\n origin_pool:\n - pool:\n name: origin-pool\n namespace: production\n cache_settings:\n default_cache_action: CACHE\n cache_ttl_default: 86400\n compression_settings:\n content_types:\n - text/html\n - text/css\n - application/javascript\n enable_gzip: true\n"
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
}
|
|
648
662
|
},
|
|
649
663
|
{
|
|
650
664
|
"domain": "ce_management",
|
|
@@ -653,9 +667,9 @@
|
|
|
653
667
|
"x-f5xc-description-short": "Network interfaces, fleets, and site registration.",
|
|
654
668
|
"x-f5xc-description-medium": "Token-based provisioning with image downloads and pre-upgrade validation. Fleet grouping enables bulk operations across distributed locations.",
|
|
655
669
|
"file": "ce_management.json",
|
|
656
|
-
"path_count":
|
|
657
|
-
"schema_count":
|
|
658
|
-
"x-f5xc-complexity": "
|
|
670
|
+
"path_count": 16,
|
|
671
|
+
"schema_count": 181,
|
|
672
|
+
"x-f5xc-complexity": "moderate",
|
|
659
673
|
"x-f5xc-is-preview": false,
|
|
660
674
|
"x-f5xc-requires-tier": "Standard",
|
|
661
675
|
"x-f5xc-category": "Infrastructure",
|
|
@@ -1036,8 +1050,8 @@
|
|
|
1036
1050
|
"domain": "data_intelligence",
|
|
1037
1051
|
"title": "Data Intelligence",
|
|
1038
1052
|
"description": "F5 Distributed Cloud Data Intelligence API specifications",
|
|
1039
|
-
"x-f5xc-description-short": "Data Intelligence
|
|
1040
|
-
"x-f5xc-description-medium": "F5 Distributed Cloud Data Intelligence
|
|
1053
|
+
"x-f5xc-description-short": "Data Intelligence",
|
|
1054
|
+
"x-f5xc-description-medium": "F5 Distributed Cloud Data Intelligence",
|
|
1041
1055
|
"file": "data_intelligence.json",
|
|
1042
1056
|
"path_count": 15,
|
|
1043
1057
|
"schema_count": 77,
|
|
@@ -1153,9 +1167,9 @@
|
|
|
1153
1167
|
{
|
|
1154
1168
|
"domain": "dns",
|
|
1155
1169
|
"title": "Dns",
|
|
1156
|
-
"description": "
|
|
1157
|
-
"x-f5xc-description-short": "
|
|
1158
|
-
"x-f5xc-description-medium": "
|
|
1170
|
+
"description": "Name infrastructure with authoritative zones, A/AAAA/CNAME record types, and zone management. Supports zone transfers, security extensions, health-based routing, and delegation. Enables reliable name resolution, geographic load balancing, and name-based traffic steering across distributed environments.",
|
|
1171
|
+
"x-f5xc-description-short": "Authoritative zones and record management.",
|
|
1172
|
+
"x-f5xc-description-medium": "Name resolution with zone transfers and health checks. Record types and delegation support.",
|
|
1159
1173
|
"file": "dns.json",
|
|
1160
1174
|
"path_count": 45,
|
|
1161
1175
|
"schema_count": 251,
|
|
@@ -1279,6 +1293,20 @@
|
|
|
1279
1293
|
}
|
|
1280
1294
|
],
|
|
1281
1295
|
"icon": "🌐"
|
|
1296
|
+
},
|
|
1297
|
+
"x-f5xc-examples": {
|
|
1298
|
+
"dns_zone": {
|
|
1299
|
+
"minimal": {
|
|
1300
|
+
"description": "Basic DNS zone with primary nameserver",
|
|
1301
|
+
"use_case": "Simple DNS hosting",
|
|
1302
|
+
"yaml": "metadata:\n name: example-zone\n namespace: default\nspec:\n primary:\n default_rr_set_group:\n - ttl: 300\n a_record:\n name: www\n values:\n - 192.168.1.100\n"
|
|
1303
|
+
},
|
|
1304
|
+
"production": {
|
|
1305
|
+
"description": "Production DNS zone with SOA and multiple records",
|
|
1306
|
+
"use_case": "Production DNS with full configuration",
|
|
1307
|
+
"yaml": "metadata:\n name: prod-zone\n namespace: production\nspec:\n domain: example.com\n primary:\n soa_parameters:\n refresh: 3600\n retry: 600\n expire: 604800\n negative_ttl: 300\n default_rr_set_group:\n - ttl: 300\n a_record:\n name: www\n values:\n - 192.168.1.100\n - 192.168.1.101\n - ttl: 300\n cname_record:\n name: api\n value: www.example.com\n - ttl: 86400\n mx_record:\n name: \"\"\n values:\n - domain: mail.example.com\n priority: 10\n"
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1282
1310
|
}
|
|
1283
1311
|
},
|
|
1284
1312
|
{
|
|
@@ -2323,8 +2351,8 @@
|
|
|
2323
2351
|
"domain": "telemetry_and_insights",
|
|
2324
2352
|
"title": "Telemetry And Insights",
|
|
2325
2353
|
"description": "F5 Distributed Cloud Telemetry And Insights API specifications",
|
|
2326
|
-
"x-f5xc-description-short": "Telemetry And Insights
|
|
2327
|
-
"x-f5xc-description-medium": "F5 Distributed Cloud Telemetry And Insights
|
|
2354
|
+
"x-f5xc-description-short": "Telemetry And Insights",
|
|
2355
|
+
"x-f5xc-description-medium": "F5 Distributed Cloud Telemetry And Insights",
|
|
2328
2356
|
"file": "telemetry_and_insights.json",
|
|
2329
2357
|
"path_count": 27,
|
|
2330
2358
|
"schema_count": 186,
|
|
@@ -2454,8 +2482,8 @@
|
|
|
2454
2482
|
"domain": "threat_campaign",
|
|
2455
2483
|
"title": "Threat Campaign",
|
|
2456
2484
|
"description": "F5 Distributed Cloud Threat Campaign API specifications",
|
|
2457
|
-
"x-f5xc-description-short": "Threat Campaign
|
|
2458
|
-
"x-f5xc-description-medium": "F5 Distributed Cloud Threat Campaign
|
|
2485
|
+
"x-f5xc-description-short": "Threat Campaign",
|
|
2486
|
+
"x-f5xc-description-medium": "F5 Distributed Cloud Threat Campaign",
|
|
2459
2487
|
"file": "threat_campaign.json",
|
|
2460
2488
|
"path_count": 1,
|
|
2461
2489
|
"schema_count": 177,
|
|
@@ -2572,9 +2600,9 @@
|
|
|
2572
2600
|
{
|
|
2573
2601
|
"domain": "virtual",
|
|
2574
2602
|
"title": "Virtual",
|
|
2575
|
-
"description": "
|
|
2576
|
-
"x-f5xc-description-short": "HTTP, TCP, UDP load
|
|
2577
|
-
"x-f5xc-description-medium": "
|
|
2603
|
+
"description": "Load balancing for HTTP, TCP, and UDP traffic with configurable routing rules and origin pool management. Supports health checks, session persistence, and automatic failover. Enables geographic distribution, rate limiting, and service policy enforcement across load balancers and routes.",
|
|
2604
|
+
"x-f5xc-description-short": "HTTP, TCP, UDP load balancing with origin pools.",
|
|
2605
|
+
"x-f5xc-description-medium": "Traffic distribution across regions with routing rules. Health checks and failover policies.",
|
|
2578
2606
|
"file": "virtual.json",
|
|
2579
2607
|
"path_count": 85,
|
|
2580
2608
|
"schema_count": 743,
|
|
@@ -2738,14 +2766,62 @@
|
|
|
2738
2766
|
}
|
|
2739
2767
|
],
|
|
2740
2768
|
"icon": "⚖️"
|
|
2769
|
+
},
|
|
2770
|
+
"x-f5xc-examples": {
|
|
2771
|
+
"http_loadbalancer": {
|
|
2772
|
+
"minimal": {
|
|
2773
|
+
"description": "Basic HTTP load balancer for quick testing",
|
|
2774
|
+
"use_case": "Development environments, quick validation",
|
|
2775
|
+
"yaml": "metadata:\n name: my-lb\n namespace: default\nspec:\n domains:\n - example.com\n http:\n port: 80\n default_route_pools:\n - pool:\n name: my-origin-pool\n namespace: default\n"
|
|
2776
|
+
},
|
|
2777
|
+
"production": {
|
|
2778
|
+
"description": "Production-ready HTTP load balancer with TLS and WAF",
|
|
2779
|
+
"use_case": "Production deployments with security controls",
|
|
2780
|
+
"yaml": "metadata:\n name: prod-lb\n namespace: production\nspec:\n domains:\n - api.example.com\n https_auto_cert:\n http_redirect: true\n add_hsts: true\n tls_config:\n min_version: TLS12\n app_firewall:\n name: default-waf\n namespace: shared\n default_route_pools:\n - pool:\n name: prod-origin-pool\n namespace: production\n weight: 100\n rate_limiter:\n total_number: 1000\n unit: MINUTE\n"
|
|
2781
|
+
},
|
|
2782
|
+
"advanced": {
|
|
2783
|
+
"description": "Multi-origin load balancer with routing rules and rate limiting",
|
|
2784
|
+
"use_case": "Complex routing scenarios, API gateways",
|
|
2785
|
+
"yaml": "metadata:\n name: api-gateway\n namespace: production\nspec:\n domains:\n - api.example.com\n - api-v2.example.com\n https_auto_cert:\n http_redirect: true\n add_hsts: true\n app_firewall:\n name: strict-waf\n namespace: shared\n routes:\n - match:\n path:\n prefix: /api/v1\n route_destination:\n destinations:\n - cluster:\n name: v1-backend\n weight: 100\n - match:\n path:\n prefix: /api/v2\n route_destination:\n destinations:\n - cluster:\n name: v2-backend\n weight: 100\n default_route_pools:\n - pool:\n name: default-backend\n namespace: production\n rate_limiter:\n total_number: 5000\n unit: MINUTE\n cors_policy:\n allow_origins:\n - exact: https://app.example.com\n allow_methods:\n - GET\n - POST\n - PUT\n - DELETE\n"
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
"origin_pool": {
|
|
2789
|
+
"minimal": {
|
|
2790
|
+
"description": "Basic origin pool with single backend",
|
|
2791
|
+
"use_case": "Simple backend configuration",
|
|
2792
|
+
"yaml": "metadata:\n name: backend-pool\n namespace: default\nspec:\n origin_servers:\n - public_ip:\n ip: 192.168.1.100\n port: 8080\n loadbalancer_algorithm: ROUND_ROBIN\n"
|
|
2793
|
+
},
|
|
2794
|
+
"production": {
|
|
2795
|
+
"description": "Production origin pool with health checks",
|
|
2796
|
+
"use_case": "Production deployments with monitoring",
|
|
2797
|
+
"yaml": "metadata:\n name: prod-backend\n namespace: production\nspec:\n origin_servers:\n - public_name:\n dns_name: backend1.example.com\n - public_name:\n dns_name: backend2.example.com\n port: 443\n use_tls:\n use_host_header_as_sni: {}\n tls_config:\n min_version: TLS12\n healthcheck:\n - name: http-health\n namespace: production\n loadbalancer_algorithm: LEAST_ACTIVE\n endpoint_selection: LOCAL_PREFERRED\n"
|
|
2798
|
+
},
|
|
2799
|
+
"advanced": {
|
|
2800
|
+
"description": "Multi-region origin pool with advanced routing",
|
|
2801
|
+
"use_case": "Global deployments, failover scenarios",
|
|
2802
|
+
"yaml": "metadata:\n name: global-backend\n namespace: production\nspec:\n origin_servers:\n - public_name:\n dns_name: us-backend.example.com\n labels:\n region: us-east\n - public_name:\n dns_name: eu-backend.example.com\n labels:\n region: eu-west\n port: 443\n use_tls:\n use_host_header_as_sni: {}\n tls_config:\n min_version: TLS12\n healthcheck:\n - name: tcp-health\n namespace: production\n loadbalancer_algorithm: ROUND_ROBIN\n endpoint_selection: LOCAL_PREFERRED\n advanced_options:\n connection_timeout: 30000\n idle_timeout: 60000\n max_connections: 10000\n"
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"healthcheck": {
|
|
2806
|
+
"minimal": {
|
|
2807
|
+
"description": "Basic HTTP health check",
|
|
2808
|
+
"use_case": "Simple health monitoring",
|
|
2809
|
+
"yaml": "metadata:\n name: http-health\n namespace: default\nspec:\n http_health_check:\n path: /health\n timeout: 3\n interval: 15\n unhealthy_threshold: 3\n healthy_threshold: 2\n"
|
|
2810
|
+
},
|
|
2811
|
+
"production": {
|
|
2812
|
+
"description": "Production health check with custom headers",
|
|
2813
|
+
"use_case": "Production monitoring with authentication",
|
|
2814
|
+
"yaml": "metadata:\n name: prod-health\n namespace: production\nspec:\n http_health_check:\n path: /api/health\n headers:\n x-health-check: \"true\"\n expected_status_codes:\n - 200\n - 204\n timeout: 5\n interval: 10\n unhealthy_threshold: 2\n healthy_threshold: 3\n"
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2741
2817
|
}
|
|
2742
2818
|
},
|
|
2743
2819
|
{
|
|
2744
2820
|
"domain": "vpm_and_node_management",
|
|
2745
2821
|
"title": "Vpm And Node Management",
|
|
2746
2822
|
"description": "F5 Distributed Cloud Vpm And Node Management API specifications",
|
|
2747
|
-
"x-f5xc-description-short": "Vpm And Node Management
|
|
2748
|
-
"x-f5xc-description-medium": "F5 Distributed Cloud Vpm And Node Management
|
|
2823
|
+
"x-f5xc-description-short": "Vpm And Node Management",
|
|
2824
|
+
"x-f5xc-description-medium": "F5 Distributed Cloud Vpm And Node Management",
|
|
2749
2825
|
"file": "vpm_and_node_management.json",
|
|
2750
2826
|
"path_count": 1,
|
|
2751
2827
|
"schema_count": 2,
|
|
@@ -2873,7 +2949,26 @@
|
|
|
2873
2949
|
},
|
|
2874
2950
|
"relationship_hints": []
|
|
2875
2951
|
}
|
|
2876
|
-
]
|
|
2952
|
+
],
|
|
2953
|
+
"x-f5xc-examples": {
|
|
2954
|
+
"app_firewall": {
|
|
2955
|
+
"minimal": {
|
|
2956
|
+
"description": "Basic WAF policy with default detection",
|
|
2957
|
+
"use_case": "Quick WAF protection setup",
|
|
2958
|
+
"yaml": "metadata:\n name: basic-waf\n namespace: default\nspec:\n blocking: {}\n detection_settings:\n signature_selection_setting:\n default_attack_type_settings: {}\n high_medium_accuracy_signatures: {}\n"
|
|
2959
|
+
},
|
|
2960
|
+
"production": {
|
|
2961
|
+
"description": "Production WAF with signature detection and bot defense",
|
|
2962
|
+
"use_case": "Production security with comprehensive protection",
|
|
2963
|
+
"yaml": "metadata:\n name: prod-waf\n namespace: production\nspec:\n blocking: {}\n detection_settings:\n signature_selection_setting:\n default_attack_type_settings: {}\n high_medium_low_accuracy_signatures: {}\n enable_suppression: true\n enable_threat_campaigns: true\n bot_defense_setting:\n policy:\n protected_app_endpoints:\n - metadata:\n name: login\n http_methods:\n - POST\n protocol: HTTPS\n path:\n prefix: /api/login\n js_insert_all_pages:\n javascript_location: AFTER_HEAD\n allow_all_response_codes: false\n default_anonymization: true\n"
|
|
2964
|
+
},
|
|
2965
|
+
"advanced": {
|
|
2966
|
+
"description": "Advanced WAF with custom rules and data guard",
|
|
2967
|
+
"use_case": "High-security environments with custom policies",
|
|
2968
|
+
"yaml": "metadata:\n name: advanced-waf\n namespace: security\nspec:\n blocking: {}\n detection_settings:\n signature_selection_setting:\n attack_type_settings:\n - attack_type: ATTACK_TYPE_COMMAND_EXECUTION\n disabled: false\n - attack_type: ATTACK_TYPE_SQL_INJECTION\n disabled: false\n - attack_type: ATTACK_TYPE_CROSS_SITE_SCRIPTING\n disabled: false\n high_medium_low_accuracy_signatures: {}\n enable_suppression: true\n enable_threat_campaigns: true\n violation_settings:\n disabled_violation_types:\n - violation_type: VIOL_FILETYPE\n bot_defense_setting:\n policy:\n protected_app_endpoints:\n - metadata:\n name: api-endpoint\n http_methods:\n - POST\n - PUT\n protocol: HTTPS\n path:\n prefix: /api/\n js_insert_all_pages:\n javascript_location: AFTER_HEAD\n data_guard_rules:\n - name: mask-credit-cards\n path:\n prefix: /\n target_parameters:\n - parameter_name:\n exact_value: credit_card\n apply_data_guard: {}\n"
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2877
2972
|
}
|
|
2878
2973
|
],
|
|
2879
2974
|
"x-f5xc-critical-resources": [
|