@robinmordasiewicz/f5xc-api-mcp 2.0.13-2601051957 → 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/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 +111 -25
- package/specs/domains/ai_services.json +114 -35
- package/specs/domains/api.json +1082 -177
- package/specs/domains/authentication.json +205 -45
- package/specs/domains/bigip.json +593 -101
- package/specs/domains/billing_and_usage.json +440 -82
- package/specs/domains/blindfold.json +713 -110
- package/specs/domains/bot_and_threat_defense.json +359 -65
- package/specs/domains/cdn.json +2131 -194
- package/specs/domains/ce_management.json +9110 -15844
- package/specs/domains/certificates.json +362 -75
- package/specs/domains/cloud_infrastructure.json +802 -119
- package/specs/domains/container_services.json +613 -95
- package/specs/domains/data_and_privacy_security.json +364 -66
- package/specs/domains/data_intelligence.json +324 -63
- package/specs/domains/ddos.json +766 -159
- package/specs/domains/dns.json +820 -161
- package/specs/domains/managed_kubernetes.json +455 -85
- package/specs/domains/marketplace.json +670 -104
- package/specs/domains/network.json +1620 -238
- package/specs/domains/network_security.json +1401 -191
- package/specs/domains/nginx_one.json +326 -62
- package/specs/domains/object_storage.json +49 -15
- package/specs/domains/observability.json +999 -147
- package/specs/domains/rate_limiting.json +300 -55
- package/specs/domains/secops_and_incident_response.json +189 -36
- package/specs/domains/service_mesh.json +955 -124
- package/specs/domains/shape.json +2150 -397
- package/specs/domains/sites.json +3830 -364
- package/specs/domains/statistics.json +2117 -235
- package/specs/domains/support.json +602 -108
- package/specs/domains/telemetry_and_insights.json +753 -79
- package/specs/domains/tenant_and_identity.json +1874 -308
- package/specs/domains/threat_campaign.json +637 -71
- package/specs/domains/users.json +278 -66
- package/specs/domains/virtual.json +2803 -260
- package/specs/domains/vpm_and_node_management.json +3 -1
- package/specs/domains/waf.json +1125 -148
- package/specs/index.json +24 -24
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,
|
|
@@ -667,9 +667,9 @@
|
|
|
667
667
|
"x-f5xc-description-short": "Network interfaces, fleets, and site registration.",
|
|
668
668
|
"x-f5xc-description-medium": "Token-based provisioning with image downloads and pre-upgrade validation. Fleet grouping enables bulk operations across distributed locations.",
|
|
669
669
|
"file": "ce_management.json",
|
|
670
|
-
"path_count":
|
|
671
|
-
"schema_count":
|
|
672
|
-
"x-f5xc-complexity": "
|
|
670
|
+
"path_count": 16,
|
|
671
|
+
"schema_count": 181,
|
|
672
|
+
"x-f5xc-complexity": "moderate",
|
|
673
673
|
"x-f5xc-is-preview": false,
|
|
674
674
|
"x-f5xc-requires-tier": "Standard",
|
|
675
675
|
"x-f5xc-category": "Infrastructure",
|
|
@@ -1050,8 +1050,8 @@
|
|
|
1050
1050
|
"domain": "data_intelligence",
|
|
1051
1051
|
"title": "Data Intelligence",
|
|
1052
1052
|
"description": "F5 Distributed Cloud Data Intelligence API specifications",
|
|
1053
|
-
"x-f5xc-description-short": "Data Intelligence
|
|
1054
|
-
"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",
|
|
1055
1055
|
"file": "data_intelligence.json",
|
|
1056
1056
|
"path_count": 15,
|
|
1057
1057
|
"schema_count": 77,
|
|
@@ -1167,9 +1167,9 @@
|
|
|
1167
1167
|
{
|
|
1168
1168
|
"domain": "dns",
|
|
1169
1169
|
"title": "Dns",
|
|
1170
|
-
"description": "
|
|
1171
|
-
"x-f5xc-description-short": "
|
|
1172
|
-
"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.",
|
|
1173
1173
|
"file": "dns.json",
|
|
1174
1174
|
"path_count": 45,
|
|
1175
1175
|
"schema_count": 251,
|
|
@@ -2351,8 +2351,8 @@
|
|
|
2351
2351
|
"domain": "telemetry_and_insights",
|
|
2352
2352
|
"title": "Telemetry And Insights",
|
|
2353
2353
|
"description": "F5 Distributed Cloud Telemetry And Insights API specifications",
|
|
2354
|
-
"x-f5xc-description-short": "Telemetry And Insights
|
|
2355
|
-
"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",
|
|
2356
2356
|
"file": "telemetry_and_insights.json",
|
|
2357
2357
|
"path_count": 27,
|
|
2358
2358
|
"schema_count": 186,
|
|
@@ -2482,8 +2482,8 @@
|
|
|
2482
2482
|
"domain": "threat_campaign",
|
|
2483
2483
|
"title": "Threat Campaign",
|
|
2484
2484
|
"description": "F5 Distributed Cloud Threat Campaign API specifications",
|
|
2485
|
-
"x-f5xc-description-short": "Threat Campaign
|
|
2486
|
-
"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",
|
|
2487
2487
|
"file": "threat_campaign.json",
|
|
2488
2488
|
"path_count": 1,
|
|
2489
2489
|
"schema_count": 177,
|
|
@@ -2600,9 +2600,9 @@
|
|
|
2600
2600
|
{
|
|
2601
2601
|
"domain": "virtual",
|
|
2602
2602
|
"title": "Virtual",
|
|
2603
|
-
"description": "
|
|
2604
|
-
"x-f5xc-description-short": "HTTP, TCP, UDP load
|
|
2605
|
-
"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.",
|
|
2606
2606
|
"file": "virtual.json",
|
|
2607
2607
|
"path_count": 85,
|
|
2608
2608
|
"schema_count": 743,
|
|
@@ -2820,8 +2820,8 @@
|
|
|
2820
2820
|
"domain": "vpm_and_node_management",
|
|
2821
2821
|
"title": "Vpm And Node Management",
|
|
2822
2822
|
"description": "F5 Distributed Cloud Vpm And Node Management API specifications",
|
|
2823
|
-
"x-f5xc-description-short": "Vpm And Node Management
|
|
2824
|
-
"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",
|
|
2825
2825
|
"file": "vpm_and_node_management.json",
|
|
2826
2826
|
"path_count": 1,
|
|
2827
2827
|
"schema_count": 2,
|