@robinmordasiewicz/xcsh 6.20.0 → 6.22.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/completions/_xcsh +41 -41
- package/completions/xcsh.fish +41 -41
- package/dist/index.js +98 -13
- package/package.json +1 -1
package/completions/_xcsh
CHANGED
|
@@ -26,48 +26,48 @@ _xcsh() {
|
|
|
26
26
|
(domain)
|
|
27
27
|
local -a domains builtins
|
|
28
28
|
domains=(
|
|
29
|
-
'admin_console_and_ui:
|
|
30
|
-
'api:
|
|
31
|
-
'authentication:
|
|
32
|
-
'bigip:
|
|
33
|
-
'billing_and_usage:
|
|
34
|
-
'blindfold:
|
|
35
|
-
'bot_and_threat_defense:
|
|
36
|
-
'cdn:
|
|
37
|
-
'ce_management:
|
|
38
|
-
'certificates:
|
|
39
|
-
'cloud_infrastructure:
|
|
40
|
-
'cloudstatus:
|
|
41
|
-
'completion:
|
|
42
|
-
'container_services:
|
|
43
|
-
'data_and_privacy_security:
|
|
44
|
-
'data_intelligence:
|
|
45
|
-
'ddos:
|
|
46
|
-
'dns:
|
|
47
|
-
'generative_ai:
|
|
48
|
-
'login:Authentication
|
|
49
|
-
'managed_kubernetes:
|
|
50
|
-
'marketplace:
|
|
51
|
-
'network:
|
|
52
|
-
'network_security:Network
|
|
53
|
-
'nginx_one:
|
|
54
|
-
'object_storage:
|
|
55
|
-
'observability:
|
|
56
|
-
'rate_limiting:
|
|
57
|
-
'secops_and_incident_response:
|
|
58
|
-
'service_mesh:
|
|
59
|
-
'shape:
|
|
60
|
-
'sites:
|
|
61
|
-
'statistics:
|
|
29
|
+
'admin_console_and_ui:Static UI component and console asset management'
|
|
30
|
+
'api:API discovery, security testing, and credential management'
|
|
31
|
+
'authentication:Authentication API'
|
|
32
|
+
'bigip:BigIP appliance management, iRules, and data groups'
|
|
33
|
+
'billing_and_usage:Subscription billing, payment methods, and usage tracking'
|
|
34
|
+
'blindfold:Secret encryption and policy-based data protection'
|
|
35
|
+
'bot_and_threat_defense:Bot detection, threat categorization, and defense management'
|
|
36
|
+
'cdn:CDN load balancing, caching rules, and content delivery'
|
|
37
|
+
'ce_management:Customer Edge site lifecycle and network configuration'
|
|
38
|
+
'certificates:SSL/TLS certificate and trusted CA management'
|
|
39
|
+
'cloud_infrastructure:Multi-cloud provider connectivity and credential management'
|
|
40
|
+
'cloudstatus:F5 XC service status and incidents'
|
|
41
|
+
'completion:Shell completion script generation'
|
|
42
|
+
'container_services:Edge container workloads and virtual Kubernetes management'
|
|
43
|
+
'data_and_privacy_security:Sensitive data detection, classification, and privacy...'
|
|
44
|
+
'data_intelligence:Data Intelligence API'
|
|
45
|
+
'ddos:DDoS protection and infrastructure security policies'
|
|
46
|
+
'dns:DNS zone management, load balancing, and record...'
|
|
47
|
+
'generative_ai:AI-powered features, assistants, and data collection'
|
|
48
|
+
'login:Authentication and session management'
|
|
49
|
+
'managed_kubernetes:Kubernetes RBAC, pod security, and container registries'
|
|
50
|
+
'marketplace:Third-party integrations, add-ons, and extensions'
|
|
51
|
+
'network:BGP routing, IPsec tunnels, and network connectivity'
|
|
52
|
+
'network_security:Network firewall, NAT, ACL, and policy-based routing'
|
|
53
|
+
'nginx_one:NGINX One platform integration and instance management'
|
|
54
|
+
'object_storage:Object storage for mobile SDK artifacts and integrations'
|
|
55
|
+
'observability:Synthetic monitoring, health checks, and observability...'
|
|
56
|
+
'rate_limiting:Traffic rate limiting, policers, and throttling controls'
|
|
57
|
+
'secops_and_incident_response:Malicious user detection and automated threat mitigation'
|
|
58
|
+
'service_mesh:Service mesh connectivity, discovery, and NFV management'
|
|
59
|
+
'shape:Bot defense and threat prevention with Shape Security'
|
|
60
|
+
'sites:Multi-cloud site deployment and edge infrastructure'
|
|
61
|
+
'statistics:Flow statistics, alerts, logs, and operational analytics'
|
|
62
62
|
'subscription:xcsh-specific subscription management commands (overview, quota analysis, validation)'
|
|
63
|
-
'support:
|
|
64
|
-
'telemetry_and_insights:
|
|
65
|
-
'tenant_and_identity:
|
|
66
|
-
'threat_campaign:
|
|
67
|
-
'users:
|
|
68
|
-
'virtual:
|
|
69
|
-
'vpm_and_node_management:
|
|
70
|
-
'waf:Web
|
|
63
|
+
'support:Customer support ticket lifecycle and site diagnostics'
|
|
64
|
+
'telemetry_and_insights:Telemetry And Insights API'
|
|
65
|
+
'tenant_and_identity:User settings, notifications, sessions, and identity...'
|
|
66
|
+
'threat_campaign:Threat Campaign API'
|
|
67
|
+
'users:User accounts, tokens, and label management'
|
|
68
|
+
'virtual:HTTP/HTTPS load balancing and traffic management'
|
|
69
|
+
'vpm_and_node_management:Vpm And Node Management API'
|
|
70
|
+
'waf:Web application firewall rules and security policies'
|
|
71
71
|
'apisec:Alias for api'
|
|
72
72
|
'api-discovery:Alias for api'
|
|
73
73
|
'authn:Alias for authentication'
|
package/completions/xcsh.fish
CHANGED
|
@@ -22,48 +22,48 @@ complete -c xcsh -n "__fish_use_subcommand" -a "context" -d 'Show current naviga
|
|
|
22
22
|
complete -c xcsh -n "__fish_use_subcommand" -a "ctx" -d 'Show current navigation context'
|
|
23
23
|
|
|
24
24
|
# Domain completions
|
|
25
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "admin_console_and_ui" -d '
|
|
26
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "api" -d '
|
|
27
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d '
|
|
28
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d '
|
|
29
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d '
|
|
30
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d '
|
|
31
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "bot_and_threat_defense" -d '
|
|
32
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d '
|
|
33
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d '
|
|
34
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d '
|
|
35
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d '
|
|
36
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cloudstatus" -d '
|
|
37
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "completion" -d '
|
|
38
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "container_services" -d '
|
|
39
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d '
|
|
40
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d '
|
|
41
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d '
|
|
42
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d '
|
|
43
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d '
|
|
44
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "login" -d 'Authentication
|
|
45
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d '
|
|
46
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d '
|
|
47
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "network" -d '
|
|
48
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "network_security" -d 'Network
|
|
49
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "nginx_one" -d '
|
|
50
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "object_storage" -d '
|
|
51
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "observability" -d '
|
|
52
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "rate_limiting" -d '
|
|
53
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "secops_and_incident_response" -d '
|
|
54
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "service_mesh" -d '
|
|
55
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "shape" -d '
|
|
56
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d '
|
|
57
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d '
|
|
25
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "admin_console_and_ui" -d 'Static UI component and console asset management'
|
|
26
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "api" -d 'API discovery, security testing, and credential management'
|
|
27
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d 'Authentication API'
|
|
28
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d 'BigIP appliance management, iRules, and data groups'
|
|
29
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d 'Subscription billing, payment methods, and usage tracking'
|
|
30
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d 'Secret encryption and policy-based data protection'
|
|
31
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "bot_and_threat_defense" -d 'Bot detection, threat categorization, and defense management'
|
|
32
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d 'CDN load balancing, caching rules, and content delivery'
|
|
33
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d 'Customer Edge site lifecycle and network configuration'
|
|
34
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d 'SSL/TLS certificate and trusted CA management'
|
|
35
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d 'Multi-cloud provider connectivity and credential management'
|
|
36
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cloudstatus" -d 'F5 XC service status and incidents'
|
|
37
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "completion" -d 'Shell completion script generation'
|
|
38
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "container_services" -d 'Edge container workloads and virtual Kubernetes management'
|
|
39
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d 'Sensitive data detection, classification, and privacy...'
|
|
40
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d 'Data Intelligence API'
|
|
41
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d 'DDoS protection and infrastructure security policies'
|
|
42
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'DNS zone management, load balancing, and record...'
|
|
43
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d 'AI-powered features, assistants, and data collection'
|
|
44
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "login" -d 'Authentication and session management'
|
|
45
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d 'Kubernetes RBAC, pod security, and container registries'
|
|
46
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d 'Third-party integrations, add-ons, and extensions'
|
|
47
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network" -d 'BGP routing, IPsec tunnels, and network connectivity'
|
|
48
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network_security" -d 'Network firewall, NAT, ACL, and policy-based routing'
|
|
49
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "nginx_one" -d 'NGINX One platform integration and instance management'
|
|
50
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "object_storage" -d 'Object storage for mobile SDK artifacts and integrations'
|
|
51
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "observability" -d 'Synthetic monitoring, health checks, and observability...'
|
|
52
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "rate_limiting" -d 'Traffic rate limiting, policers, and throttling controls'
|
|
53
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "secops_and_incident_response" -d 'Malicious user detection and automated threat mitigation'
|
|
54
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "service_mesh" -d 'Service mesh connectivity, discovery, and NFV management'
|
|
55
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "shape" -d 'Bot defense and threat prevention with Shape Security'
|
|
56
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d 'Multi-cloud site deployment and edge infrastructure'
|
|
57
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d 'Flow statistics, alerts, logs, and operational analytics'
|
|
58
58
|
complete -c xcsh -n "__fish_use_subcommand" -a "subscription" -d 'xcsh-specific subscription management commands (overview, quota analysis, validation)'
|
|
59
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d '
|
|
60
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d '
|
|
61
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d '
|
|
62
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d '
|
|
63
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d '
|
|
64
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d '
|
|
65
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d '
|
|
66
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Web
|
|
59
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d 'Customer support ticket lifecycle and site diagnostics'
|
|
60
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Telemetry And Insights API'
|
|
61
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d 'User settings, notifications, sessions, and identity...'
|
|
62
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Threat Campaign API'
|
|
63
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d 'User accounts, tokens, and label management'
|
|
64
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'HTTP/HTTPS load balancing and traffic management'
|
|
65
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Vpm And Node Management API'
|
|
66
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Web application firewall rules and security policies'
|
|
67
67
|
|
|
68
68
|
# Alias completions
|
|
69
69
|
complete -c xcsh -n "__fish_use_subcommand" -a "apisec" -d 'Alias for api'
|
package/dist/index.js
CHANGED
|
@@ -44109,6 +44109,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44109
44109
|
name: "admin_console_and_ui",
|
|
44110
44110
|
displayName: "Admin Console And Ui",
|
|
44111
44111
|
description: "Provides management capabilities for static components used in the F5 XC admin console and user interface. Enables operations to deploy, retrieve, update, and list static UI assets within namespace boundaries. Supports configuration of console interface elements, component metadata management, and asset lifecycle operations. Use this domain to manage custom UI components, static resources, and interface configurations that extend or customize the admin console experience.",
|
|
44112
|
+
descriptionShort: "Static UI component and console asset management",
|
|
44113
|
+
descriptionMedium: "Manage static components for the admin console interface. Deploy, retrieve, and list UI assets and configuration elements within namespaces.",
|
|
44112
44114
|
aliases: [],
|
|
44113
44115
|
complexity: "simple",
|
|
44114
44116
|
isPreview: false,
|
|
@@ -44121,6 +44123,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44121
44123
|
name: "api",
|
|
44122
44124
|
displayName: "Api",
|
|
44123
44125
|
description: "Comprehensive API lifecycle management including automatic discovery and cataloging of APIs across your infrastructure, security testing to identify vulnerabilities and validate behavior, credential management for secure API access, and policy-driven API grouping. Define testing policies to continuously validate API security posture, organize APIs into logical groups for governance, and integrate with WAF and network security controls. Supports marking endpoints as non-API traffic and...",
|
|
44126
|
+
descriptionShort: "API discovery, security testing, and credential management",
|
|
44127
|
+
descriptionMedium: "Discover and catalog APIs, test security behavior, manage credentials, and define API groups with testing policies for comprehensive API lifecycle...",
|
|
44124
44128
|
aliases: ["apisec", "api-discovery"],
|
|
44125
44129
|
complexity: "advanced",
|
|
44126
44130
|
isPreview: false,
|
|
@@ -44183,6 +44187,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44183
44187
|
name: "authentication",
|
|
44184
44188
|
displayName: "Authentication",
|
|
44185
44189
|
description: "F5 Distributed Cloud Authentication API specifications",
|
|
44190
|
+
descriptionShort: "Authentication API",
|
|
44191
|
+
descriptionMedium: "F5 Distributed Cloud Authentication API specifications",
|
|
44186
44192
|
aliases: ["authn", "oidc", "sso"],
|
|
44187
44193
|
complexity: "simple",
|
|
44188
44194
|
isPreview: false,
|
|
@@ -44195,6 +44201,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44195
44201
|
name: "bigip",
|
|
44196
44202
|
displayName: "Bigip",
|
|
44197
44203
|
description: "Configure and manage BigIP F5 appliance integration with Distributed Cloud infrastructure. Create and deploy iRule scripts for advanced traffic manipulation, manage data groups for dynamic configuration, configure Access Policy Manager (APM) settings for authentication and access control, and define BigIP virtual servers. Provides metrics collection for APM performance monitoring and enables seamless hybrid deployments combining traditional BigIP infrastructure with cloud-native services...",
|
|
44204
|
+
descriptionShort: "BigIP appliance management, iRules, and data groups",
|
|
44205
|
+
descriptionMedium: "Manage BigIP F5 appliances including iRule script configuration, data groups, APM policies, and virtual server integration with Distributed Cloud.",
|
|
44198
44206
|
aliases: ["f5-bigip", "irule", "ltm"],
|
|
44199
44207
|
complexity: "moderate",
|
|
44200
44208
|
isPreview: false,
|
|
@@ -44207,6 +44215,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44207
44215
|
name: "billing_and_usage",
|
|
44208
44216
|
displayName: "Billing And Usage",
|
|
44209
44217
|
description: "Comprehensive billing and usage management for F5 XC tenants. Handle subscription plan transitions between tiers, configure primary and secondary payment methods, and download invoice PDFs. Monitor resource quota limits and current usage across namespaces. Supports custom invoice listing, quota configuration per namespace, and contact management for billing communications. Essential for financial operations, capacity planning, and subscription lifecycle management.",
|
|
44218
|
+
descriptionShort: "Subscription billing, payment methods, and usage tracking",
|
|
44219
|
+
descriptionMedium: "Manage subscription plans, payment methods, invoices, and resource quotas. Track usage limits and billing transitions across namespaces.",
|
|
44210
44220
|
aliases: [],
|
|
44211
44221
|
complexity: "moderate",
|
|
44212
44222
|
isPreview: false,
|
|
@@ -44219,6 +44229,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44219
44229
|
name: "blindfold",
|
|
44220
44230
|
displayName: "Blindfold",
|
|
44221
44231
|
description: "Configure and manage cryptographic secret protection with policy-based access controls. Create secret policies and policy rules that govern how sensitive data is encrypted, shared, and accessed across namespaces. Retrieve public keys for encryption operations, process policy information for secret sharing workflows, and decrypt secrets with proper authorization. Monitor secret access through comprehensive audit logs with aggregation and scrolling capabilities. Enforce data protection...",
|
|
44232
|
+
descriptionShort: "Secret encryption and policy-based data protection",
|
|
44233
|
+
descriptionMedium: "Manage encryption keys, secret policies, and sensitive data protection. Configure policy rules for secure secret sharing with audit logging.",
|
|
44222
44234
|
aliases: ["bf", "encrypt", "secrets"],
|
|
44223
44235
|
complexity: "moderate",
|
|
44224
44236
|
isPreview: false,
|
|
@@ -44231,6 +44243,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44231
44243
|
name: "bot_and_threat_defense",
|
|
44232
44244
|
displayName: "Bot And Threat Defense",
|
|
44233
44245
|
description: "Manage comprehensive bot and threat defense capabilities including Shape bot defense instance configuration, threat protection manager (TPM) categories for threat classification, and API key provisioning for automated defense systems. Create and manage TPM categories to organize threats by type, configure bot defense instances per namespace, and handle TPM manager lifecycle operations. Supports preauthorization and provisioning workflows for integrating threat intelligence services with...",
|
|
44246
|
+
descriptionShort: "Bot detection, threat categorization, and defense management",
|
|
44247
|
+
descriptionMedium: "Configure bot defense instances, manage threat categories, and provision TPM API keys for automated threat detection and mitigation.",
|
|
44234
44248
|
aliases: [],
|
|
44235
44249
|
complexity: "moderate",
|
|
44236
44250
|
isPreview: false,
|
|
@@ -44243,6 +44257,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44243
44257
|
name: "cdn",
|
|
44244
44258
|
displayName: "Cdn",
|
|
44245
44259
|
description: "Content Delivery Network services for global content distribution and edge caching. Configure CDN load balancers with custom caching rules based on paths, headers, cookies, and query parameters. Define cache TTL policies, eligibility options, and cache-control behaviors. Monitor CDN performance through access logs and metrics aggregation. Perform cache purge operations for content invalidation. Manage addon subscriptions and track service operation status for CDN deployments.",
|
|
44260
|
+
descriptionShort: "CDN load balancing, caching rules, and content delivery",
|
|
44261
|
+
descriptionMedium: "Configure CDN load balancers and caching rules for content delivery. Manage cache policies, purge operations, and access logs for optimized...",
|
|
44246
44262
|
aliases: ["cache", "content"],
|
|
44247
44263
|
complexity: "advanced",
|
|
44248
44264
|
isPreview: false,
|
|
@@ -44255,6 +44271,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44255
44271
|
name: "ce_management",
|
|
44256
44272
|
displayName: "Ce Management",
|
|
44257
44273
|
description: "Configure and manage Customer Edge (CE) site infrastructure across distributed deployments. Define network interfaces with DHCP, IPv6, and dedicated management settings. Organize sites into fleets for coordinated management. Handle site registration workflows including token-based registration, image downloads, and suggested configuration values. Monitor and execute site upgrades with pre-upgrade checks and status tracking. Supports both dedicated and Ethernet interface types with...",
|
|
44274
|
+
descriptionShort: "Customer Edge site lifecycle and network configuration",
|
|
44275
|
+
descriptionMedium: "Manage Customer Edge sites including network interfaces, fleet configurations, site upgrades, and registration workflows for distributed deployments.",
|
|
44258
44276
|
aliases: [],
|
|
44259
44277
|
complexity: "advanced",
|
|
44260
44278
|
isPreview: false,
|
|
@@ -44267,6 +44285,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44267
44285
|
name: "certificates",
|
|
44268
44286
|
displayName: "Certificates",
|
|
44269
44287
|
description: "Comprehensive certificate lifecycle management for securing application communications. Configure SSL/TLS certificates and certificate chains for endpoints, manage trusted Certificate Authority (CA) lists for client verification, and maintain Certificate Revocation Lists (CRLs) to invalidate compromised certificates. Supports certificate manifests for organized deployment across namespaces, enabling mTLS authentication, HTTPS termination, and secure service-to-service communication patterns.",
|
|
44288
|
+
descriptionShort: "SSL/TLS certificate and trusted CA management",
|
|
44289
|
+
descriptionMedium: "Manage SSL/TLS certificates, certificate chains, trusted CA lists, and certificate revocation lists for secure communications.",
|
|
44270
44290
|
aliases: ["cert", "certs", "ssl", "tls"],
|
|
44271
44291
|
complexity: "moderate",
|
|
44272
44292
|
isPreview: false,
|
|
@@ -44279,6 +44299,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44279
44299
|
name: "cloud_infrastructure",
|
|
44280
44300
|
displayName: "Cloud Infrastructure",
|
|
44281
44301
|
description: "Establish and manage connectivity to major cloud providers including AWS, Azure, and GCP. Configure cloud credentials and authentication for secure provider access. Create and manage VPC attachments, transit gateways, and route tables for cross-cloud networking. Support elastic provisioning with automatic resource discovery and reapplication workflows. Monitor cloud connection metrics and segment performance. Integrate with Customer Edge sites for hybrid cloud deployments across multiple...",
|
|
44302
|
+
descriptionShort: "Multi-cloud provider connectivity and credential management",
|
|
44303
|
+
descriptionMedium: "Connect to AWS, Azure, and GCP cloud providers. Manage cloud credentials, VPC attachments, transit gateways, and cross-cloud networking with...",
|
|
44282
44304
|
aliases: ["cloud", "infra", "provider"],
|
|
44283
44305
|
complexity: "moderate",
|
|
44284
44306
|
isPreview: false,
|
|
@@ -44291,6 +44313,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44291
44313
|
name: "container_services",
|
|
44292
44314
|
displayName: "Container Services",
|
|
44293
44315
|
description: "Container Services (XCCS) enables deployment and management of containerized applications across distributed edge sites without requiring full Kubernetes complexity. Create virtual Kubernetes clusters for isolated multi-tenant environments, define workload flavors for resource allocation, and deploy container workloads with simplified orchestration. Monitor workload usage and PVC metrics, manage namespace isolation, and integrate with site infrastructure for edge-native container...",
|
|
44316
|
+
descriptionShort: "Edge container workloads and virtual Kubernetes management",
|
|
44317
|
+
descriptionMedium: "Deploy and manage containerized workloads at the edge with simplified orchestration. Configure virtual Kubernetes clusters, workload flavors, and...",
|
|
44294
44318
|
aliases: ["vk8s", "containers", "workloads"],
|
|
44295
44319
|
complexity: "moderate",
|
|
44296
44320
|
isPreview: false,
|
|
@@ -44303,6 +44327,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44303
44327
|
name: "data_and_privacy_security",
|
|
44304
44328
|
displayName: "Data And Privacy Security",
|
|
44305
44329
|
description: "Manage comprehensive data privacy and security controls including sensitive data detection policies, custom data type definitions, and log management analytics (LMA) region configurations. Define patterns for identifying PII, financial data, and other sensitive information with configurable actions for masking, alerting, or blocking. Configure LMA regions with Elasticsearch, Kafka, or ClickHouse backends for centralized security logging and compliance auditing. Integrate geo-configurations...",
|
|
44330
|
+
descriptionShort: "Sensitive data detection, classification, and privacy...",
|
|
44331
|
+
descriptionMedium: "Configure data types, sensitive data policies, and LMA regions for detecting, classifying, and protecting personally identifiable information and...",
|
|
44306
44332
|
aliases: [],
|
|
44307
44333
|
complexity: "simple",
|
|
44308
44334
|
isPreview: false,
|
|
@@ -44315,6 +44341,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44315
44341
|
name: "data_intelligence",
|
|
44316
44342
|
displayName: "Data Intelligence",
|
|
44317
44343
|
description: "F5 Distributed Cloud Data Intelligence API specifications",
|
|
44344
|
+
descriptionShort: "Data Intelligence API",
|
|
44345
|
+
descriptionMedium: "F5 Distributed Cloud Data Intelligence API specifications",
|
|
44318
44346
|
aliases: ["di", "intelligence", "insights"],
|
|
44319
44347
|
complexity: "moderate",
|
|
44320
44348
|
isPreview: false,
|
|
@@ -44327,6 +44355,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44327
44355
|
name: "ddos",
|
|
44328
44356
|
displayName: "Ddos",
|
|
44329
44357
|
description: "Comprehensive DDoS protection and infrastructure security management. Configure deny list rules to block malicious traffic sources, create firewall rule groups for granular traffic filtering, and manage protection tunnels for secure infrastructure connectivity. The infraprotect APIs enable proactive threat mitigation through customizable security policies, real-time tunnel status monitoring, and namespace-scoped rule management. Integrates with network security and virtual load balancing for...",
|
|
44358
|
+
descriptionShort: "DDoS protection and infrastructure security policies",
|
|
44359
|
+
descriptionMedium: "Configure DDoS protection policies, deny lists, and firewall rules. Monitor infrastructure threats and manage protection tunnels for network security.",
|
|
44330
44360
|
aliases: ["dos", "ddos-protect"],
|
|
44331
44361
|
complexity: "advanced",
|
|
44332
44362
|
isPreview: false,
|
|
@@ -44339,6 +44369,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44339
44369
|
name: "dns",
|
|
44340
44370
|
displayName: "Dns",
|
|
44341
44371
|
description: "Comprehensive DNS management for zones, domains, and resource records. Configure DNS load balancing with health checks for high availability. Import and export zone files via BIND format or AXFR transfers. Manage resource record sets including A, AAAA, CNAME, CAA, CERT, AFSDB, and DLV records. Monitor DNS performance through metrics and request logs. Clone zones from existing domains and enforce DNS compliance policies across namespaces.",
|
|
44372
|
+
descriptionShort: "DNS zone management, load balancing, and record...",
|
|
44373
|
+
descriptionMedium: "Manage DNS zones, configure DNS load balancing with health checks, and control resource record sets. Supports zone imports, BIND file handling,...",
|
|
44342
44374
|
aliases: ["dns-zone", "zones"],
|
|
44343
44375
|
complexity: "advanced",
|
|
44344
44376
|
isPreview: false,
|
|
@@ -44401,6 +44433,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44401
44433
|
name: "generative_ai",
|
|
44402
44434
|
displayName: "Generative Ai",
|
|
44403
44435
|
description: "Generative AI services providing intelligent automation and analysis capabilities. Configure AI assistant policies and submit queries with feedback tracking for continuous improvement. Enable flow anomaly detection powered by machine learning. Manage AI data collection through the BFDP subsystem including feature enablement, token management, and subscription controls. Supports IP allocation for GIA services. Integrates dashboard visualization with customizable displays, filters, and link...",
|
|
44436
|
+
descriptionShort: "AI-powered features, assistants, and data collection",
|
|
44437
|
+
descriptionMedium: "Access generative AI capabilities including AI assistant queries, flow anomaly detection, and AI data collection with feedback mechanisms.",
|
|
44404
44438
|
aliases: ["ai", "genai", "assistant"],
|
|
44405
44439
|
complexity: "simple",
|
|
44406
44440
|
isPreview: true,
|
|
@@ -44413,6 +44447,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44413
44447
|
name: "managed_kubernetes",
|
|
44414
44448
|
displayName: "Managed Kubernetes",
|
|
44415
44449
|
description: "Configure and manage Managed Kubernetes (XCKS) security and access controls. Define cluster roles with fine-grained permissions for API resources and non-resource URLs. Create role bindings to associate users and groups with cluster-wide permissions. Enforce pod security standards through admission controllers with configurable enforcement levels. Manage private container registries for secure image distribution. Integrates with external Kubernetes clusters including EKS, AKS, and GKE for...",
|
|
44450
|
+
descriptionShort: "Kubernetes RBAC, pod security, and container registries",
|
|
44451
|
+
descriptionMedium: "Manage Kubernetes cluster roles, RBAC bindings, pod security admission policies, and container registries for enterprise deployments.",
|
|
44416
44452
|
aliases: ["mk8s", "appstack", "k8s-mgmt"],
|
|
44417
44453
|
complexity: "moderate",
|
|
44418
44454
|
isPreview: false,
|
|
@@ -44425,6 +44461,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44425
44461
|
name: "marketplace",
|
|
44426
44462
|
displayName: "Marketplace",
|
|
44427
44463
|
description: "Access and manage the marketplace ecosystem including third-party integrations, add-on services, and external connectors. Configure connection types for direct, GRE tunnel, and IPSec connectivity with customizable IKE parameters and DPD keepalive settings. Manage navigation tiles for custom UI extensions, activate and monitor add-on service status across namespaces, and integrate with external platforms like Terraform. Supports TPM policy management and configuration management instances for...",
|
|
44464
|
+
descriptionShort: "Third-party integrations, add-ons, and extensions",
|
|
44465
|
+
descriptionMedium: "Manage marketplace extensions, external connectors, and third-party add-on services. Configure Terraform integrations and TPM policies.",
|
|
44428
44466
|
aliases: ["market", "addons", "extensions"],
|
|
44429
44467
|
complexity: "moderate",
|
|
44430
44468
|
isPreview: false,
|
|
@@ -44437,6 +44475,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44437
44475
|
name: "network",
|
|
44438
44476
|
displayName: "Network",
|
|
44439
44477
|
description: "Comprehensive network infrastructure management including BGP routing with ASN configuration and peering policies, IPsec tunnel establishment with full IKE phase 1 and phase 2 parameter control, and network connector configuration for hybrid cloud connectivity. Supports SRv6 segment routing, subnet management, DC cluster groups for data center integration, static and dynamic route definitions, and IP prefix set policies. Enables secure site-to-site VPN connections, multi-cloud network...",
|
|
44478
|
+
descriptionShort: "BGP routing, IPsec tunnels, and network connectivity",
|
|
44479
|
+
descriptionMedium: "Configure BGP routing policies, IPsec tunnels with IKE phases, network connectors, SRv6, and IP prefix sets for secure site-to-site connectivity.",
|
|
44440
44480
|
aliases: ["net", "routing", "bgp"],
|
|
44441
44481
|
complexity: "advanced",
|
|
44442
44482
|
isPreview: false,
|
|
@@ -44449,6 +44489,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44449
44489
|
name: "network_security",
|
|
44450
44490
|
displayName: "Network Security",
|
|
44451
44491
|
description: "Network security controls for protecting traffic at the network layer. Configure network firewalls with stateful inspection and ACL rules. Define NAT policies for address translation, port forwarding, and dynamic pool management. Create network policy sets for segmentation and micro-segmentation between workloads. Implement policy-based routing to direct traffic based on source, destination, or application criteria. Manage segment connections for multi-site network isolation. Configure...",
|
|
44492
|
+
descriptionShort: "Network firewall, NAT, ACL, and policy-based routing",
|
|
44493
|
+
descriptionMedium: "Configure network firewalls, NAT policies, ACLs, and policy-based routing. Manage network segmentation, port forwarding, and forward proxy policies.",
|
|
44452
44494
|
aliases: ["netsec", "nfw"],
|
|
44453
44495
|
complexity: "advanced",
|
|
44454
44496
|
isPreview: false,
|
|
@@ -44461,6 +44503,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44461
44503
|
name: "nginx_one",
|
|
44462
44504
|
displayName: "Nginx One",
|
|
44463
44505
|
description: "Integrate and manage NGINX One platform capabilities including subscription lifecycle management, NGINX Plus instance provisioning, and server configuration. Configure dataplane servers, manage nginx instances with WAF and API discovery specifications, and enable service discovery integrations. Supports NGINX Configuration Sync Gateway (CSG) configurations for centralized management workflows. Typical operations include subscribing to NGINX One services, retrieving server status and...",
|
|
44506
|
+
descriptionShort: "NGINX One platform integration and instance management",
|
|
44507
|
+
descriptionMedium: "Manage NGINX One platform subscriptions, configure NGINX Plus instances and servers, and integrate service discovery with centralized...",
|
|
44464
44508
|
aliases: ["nginx", "nms", "nginx-plus"],
|
|
44465
44509
|
complexity: "simple",
|
|
44466
44510
|
isPreview: false,
|
|
@@ -44473,6 +44517,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44473
44517
|
name: "object_storage",
|
|
44474
44518
|
displayName: "Object Storage",
|
|
44475
44519
|
description: "Manage versioned object storage for mobile application components and platform integrations. Upload and retrieve mobile app shield configurations, SDK integrations, and custom artifacts organized by namespace and object type. Support for multiple versions of each object enables rollback and version-specific deployments. Presigned URLs provide secure, time-limited access for direct object downloads. Object types include mobile-app-shield for application protection, mobile-integrator for...",
|
|
44520
|
+
descriptionShort: "Object storage for mobile SDK artifacts and integrations",
|
|
44521
|
+
descriptionMedium: "Store and retrieve versioned objects including mobile app shields, SDK integrations, and custom artifacts with presigned URL access.",
|
|
44476
44522
|
aliases: ["storage", "s3", "buckets"],
|
|
44477
44523
|
complexity: "simple",
|
|
44478
44524
|
isPreview: false,
|
|
@@ -44485,6 +44531,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44485
44531
|
name: "observability",
|
|
44486
44532
|
displayName: "Observability",
|
|
44487
44533
|
description: "Comprehensive synthetic monitoring and observability capabilities for proactive infrastructure health assessment. Configure DNS monitors to validate resolution across AWS regions, set up HTTP monitors for endpoint availability testing, and track SSL/TLS certificate expiration status. Access real-time health summaries at global and namespace levels, review historical monitoring data, and generate detailed reports for DNS and HTTP monitors. Integrate with dashboards to visualize monitoring...",
|
|
44534
|
+
descriptionShort: "Synthetic monitoring, health checks, and observability...",
|
|
44535
|
+
descriptionMedium: "Configure synthetic monitoring with DNS and HTTP health checks. Track certificate status, monitor global health summaries, and analyze monitoring...",
|
|
44488
44536
|
aliases: ["obs", "monitoring", "synth"],
|
|
44489
44537
|
complexity: "advanced",
|
|
44490
44538
|
isPreview: false,
|
|
@@ -44497,6 +44545,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44497
44545
|
name: "rate_limiting",
|
|
44498
44546
|
displayName: "Rate Limiting",
|
|
44499
44547
|
description: "Manage rate limiting policies to protect applications from traffic surges and abuse. Configure rate limiters with customizable thresholds, time periods, and enforcement actions including blocking or throttling. Implement policers using leaky bucket algorithms for smooth traffic shaping. Define protocol-specific policers for granular control over different traffic types. Integrate with virtual hosts and load balancers to enforce rate limits at the edge, preventing resource exhaustion and...",
|
|
44548
|
+
descriptionShort: "Traffic rate limiting, policers, and throttling controls",
|
|
44549
|
+
descriptionMedium: "Configure rate limiters and policers to control traffic flow. Define request thresholds, leaky bucket algorithms, and enforcement actions for API...",
|
|
44500
44550
|
aliases: ["ratelimit", "throttle", "policer"],
|
|
44501
44551
|
complexity: "simple",
|
|
44502
44552
|
isPreview: false,
|
|
@@ -44509,6 +44559,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44509
44559
|
name: "secops_and_incident_response",
|
|
44510
44560
|
displayName: "Secops And Incident Response",
|
|
44511
44561
|
description: "Security operations and incident response capabilities for detecting and mitigating malicious user activity. Create mitigation policies that define automated responses based on user threat levels, including blocking, challenging, or rate limiting suspicious users. Configure rules that match specific malicious user types and threat severity levels to appropriate mitigation actions. Supports namespace-scoped configurations for managing security policies across different application...",
|
|
44562
|
+
descriptionShort: "Malicious user detection and automated threat mitigation",
|
|
44563
|
+
descriptionMedium: "Configure automated responses to malicious user behavior. Define mitigation rules based on threat levels and apply actions like blocking or rate...",
|
|
44512
44564
|
aliases: [],
|
|
44513
44565
|
complexity: "simple",
|
|
44514
44566
|
isPreview: false,
|
|
@@ -44521,6 +44573,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44521
44573
|
name: "service_mesh",
|
|
44522
44574
|
displayName: "Service Mesh",
|
|
44523
44575
|
description: "Manage service mesh infrastructure including endpoint discovery and intelligent routing between distributed services. Define application types with learned API schemas, security risk classifications, and authentication configurations. Configure NFV (Network Function Virtualization) services with lifecycle management including force-delete operations. Leverage machine learning capabilities for automatic API endpoint detection, schema learning, and traffic pattern analysis. Integrate with...",
|
|
44576
|
+
descriptionShort: "Service mesh connectivity, discovery, and NFV management",
|
|
44577
|
+
descriptionMedium: "Configure service mesh networking with endpoint discovery, application type definitions, API endpoint learning, and NFV service lifecycle management.",
|
|
44524
44578
|
aliases: ["mesh", "svc-mesh"],
|
|
44525
44579
|
complexity: "advanced",
|
|
44526
44580
|
isPreview: false,
|
|
@@ -44533,6 +44587,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44533
44587
|
name: "shape",
|
|
44534
44588
|
displayName: "Shape",
|
|
44535
44589
|
description: "Shape Security integration for advanced bot defense and threat prevention capabilities. Configure bot infrastructure deployments with policy management, deployment history tracking, and status monitoring. Manage mobile SDK attributes for application shielding and integrator configurations. Subscribe to bot defense add-ons and client-side defense services. Includes SafeAP policy configuration, threat recognition rules, and automated bot mitigation across namespaces with comprehensive...",
|
|
44590
|
+
descriptionShort: "Bot defense and threat prevention with Shape Security",
|
|
44591
|
+
descriptionMedium: "Configure Shape Security policies for bot defense, threat recognition, and mobile SDK protection. Manage bot infrastructure deployments and SafeAP...",
|
|
44536
44592
|
aliases: ["shape-sec", "safeap"],
|
|
44537
44593
|
complexity: "advanced",
|
|
44538
44594
|
isPreview: false,
|
|
@@ -44545,6 +44601,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44545
44601
|
name: "sites",
|
|
44546
44602
|
displayName: "Sites",
|
|
44547
44603
|
description: "Comprehensive site infrastructure management for deploying F5 XC across multiple cloud providers and edge locations. Configure AWS Transit Gateway sites with VPN tunnels, VPC IP prefixes, and security settings. Manage virtual sites for logical grouping and policy application. Deploy Secure Mesh sites for networking-focused edge deployments, integrate external Kubernetes clusters as Customer Edge nodes, and configure cloud-specific resources including AWS VPC, Azure VNet, and GCP VPC sites....",
|
|
44604
|
+
descriptionShort: "Multi-cloud site deployment and edge infrastructure",
|
|
44605
|
+
descriptionMedium: "Deploy and manage F5 XC sites across AWS, Azure, and GCP. Configure AWS TGW sites, virtual sites, managed Kubernetes, and Customer Edge integrations.",
|
|
44548
44606
|
aliases: ["site", "deployment"],
|
|
44549
44607
|
complexity: "advanced",
|
|
44550
44608
|
isPreview: false,
|
|
@@ -44609,6 +44667,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44609
44667
|
name: "statistics",
|
|
44610
44668
|
displayName: "Statistics",
|
|
44611
44669
|
description: "Comprehensive operational analytics and monitoring capabilities for distributed cloud infrastructure. Configure alert policies with custom matchers and grouping rules to detect anomalies across namespaces. Manage alert receivers with confirmation, testing, and verification workflows for reliable notification delivery. Access flow statistics, view historical alerts, generate reports and graphs for capacity planning, track service topology and discovery patterns, and monitor real-time status...",
|
|
44670
|
+
descriptionShort: "Flow statistics, alerts, logs, and operational analytics",
|
|
44671
|
+
descriptionMedium: "Access flow statistics and analytics, configure alert policies and receivers, view logs, generate reports and graphs, and monitor site status.",
|
|
44612
44672
|
aliases: ["stats", "metrics", "logs"],
|
|
44613
44673
|
complexity: "advanced",
|
|
44614
44674
|
isPreview: false,
|
|
@@ -44621,6 +44681,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44621
44681
|
name: "support",
|
|
44622
44682
|
displayName: "Support",
|
|
44623
44683
|
description: "Manage the complete customer support ticket lifecycle including creation, commenting, priority adjustment, escalation, and closure. Submit specialized requests such as tax exemption verification. Access site-level diagnostic capabilities including TCP dump capture, listing, and management for network troubleshooting. Integrates with operational workflows to enable support teams to gather diagnostic data directly from distributed sites while maintaining ticket-based tracking of all customer...",
|
|
44684
|
+
descriptionShort: "Customer support ticket lifecycle and site diagnostics",
|
|
44685
|
+
descriptionMedium: "Create, track, and manage support tickets with escalation workflows. Includes site diagnostic tools for packet capture and troubleshooting.",
|
|
44624
44686
|
aliases: ["tickets", "help-desk"],
|
|
44625
44687
|
complexity: "moderate",
|
|
44626
44688
|
isPreview: false,
|
|
@@ -44633,6 +44695,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44633
44695
|
name: "telemetry_and_insights",
|
|
44634
44696
|
displayName: "Telemetry And Insights",
|
|
44635
44697
|
description: "F5 Distributed Cloud Telemetry And Insights API specifications",
|
|
44698
|
+
descriptionShort: "Telemetry And Insights API",
|
|
44699
|
+
descriptionMedium: "F5 Distributed Cloud Telemetry And Insights API specifications",
|
|
44636
44700
|
aliases: ["telemetry", "ti"],
|
|
44637
44701
|
complexity: "moderate",
|
|
44638
44702
|
isPreview: false,
|
|
@@ -44645,6 +44709,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44645
44709
|
name: "tenant_and_identity",
|
|
44646
44710
|
displayName: "Tenant And Identity",
|
|
44647
44711
|
description: "Comprehensive user and tenant identity management for F5 Distributed Cloud. Configure user settings including profile images, notification preferences (admin and combined), and view preferences. Manage user sessions with listing and control capabilities. Handle OTP (one-time password) administration including admin resets. Support identity management (IDM) enable/disable operations. Process initial access requests for new users. Manage customer support ticket attachments and interactions for...",
|
|
44712
|
+
descriptionShort: "User settings, notifications, sessions, and identity...",
|
|
44713
|
+
descriptionMedium: "Manage user profiles, notification preferences, session controls, OTP settings, and customer support interactions. Configure identity management...",
|
|
44648
44714
|
aliases: [],
|
|
44649
44715
|
complexity: "advanced",
|
|
44650
44716
|
isPreview: false,
|
|
@@ -44657,6 +44723,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44657
44723
|
name: "threat_campaign",
|
|
44658
44724
|
displayName: "Threat Campaign",
|
|
44659
44725
|
description: "F5 Distributed Cloud Threat Campaign API specifications",
|
|
44726
|
+
descriptionShort: "Threat Campaign API",
|
|
44727
|
+
descriptionMedium: "F5 Distributed Cloud Threat Campaign API specifications",
|
|
44660
44728
|
aliases: ["threats", "campaigns", "threat-intel"],
|
|
44661
44729
|
complexity: "moderate",
|
|
44662
44730
|
isPreview: false,
|
|
@@ -44669,6 +44737,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44669
44737
|
name: "users",
|
|
44670
44738
|
displayName: "Users",
|
|
44671
44739
|
description: "Comprehensive user and identity management for the F5 XC platform. Create and manage registration tokens for site and node onboarding, including cloud-init configuration retrieval. Define known label keys and values to establish consistent resource tagging taxonomies across namespaces. Configure implicit labels for automatic resource classification. Supports full lifecycle management of user-related configuration objects with metadata tracking, state management, and condition monitoring for...",
|
|
44740
|
+
descriptionShort: "User accounts, tokens, and label management",
|
|
44741
|
+
descriptionMedium: "Manage user accounts, registration tokens, and label systems. Configure known and implicit labels for resource organization and user identification.",
|
|
44672
44742
|
aliases: ["user", "accounts", "iam"],
|
|
44673
44743
|
complexity: "simple",
|
|
44674
44744
|
isPreview: false,
|
|
@@ -44681,6 +44751,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44681
44751
|
name: "virtual",
|
|
44682
44752
|
displayName: "Virtual",
|
|
44683
44753
|
description: "Comprehensive application delivery and traffic management capabilities including HTTP/HTTPS/TCP/UDP load balancers, origin pool configuration, virtual host management, and advanced routing rules. Supports rate limiting policies, service policy enforcement, geo-location-based routing, and proxy forwarding configurations. Integrates with security features including malware protection, threat campaign detection, and WAF policy attachment. Provides health check configuration, endpoint...",
|
|
44754
|
+
descriptionShort: "HTTP/HTTPS load balancing and traffic management",
|
|
44755
|
+
descriptionMedium: "Configure HTTP, TCP, and UDP load balancers with origin pools, virtual hosts, routing rules, rate limiting, and service policies for application...",
|
|
44684
44756
|
aliases: ["lb", "loadbalancer", "vhost"],
|
|
44685
44757
|
complexity: "advanced",
|
|
44686
44758
|
isPreview: false,
|
|
@@ -44745,6 +44817,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44745
44817
|
name: "vpm_and_node_management",
|
|
44746
44818
|
displayName: "Vpm And Node Management",
|
|
44747
44819
|
description: "F5 Distributed Cloud Vpm And Node Management API specifications",
|
|
44820
|
+
descriptionShort: "Vpm And Node Management API",
|
|
44821
|
+
descriptionMedium: "F5 Distributed Cloud Vpm And Node Management API specifications",
|
|
44748
44822
|
aliases: ["vpm", "nodes", "node-mgmt"],
|
|
44749
44823
|
complexity: "simple",
|
|
44750
44824
|
isPreview: false,
|
|
@@ -44757,6 +44831,8 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44757
44831
|
name: "waf",
|
|
44758
44832
|
displayName: "Waf",
|
|
44759
44833
|
description: "Web Application Firewall (WAF) configuration and management for protecting applications against common attacks and vulnerabilities. Define application firewall policies with attack type detection, bot protection settings, and custom blocking pages. Manage WAF exclusion policies for legitimate traffic patterns, configure signature staging and release workflows, and monitor security events with detailed rule hit metrics. Supports AI-powered risk-based blocking, anonymization settings for...",
|
|
44834
|
+
descriptionShort: "Web application firewall rules and security policies",
|
|
44835
|
+
descriptionMedium: "Configure web application firewall rules, manage security policies, and enable attack detection with customizable blocking actions and signature...",
|
|
44760
44836
|
aliases: ["firewall", "appfw"],
|
|
44761
44837
|
complexity: "advanced",
|
|
44762
44838
|
isPreview: false,
|
|
@@ -45094,8 +45170,8 @@ var HistoryManager = class _HistoryManager {
|
|
|
45094
45170
|
var CLI_NAME = "xcsh";
|
|
45095
45171
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
45096
45172
|
function getVersion() {
|
|
45097
|
-
if ("6.
|
|
45098
|
-
return "6.
|
|
45173
|
+
if ("6.22.0") {
|
|
45174
|
+
return "6.22.0";
|
|
45099
45175
|
}
|
|
45100
45176
|
if (process.env.XCSH_VERSION) {
|
|
45101
45177
|
return process.env.XCSH_VERSION;
|
|
@@ -46932,7 +47008,7 @@ function Suggestions({
|
|
|
46932
47008
|
onSelect,
|
|
46933
47009
|
onNavigate,
|
|
46934
47010
|
onCancel,
|
|
46935
|
-
maxVisible =
|
|
47011
|
+
maxVisible = 20,
|
|
46936
47012
|
isActive = true
|
|
46937
47013
|
}) {
|
|
46938
47014
|
use_input_default(
|
|
@@ -47966,7 +48042,9 @@ var profileSubcommands = {
|
|
|
47966
48042
|
};
|
|
47967
48043
|
var loginDomain = {
|
|
47968
48044
|
name: "login",
|
|
47969
|
-
description: "Authentication, identity, and session management",
|
|
48045
|
+
description: "Authentication, identity, and session management for F5 XC. Manage connection profiles to save and switch between tenants, handle context for namespace targeting, and verify current authentication status with whoami.",
|
|
48046
|
+
descriptionShort: "Authentication and session management",
|
|
48047
|
+
descriptionMedium: "Manage connection profiles, authentication contexts, and session identity for F5 Distributed Cloud.",
|
|
47970
48048
|
commands: /* @__PURE__ */ new Map([["show", whoamiCommand]]),
|
|
47971
48049
|
subcommands: /* @__PURE__ */ new Map([
|
|
47972
48050
|
["profile", profileSubcommands],
|
|
@@ -48634,7 +48712,9 @@ function formatSummaryYaml(summary) {
|
|
|
48634
48712
|
}
|
|
48635
48713
|
var cloudstatusDomain = {
|
|
48636
48714
|
name: "cloudstatus",
|
|
48637
|
-
description: "Monitor F5 Distributed Cloud service status and incidents",
|
|
48715
|
+
description: "Monitor F5 Distributed Cloud service status and incidents. Check overall status indicators, view component health, track active incidents and their updates, and monitor scheduled maintenance windows.",
|
|
48716
|
+
descriptionShort: "F5 XC service status and incidents",
|
|
48717
|
+
descriptionMedium: "Monitor F5 Distributed Cloud service health, active incidents, component status, and scheduled maintenance windows.",
|
|
48638
48718
|
commands: /* @__PURE__ */ new Map([
|
|
48639
48719
|
["status", statusCommand],
|
|
48640
48720
|
["summary", summaryCommand],
|
|
@@ -49289,7 +49369,7 @@ function getAllDomains() {
|
|
|
49289
49369
|
for (const domain of customDomains.all()) {
|
|
49290
49370
|
domains.push({
|
|
49291
49371
|
name: domain.name,
|
|
49292
|
-
description: domain.
|
|
49372
|
+
description: domain.descriptionShort,
|
|
49293
49373
|
aliases: []
|
|
49294
49374
|
});
|
|
49295
49375
|
seen.add(domain.name);
|
|
@@ -49311,7 +49391,7 @@ function getAllDomains() {
|
|
|
49311
49391
|
if (seen.has(name)) continue;
|
|
49312
49392
|
domains.push({
|
|
49313
49393
|
name,
|
|
49314
|
-
description: info.
|
|
49394
|
+
description: info.descriptionShort,
|
|
49315
49395
|
aliases: info.aliases
|
|
49316
49396
|
});
|
|
49317
49397
|
seen.add(name);
|
|
@@ -49654,7 +49734,9 @@ var fishCommand = {
|
|
|
49654
49734
|
};
|
|
49655
49735
|
var completionDomain = {
|
|
49656
49736
|
name: "completion",
|
|
49657
|
-
description: "Generate shell completion scripts for bash, zsh, and fish",
|
|
49737
|
+
description: "Generate shell completion scripts for bash, zsh, and fish shells. Enables tab-completion for xcsh commands, domains, actions, and flags in your preferred shell environment.",
|
|
49738
|
+
descriptionShort: "Shell completion script generation",
|
|
49739
|
+
descriptionMedium: "Generate tab-completion scripts for bash, zsh, and fish shells to enhance the xcsh command-line experience.",
|
|
49658
49740
|
commands: /* @__PURE__ */ new Map([
|
|
49659
49741
|
["bash", bashCommand],
|
|
49660
49742
|
["zsh", zshCommand],
|
|
@@ -50178,7 +50260,7 @@ var Completer = class {
|
|
|
50178
50260
|
if (addedDomains.has(domain)) continue;
|
|
50179
50261
|
suggestions.push({
|
|
50180
50262
|
text: domain,
|
|
50181
|
-
description: meta.
|
|
50263
|
+
description: meta.descriptionShort,
|
|
50182
50264
|
category: "domain"
|
|
50183
50265
|
});
|
|
50184
50266
|
addedDomains.add(domain);
|
|
@@ -51072,10 +51154,13 @@ function formatDomainsHelp() {
|
|
|
51072
51154
|
for (const domain of domains.sort(
|
|
51073
51155
|
(a, b) => a.name.localeCompare(b.name)
|
|
51074
51156
|
)) {
|
|
51075
|
-
const aliases = domain.aliases.length > 0 ? ` (${domain.aliases.join(", ")})` : "";
|
|
51157
|
+
const aliases = domain.aliases.length > 0 ? colorDim(` (${domain.aliases.join(", ")})`) : "";
|
|
51076
51158
|
output.push(
|
|
51077
|
-
` ${domain.name.padEnd(24)} ${domain.
|
|
51159
|
+
` ${domain.name.padEnd(24)} ${domain.descriptionShort}`
|
|
51078
51160
|
);
|
|
51161
|
+
if (aliases) {
|
|
51162
|
+
output.push(` ${"".padEnd(24)} Aliases:${aliases}`);
|
|
51163
|
+
}
|
|
51079
51164
|
}
|
|
51080
51165
|
output.push("");
|
|
51081
51166
|
}
|
|
@@ -51140,7 +51225,7 @@ function formatDomainsSection() {
|
|
|
51140
51225
|
const maxNameLen = Math.max(...domains.map((d) => d.name.length));
|
|
51141
51226
|
for (const domain of domains) {
|
|
51142
51227
|
const padding = " ".repeat(maxNameLen - domain.name.length + 2);
|
|
51143
|
-
output.push(` ${domain.name}${padding}${domain.
|
|
51228
|
+
output.push(` ${domain.name}${padding}${domain.descriptionShort}`);
|
|
51144
51229
|
}
|
|
51145
51230
|
return output;
|
|
51146
51231
|
}
|
|
@@ -52188,7 +52273,7 @@ function App2() {
|
|
|
52188
52273
|
onSelect: handleSuggestionSelect,
|
|
52189
52274
|
onNavigate: handleSuggestionNavigate,
|
|
52190
52275
|
onCancel: completion.hide,
|
|
52191
|
-
maxVisible:
|
|
52276
|
+
maxVisible: 20,
|
|
52192
52277
|
isActive: false
|
|
52193
52278
|
}
|
|
52194
52279
|
) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|