@robinmordasiewicz/f5xc-xcsh 1.0.91-2601022325 → 1.0.91-2601030100

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/index.js CHANGED
@@ -44105,1970 +44105,2355 @@ var {
44105
44105
 
44106
44106
  // src/types/domains_generated.ts
44107
44107
  var generatedDomains = /* @__PURE__ */ new Map([
44108
- ["admin_console_and_ui", {
44109
- name: "admin_console_and_ui",
44110
- displayName: "Admin Console And Ui",
44111
- description: "Dashboard customization through namespace-bounded asset libraries. Storage systems for branding resources, layout templates, and interactive widgets. Catalog organization with system object references tracking modification history and deployment status. Schema enforcement ensuring configuration validity across tenant hierarchies and environment boundaries.",
44112
- descriptionShort: "Static UI components and console assets.",
44113
- descriptionMedium: "Namespace-scoped visual elements with versioning. Custom widget deployment and catalog management for portal surfaces.",
44114
- aliases: ["console-ui", "ui-assets", "static-components"],
44115
- complexity: "simple",
44116
- isPreview: false,
44117
- requiresTier: "Standard",
44118
- category: "Platform",
44119
- useCases: ["Manage static UI components for admin console", "Deploy and retrieve UI assets within namespaces", "Configure console interface elements", "Manage custom UI component metadata"],
44120
- relatedDomains: ["admin", "system"],
44121
- icon: "\u{1F5A5}\uFE0F",
44122
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B5CF6'%3E%3Cpath d='M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H3V4h18v12z'/%3E%3C/svg%3E",
44123
- uiCategory: "Configuration",
44124
- primaryResources: [
44125
- {
44126
- name: "ui_component",
44127
- description: "UI component for console customization",
44128
- descriptionShort: "UI component",
44129
- tier: "Standard",
44130
- icon: "\u{1F3A8}",
44131
- category: "Other",
44132
- supportsLogs: false,
44133
- supportsMetrics: false
44134
- },
44135
- {
44136
- name: "static_asset",
44137
- description: "Static asset for UI resources",
44138
- descriptionShort: "Static asset",
44139
- tier: "Standard",
44140
- icon: "\u{1F4C1}",
44141
- category: "Other",
44142
- supportsLogs: false,
44143
- supportsMetrics: false
44144
- }
44145
- ]
44146
- }],
44147
- ["ai_services", {
44148
- name: "ai_services",
44149
- displayName: "Ai Services",
44150
- description: "Query handling through inference routing with production and test modes. Positive and negative quality markers with detailed categorization capture assistant performance. Streaming connections support authenticated access, subscription lifecycles, and feature flags. IP provisioning services allocate infrastructure resources for model workloads across distributed systems.",
44151
- descriptionShort: "AI assistant queries and feedback collection.",
44152
- descriptionMedium: "Natural language processing with quality signals and anomaly monitoring. Token authentication for data stream subscriptions.",
44153
- aliases: ["ai", "genai", "assistant"],
44154
- complexity: "simple",
44155
- isPreview: true,
44156
- requiresTier: "Advanced",
44157
- category: "AI",
44158
- useCases: ["Access AI-powered features", "Configure AI assistant policies", "Enable flow anomaly detection", "Manage AI data collection"],
44159
- relatedDomains: [],
44160
- icon: "\u{1F916}",
44161
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366F1'%3E%3Cpath d='M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79s7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58s9.14-3.47 12.65 0L21 3v7.12zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z'/%3E%3C/svg%3E",
44162
- uiCategory: "AI & Automation",
44163
- primaryResources: [
44164
- {
44165
- name: "ai_policy",
44166
- description: "AI policy for generative AI traffic control",
44167
- descriptionShort: "AI policy",
44168
- tier: "Advanced",
44169
- icon: "\u{1F916}",
44170
- category: "Security",
44171
- supportsLogs: true,
44172
- supportsMetrics: true
44173
- },
44174
- {
44175
- name: "ai_gateway",
44176
- description: "AI gateway for LLM API management",
44177
- descriptionShort: "AI gateway",
44178
- tier: "Advanced",
44179
- icon: "\u{1F680}",
44180
- category: "API Management",
44181
- supportsLogs: true,
44182
- supportsMetrics: true,
44183
- dependencies: { optional: ["ai_policy"] },
44184
- relationshipHints: ["ai_policy: Policy for AI traffic control"]
44185
- }
44186
- ]
44187
- }],
44188
- ["api", {
44189
- name: "api",
44190
- displayName: "Api",
44191
- description: "Structured classification systems with versioning support for contract evolution. Hierarchical groupings segment resources by operational role or security boundaries. Behavioral verification confirms authentication flows and permission constraints. Token and key safeguards protect sensitive credentials. Traffic inspection through connected load balancers and firewalls enables threat detection at network perimeters.",
44192
- descriptionShort: "Interface definitions, schema validation, and grouping.",
44193
- descriptionMedium: "Resource cataloging with automatic classification and security profiling. Organizational hierarchies segment access by function or protection policy.",
44194
- aliases: ["apisec", "api-discovery"],
44195
- complexity: "advanced",
44196
- isPreview: false,
44197
- requiresTier: "Advanced",
44198
- category: "Security",
44199
- useCases: ["Discover and catalog APIs", "Test API security and behavior", "Manage API credentials", "Define API groups and testing policies"],
44200
- relatedDomains: ["waf", "network_security"],
44201
- cliMetadata: {
44202
- "quick_start": {
44203
- "command": "curl $F5XC_API_URL/api/config/namespaces/default/api_catalogs -H 'Authorization: APIToken $F5XC_API_TOKEN'",
44204
- "description": "List all API catalogs in default namespace",
44205
- "expected_output": "JSON array of API catalog objects"
44108
+ [
44109
+ "admin_console_and_ui",
44110
+ {
44111
+ name: "admin_console_and_ui",
44112
+ displayName: "Admin Console And Ui",
44113
+ description: "Dashboard customization through namespace-bounded asset libraries. Storage systems for branding resources, layout templates, and interactive widgets. Catalog organization with system object references tracking modification history and deployment status. Schema enforcement ensuring configuration validity across tenant hierarchies and environment boundaries.",
44114
+ descriptionShort: "Static UI components and console assets.",
44115
+ descriptionMedium: "Namespace-scoped visual elements with versioning. Custom widget deployment and catalog management for portal surfaces.",
44116
+ aliases: ["console-ui", "ui-assets", "static-components"],
44117
+ complexity: "simple",
44118
+ isPreview: false,
44119
+ requiresTier: "Standard",
44120
+ category: "Platform",
44121
+ useCases: [
44122
+ "Manage static UI components for admin console",
44123
+ "Deploy and retrieve UI assets within namespaces",
44124
+ "Configure console interface elements",
44125
+ "Manage custom UI component metadata"
44126
+ ],
44127
+ relatedDomains: ["admin", "system"],
44128
+ icon: "\u{1F5A5}\uFE0F",
44129
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B5CF6'%3E%3Cpath d='M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H3V4h18v12z'/%3E%3C/svg%3E",
44130
+ uiCategory: "Configuration",
44131
+ primaryResources: [
44132
+ {
44133
+ name: "ui_component",
44134
+ description: "UI component for console customization",
44135
+ descriptionShort: "UI component",
44136
+ tier: "Standard",
44137
+ icon: "\u{1F3A8}",
44138
+ category: "Other",
44139
+ supportsLogs: false,
44140
+ supportsMetrics: false
44141
+ },
44142
+ {
44143
+ name: "static_asset",
44144
+ description: "Static asset for UI resources",
44145
+ descriptionShort: "Static asset",
44146
+ tier: "Standard",
44147
+ icon: "\u{1F4C1}",
44148
+ category: "Other",
44149
+ supportsLogs: false,
44150
+ supportsMetrics: false
44151
+ }
44152
+ ]
44153
+ }
44154
+ ],
44155
+ [
44156
+ "ai_services",
44157
+ {
44158
+ name: "ai_services",
44159
+ displayName: "Ai Services",
44160
+ description: "Query handling through inference routing with production and test modes. Positive and negative quality markers with detailed categorization capture assistant performance. Streaming connections support authenticated access, subscription lifecycles, and feature flags. IP provisioning services allocate infrastructure resources for model workloads across distributed systems.",
44161
+ descriptionShort: "AI assistant queries and feedback collection.",
44162
+ descriptionMedium: "Natural language processing with quality signals and anomaly monitoring. Token authentication for data stream subscriptions.",
44163
+ aliases: ["ai", "genai", "assistant"],
44164
+ complexity: "simple",
44165
+ isPreview: true,
44166
+ requiresTier: "Advanced",
44167
+ category: "AI",
44168
+ useCases: [
44169
+ "Access AI-powered features",
44170
+ "Configure AI assistant policies",
44171
+ "Enable flow anomaly detection",
44172
+ "Manage AI data collection"
44173
+ ],
44174
+ relatedDomains: [],
44175
+ icon: "\u{1F916}",
44176
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366F1'%3E%3Cpath d='M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79s7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58s9.14-3.47 12.65 0L21 3v7.12zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z'/%3E%3C/svg%3E",
44177
+ uiCategory: "AI & Automation",
44178
+ primaryResources: [
44179
+ {
44180
+ name: "ai_policy",
44181
+ description: "AI policy for generative AI traffic control",
44182
+ descriptionShort: "AI policy",
44183
+ tier: "Advanced",
44184
+ icon: "\u{1F916}",
44185
+ category: "Security",
44186
+ supportsLogs: true,
44187
+ supportsMetrics: true
44188
+ },
44189
+ {
44190
+ name: "ai_gateway",
44191
+ description: "AI gateway for LLM API management",
44192
+ descriptionShort: "AI gateway",
44193
+ tier: "Advanced",
44194
+ icon: "\u{1F680}",
44195
+ category: "API Management",
44196
+ supportsLogs: true,
44197
+ supportsMetrics: true,
44198
+ dependencies: { optional: ["ai_policy"] },
44199
+ relationshipHints: [
44200
+ "ai_policy: Policy for AI traffic control"
44201
+ ]
44202
+ }
44203
+ ]
44204
+ }
44205
+ ],
44206
+ [
44207
+ "api",
44208
+ {
44209
+ name: "api",
44210
+ displayName: "Api",
44211
+ description: "Structured classification systems with versioning support for contract evolution. Hierarchical groupings segment resources by operational role or security boundaries. Behavioral verification confirms authentication flows and permission constraints. Token and key safeguards protect sensitive credentials. Traffic inspection through connected load balancers and firewalls enables threat detection at network perimeters.",
44212
+ descriptionShort: "Interface definitions, schema validation, and grouping.",
44213
+ descriptionMedium: "Resource cataloging with automatic classification and security profiling. Organizational hierarchies segment access by function or protection policy.",
44214
+ aliases: ["apisec", "api-discovery"],
44215
+ complexity: "advanced",
44216
+ isPreview: false,
44217
+ requiresTier: "Advanced",
44218
+ category: "Security",
44219
+ useCases: [
44220
+ "Discover and catalog APIs",
44221
+ "Test API security and behavior",
44222
+ "Manage API credentials",
44223
+ "Define API groups and testing policies"
44224
+ ],
44225
+ relatedDomains: ["waf", "network_security"],
44226
+ cliMetadata: {
44227
+ quick_start: {
44228
+ command: "curl $F5XC_API_URL/api/config/namespaces/default/api_catalogs -H 'Authorization: APIToken $F5XC_API_TOKEN'",
44229
+ description: "List all API catalogs in default namespace",
44230
+ expected_output: "JSON array of API catalog objects"
44231
+ },
44232
+ common_workflows: [
44233
+ {
44234
+ name: "Protect API with Security Policy",
44235
+ description: "Discover and protect APIs with WAF security policies",
44236
+ steps: [
44237
+ {
44238
+ step: 1,
44239
+ command: "curl -X POST $F5XC_API_URL/api/config/namespaces/default/api_catalogs -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...catalog_config...}'",
44240
+ description: "Create API catalog for API discovery and documentation"
44241
+ },
44242
+ {
44243
+ step: 2,
44244
+ command: "curl -X POST $F5XC_API_URL/api/config/namespaces/default/api_definitions -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...api_config...}'",
44245
+ description: "Create API definition with security enforcement"
44246
+ }
44247
+ ],
44248
+ prerequisites: [
44249
+ "API endpoints documented",
44250
+ "Security policies defined",
44251
+ "WAF rules configured"
44252
+ ],
44253
+ expected_outcome: "APIs protected, violations logged and blocked"
44254
+ }
44255
+ ],
44256
+ troubleshooting: [
44257
+ {
44258
+ problem: "API traffic blocked by security policy",
44259
+ symptoms: [
44260
+ "HTTP 403 Forbidden",
44261
+ "Requests rejected at edge"
44262
+ ],
44263
+ diagnosis_commands: [
44264
+ "curl $F5XC_API_URL/api/config/namespaces/default/api_definitions/{api} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
44265
+ "Check security policy enforcement rules"
44266
+ ],
44267
+ solutions: [
44268
+ "Review API definition and security policy rules",
44269
+ "Adjust rule sensitivity to reduce false positives",
44270
+ "Add exception rules for legitimate traffic patterns"
44271
+ ]
44272
+ }
44273
+ ],
44274
+ icon: "\u{1F510}"
44206
44275
  },
44207
- "common_workflows": [
44276
+ icon: "\u{1F510}",
44277
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E",
44278
+ uiCategory: "API Protection",
44279
+ primaryResources: [
44280
+ {
44281
+ name: "api_definition",
44282
+ description: "API schema definition for discovery and protection",
44283
+ descriptionShort: "API definition",
44284
+ tier: "Advanced",
44285
+ icon: "\u{1F4C4}",
44286
+ category: "API Management",
44287
+ supportsLogs: false,
44288
+ supportsMetrics: false,
44289
+ dependencies: { optional: ["api_endpoint"] },
44290
+ relationshipHints: [
44291
+ "api_endpoint: Endpoints defined by this API"
44292
+ ]
44293
+ },
44208
44294
  {
44209
- "name": "Protect API with Security Policy",
44210
- "description": "Discover and protect APIs with WAF security policies",
44211
- "steps": [
44212
- {
44213
- "step": 1,
44214
- "command": "curl -X POST $F5XC_API_URL/api/config/namespaces/default/api_catalogs -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...catalog_config...}'",
44215
- "description": "Create API catalog for API discovery and documentation"
44216
- },
44217
- {
44218
- "step": 2,
44219
- "command": "curl -X POST $F5XC_API_URL/api/config/namespaces/default/api_definitions -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...api_config...}'",
44220
- "description": "Create API definition with security enforcement"
44221
- }
44222
- ],
44223
- "prerequisites": [
44224
- "API endpoints documented",
44225
- "Security policies defined",
44226
- "WAF rules configured"
44227
- ],
44228
- "expected_outcome": "APIs protected, violations logged and blocked"
44295
+ name: "api_endpoint",
44296
+ description: "Individual API endpoint configuration and protection",
44297
+ descriptionShort: "API endpoint",
44298
+ tier: "Advanced",
44299
+ icon: "\u{1F50C}",
44300
+ category: "API Management",
44301
+ supportsLogs: true,
44302
+ supportsMetrics: true,
44303
+ dependencies: { optional: ["api_rate_limit"] },
44304
+ relationshipHints: [
44305
+ "api_rate_limit: Rate limiting for this endpoint"
44306
+ ]
44307
+ },
44308
+ {
44309
+ name: "api_rate_limit",
44310
+ description: "API rate limiting configuration for traffic control",
44311
+ descriptionShort: "API rate limit",
44312
+ tier: "Advanced",
44313
+ icon: "\u23F1\uFE0F",
44314
+ category: "API Management",
44315
+ supportsLogs: true,
44316
+ supportsMetrics: true
44317
+ }
44318
+ ]
44319
+ }
44320
+ ],
44321
+ [
44322
+ "authentication",
44323
+ {
44324
+ name: "authentication",
44325
+ displayName: "Authentication",
44326
+ description: "F5 Distributed Cloud Authentication API specifications",
44327
+ descriptionShort: "Authentication API",
44328
+ descriptionMedium: "F5 Distributed Cloud Authentication API specifications",
44329
+ aliases: ["authn", "oidc", "sso"],
44330
+ complexity: "simple",
44331
+ isPreview: false,
44332
+ requiresTier: "Standard",
44333
+ category: "Platform",
44334
+ useCases: [
44335
+ "Configure authentication mechanisms",
44336
+ "Manage OIDC and OAuth providers",
44337
+ "Configure SCIM user provisioning",
44338
+ "Manage API credentials and access",
44339
+ "Configure account signup policies"
44340
+ ],
44341
+ relatedDomains: ["system", "users"],
44342
+ icon: "\u{1F511}",
44343
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FBBF24'%3E%3Cpath d='M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E",
44344
+ uiCategory: "Identity & Access",
44345
+ primaryResources: [
44346
+ {
44347
+ name: "authentication_policy",
44348
+ description: "Authentication policy for user and API access",
44349
+ descriptionShort: "Auth policy",
44350
+ tier: "Standard",
44351
+ icon: "\u{1F510}",
44352
+ category: "Identity",
44353
+ supportsLogs: true,
44354
+ supportsMetrics: false
44355
+ },
44356
+ {
44357
+ name: "token",
44358
+ description: "API token for programmatic access",
44359
+ descriptionShort: "Token",
44360
+ tier: "Standard",
44361
+ icon: "\u{1F3AB}",
44362
+ category: "Identity",
44363
+ supportsLogs: false,
44364
+ supportsMetrics: false
44365
+ },
44366
+ {
44367
+ name: "api_credential",
44368
+ description: "API credential for service authentication",
44369
+ descriptionShort: "API credential",
44370
+ tier: "Standard",
44371
+ icon: "\u{1F511}",
44372
+ category: "Identity",
44373
+ supportsLogs: false,
44374
+ supportsMetrics: false
44375
+ }
44376
+ ]
44377
+ }
44378
+ ],
44379
+ [
44380
+ "bigip",
44381
+ {
44382
+ name: "bigip",
44383
+ displayName: "Bigip",
44384
+ description: "On-premises appliance connector enabling iRule lifecycle operations and data group replication. APM policy coordination, virtual server configuration binding, and CNE linkage. Telemetry aggregation and health status monitoring across hybrid infrastructure deployments.",
44385
+ descriptionShort: "iRules, data groups, and APM integration.",
44386
+ descriptionMedium: "Legacy device orchestration with iRule scripts and data group synchronization. Virtual server bindings and metrics collection.",
44387
+ aliases: ["f5-bigip", "irule", "ltm"],
44388
+ complexity: "moderate",
44389
+ isPreview: false,
44390
+ requiresTier: "Advanced",
44391
+ category: "Platform",
44392
+ useCases: [
44393
+ "Manage BigIP F5 appliances",
44394
+ "Configure iRule scripts",
44395
+ "Manage data groups",
44396
+ "Integrate BigIP CNE"
44397
+ ],
44398
+ relatedDomains: ["marketplace"],
44399
+ icon: "\u{1F3E2}",
44400
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z'/%3E%3C/svg%3E",
44401
+ uiCategory: "BIG-IP Connector",
44402
+ primaryResources: [
44403
+ {
44404
+ name: "bigip_pool",
44405
+ description: "BIG-IP pool for load balancing integration",
44406
+ descriptionShort: "BIG-IP pool",
44407
+ tier: "Advanced",
44408
+ icon: "\u{1F3AF}",
44409
+ category: "Load Balancing",
44410
+ supportsLogs: false,
44411
+ supportsMetrics: true
44412
+ },
44413
+ {
44414
+ name: "bigip_device",
44415
+ description: "BIG-IP device registration and management",
44416
+ descriptionShort: "BIG-IP device",
44417
+ tier: "Advanced",
44418
+ icon: "\u{1F5A5}\uFE0F",
44419
+ category: "Infrastructure",
44420
+ supportsLogs: true,
44421
+ supportsMetrics: true
44422
+ }
44423
+ ]
44424
+ }
44425
+ ],
44426
+ [
44427
+ "billing_and_usage",
44428
+ {
44429
+ name: "billing_and_usage",
44430
+ displayName: "Billing And Usage",
44431
+ description: "Subscription lifecycle with plan transitions and billing states. Payment method hierarchies supporting primary and secondary configurations. Invoice generation with PDF downloads and custom listing. Resource quotas per namespace with limit definitions and consumption metrics. Contact types for billing notifications and tenant deletion workflows.",
44432
+ descriptionShort: "Subscription plans, payment methods, and quotas.",
44433
+ descriptionMedium: "Plan transitions, invoicing, and resource consumption. Namespace-level quota limits and usage tracking.",
44434
+ aliases: ["billing-usage", "quotas", "usage-tracking"],
44435
+ complexity: "moderate",
44436
+ isPreview: false,
44437
+ requiresTier: "Standard",
44438
+ category: "Platform",
44439
+ useCases: [
44440
+ "Manage subscription plans and billing transitions",
44441
+ "Configure payment methods and invoices",
44442
+ "Track resource quota usage across namespaces",
44443
+ "Monitor usage limits and capacity"
44444
+ ],
44445
+ relatedDomains: ["system", "users"],
44446
+ icon: "\u{1F4B3}",
44447
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E",
44448
+ uiCategory: "Configuration",
44449
+ primaryResources: [
44450
+ {
44451
+ name: "subscription",
44452
+ description: "Subscription for service entitlements",
44453
+ descriptionShort: "Subscription",
44454
+ tier: "Standard",
44455
+ icon: "\u{1F4B3}",
44456
+ category: "Other",
44457
+ supportsLogs: false,
44458
+ supportsMetrics: false
44459
+ },
44460
+ {
44461
+ name: "quota",
44462
+ description: "Resource quota for usage limits",
44463
+ descriptionShort: "Quota",
44464
+ tier: "Standard",
44465
+ icon: "\u{1F4CA}",
44466
+ category: "Other",
44467
+ supportsLogs: false,
44468
+ supportsMetrics: false
44469
+ },
44470
+ {
44471
+ name: "usage_report",
44472
+ description: "Usage report for consumption tracking",
44473
+ descriptionShort: "Usage report",
44474
+ tier: "Standard",
44475
+ icon: "\u{1F4C8}",
44476
+ category: "Other",
44477
+ supportsLogs: false,
44478
+ supportsMetrics: false
44479
+ }
44480
+ ]
44481
+ }
44482
+ ],
44483
+ [
44484
+ "blindfold",
44485
+ {
44486
+ name: "blindfold",
44487
+ displayName: "Blindfold",
44488
+ description: "Public key retrieval and secret policy enforcement for encrypted data handling. Policy rules govern access with configurable matching and transformation actions. VoltShare integration provides decryption services, access counting, and audit log aggregation. Namespace-scoped policies enable fine-grained control over sensitive information with administrative overrides.",
44489
+ descriptionShort: "Secret encryption, key policies, and audit trails.",
44490
+ descriptionMedium: "Encryption key management with policy-based access controls. Audit logging and secure data protection.",
44491
+ aliases: ["bf", "encrypt", "secrets"],
44492
+ complexity: "moderate",
44493
+ isPreview: false,
44494
+ requiresTier: "Advanced",
44495
+ category: "Security",
44496
+ useCases: [
44497
+ "Configure secret policies for encryption",
44498
+ "Manage sensitive data encryption",
44499
+ "Enforce data protection policies"
44500
+ ],
44501
+ relatedDomains: ["client_side_defense", "certificates"],
44502
+ icon: "\u{1F50F}",
44503
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366F1'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E%3C/svg%3E",
44504
+ uiCategory: "Security",
44505
+ primaryResources: [
44506
+ {
44507
+ name: "blindfold_secret",
44508
+ description: "Encrypted secret using Blindfold encryption",
44509
+ descriptionShort: "Blindfold secret",
44510
+ tier: "Standard",
44511
+ icon: "\u{1F510}",
44512
+ category: "Security",
44513
+ supportsLogs: false,
44514
+ supportsMetrics: false
44515
+ },
44516
+ {
44517
+ name: "secret_policy",
44518
+ description: "Secret management policy configuration",
44519
+ descriptionShort: "Secret policy",
44520
+ tier: "Standard",
44521
+ icon: "\u{1F4CB}",
44522
+ category: "Security",
44523
+ supportsLogs: false,
44524
+ supportsMetrics: false
44525
+ },
44526
+ {
44527
+ name: "policy_document",
44528
+ description: "Policy document for access control definitions",
44529
+ descriptionShort: "Policy document",
44530
+ tier: "Standard",
44531
+ icon: "\u{1F4C4}",
44532
+ category: "Security",
44533
+ supportsLogs: false,
44534
+ supportsMetrics: false
44535
+ }
44536
+ ]
44537
+ }
44538
+ ],
44539
+ [
44540
+ "bot_and_threat_defense",
44541
+ {
44542
+ name: "bot_and_threat_defense",
44543
+ displayName: "Bot And Threat Defense",
44544
+ 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.",
44545
+ descriptionShort: "Bot detection, threat categories, and defense instances.",
44546
+ descriptionMedium: "Threat classification with behavioral analysis and signature matching. Automated blocking for malicious traffic patterns.",
44547
+ aliases: ["threat-defense", "tpm", "shape-bot"],
44548
+ complexity: "moderate",
44549
+ isPreview: false,
44550
+ requiresTier: "Advanced",
44551
+ category: "Security",
44552
+ useCases: [
44553
+ "Configure bot defense instances per namespace",
44554
+ "Manage TPM threat categories for classification",
44555
+ "Provision API keys for automated defense systems",
44556
+ "Integrate threat intelligence services"
44557
+ ],
44558
+ relatedDomains: ["bot_defense", "shape", "waf"],
44559
+ icon: "\u{1F9A0}",
44560
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M19.5 5.5 18 4l-1.5 1.5L18 7l1.5-1.5zM12 2v3m0 14v3m10-10h-3M5 12H2m15.5 6.5L18 20l1.5-1.5L18 17l-1.5 1.5zm-11 0L6 20l-1.5-1.5L6 17l-1.5 1.5zm0-11L6 4l-1.5 1.5L6 7 4.5 5.5zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z'/%3E%3C/svg%3E",
44561
+ uiCategory: "Bot Defense",
44562
+ primaryResources: [
44563
+ {
44564
+ name: "bot_defense_instance",
44565
+ description: "Bot defense instance for deployment",
44566
+ descriptionShort: "Bot defense instance",
44567
+ tier: "Advanced",
44568
+ icon: "\u{1F916}",
44569
+ category: "Security",
44570
+ supportsLogs: true,
44571
+ supportsMetrics: true
44572
+ },
44573
+ {
44574
+ name: "threat_category",
44575
+ description: "Threat category for classification",
44576
+ descriptionShort: "Threat category",
44577
+ tier: "Advanced",
44578
+ icon: "\u{1F3AF}",
44579
+ category: "Security",
44580
+ supportsLogs: false,
44581
+ supportsMetrics: false
44229
44582
  }
44583
+ ]
44584
+ }
44585
+ ],
44586
+ [
44587
+ "cdn",
44588
+ {
44589
+ name: "cdn",
44590
+ displayName: "Cdn",
44591
+ description: "Content distribution through global edge networks with rule-based eligibility. Path matchers, cookie patterns, and query parameter filters control caching behavior. Expression-based rules enable fine-grained targeting by request attributes. Load balancer integration provides throughput aggregation, request log queries, and on-demand cache clearing across worldwide distribution points.",
44592
+ descriptionShort: "Edge caching, content delivery, and distribution rules.",
44593
+ descriptionMedium: "Path-based policies with TTL controls and header conditions. Purge operations, access logs, and cache eligibility for multi-region deployments.",
44594
+ aliases: ["cache", "content"],
44595
+ complexity: "advanced",
44596
+ isPreview: false,
44597
+ requiresTier: "Advanced",
44598
+ category: "Networking",
44599
+ useCases: [
44600
+ "Configure CDN load balancing",
44601
+ "Manage content delivery network services",
44602
+ "Configure caching policies",
44603
+ "Manage data delivery and distribution"
44230
44604
  ],
44231
- "troubleshooting": [
44605
+ relatedDomains: ["virtual"],
44606
+ icon: "\u{1F680}",
44607
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F97316'%3E%3Cpath d='M12 2.5s4.5 2.04 4.5 10c0 3.22-1.67 5.6-3.25 7.08L12 22l-1.25-2.42C9.17 18.1 7.5 15.72 7.5 12.5c0-7.96 4.5-10 4.5-10zm0 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 14.5c0 1.22.57 2.36 1.44 3.22l1.76-1.76c-.43-.43-.7-1.01-.7-1.66 0-.25.04-.49.1-.72L5.21 12.1c-.13.77-.21 1.58-.21 2.4zm14 0c0-.82-.08-1.63-.21-2.4l-2.39 1.48c.06.23.1.47.1.72 0 .65-.27 1.23-.7 1.66l1.76 1.76c.87-.86 1.44-2 1.44-3.22z'/%3E%3C/svg%3E",
44608
+ uiCategory: "Load Balancing",
44609
+ primaryResources: [
44610
+ {
44611
+ name: "cdn_loadbalancer",
44612
+ description: "Content delivery network load balancer for edge caching",
44613
+ descriptionShort: "CDN load balancer",
44614
+ tier: "Standard",
44615
+ icon: "\u{1F30D}",
44616
+ category: "Load Balancing",
44617
+ supportsLogs: true,
44618
+ supportsMetrics: true,
44619
+ dependencies: { required: ["cdn_origin_pool"] },
44620
+ relationshipHints: [
44621
+ "cdn_origin_pool: Origin servers for CDN content"
44622
+ ]
44623
+ },
44232
44624
  {
44233
- "problem": "API traffic blocked by security policy",
44234
- "symptoms": [
44235
- "HTTP 403 Forbidden",
44236
- "Requests rejected at edge"
44237
- ],
44238
- "diagnosis_commands": [
44239
- "curl $F5XC_API_URL/api/config/namespaces/default/api_definitions/{api} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
44240
- "Check security policy enforcement rules"
44241
- ],
44242
- "solutions": [
44243
- "Review API definition and security policy rules",
44244
- "Adjust rule sensitivity to reduce false positives",
44245
- "Add exception rules for legitimate traffic patterns"
44625
+ name: "cdn_origin_pool",
44626
+ description: "Origin server pool for CDN content sourcing",
44627
+ descriptionShort: "CDN origin pool",
44628
+ tier: "Standard",
44629
+ icon: "\u{1F3AF}",
44630
+ category: "Load Balancing",
44631
+ supportsLogs: false,
44632
+ supportsMetrics: true
44633
+ }
44634
+ ]
44635
+ }
44636
+ ],
44637
+ [
44638
+ "ce_management",
44639
+ {
44640
+ name: "ce_management",
44641
+ displayName: "Ce Management",
44642
+ description: "Customer edge node lifecycle through secure enrollment tokens and downloadable deployment images. Network connectivity options span exclusive, common, and administrative pathways with DHCP address pools supporting both IPv4 and IPv6. Bulk grouping consolidates configuration across distributed locations. Compatibility verification runs before software updates, with rollout tracking for version progression across the infrastructure.",
44643
+ descriptionShort: "Network interfaces, fleets, and site registration.",
44644
+ descriptionMedium: "Token-based provisioning with image downloads and pre-upgrade validation. Fleet grouping enables bulk operations across distributed locations.",
44645
+ aliases: ["ce-mgmt", "edge-management", "ce-lifecycle"],
44646
+ complexity: "advanced",
44647
+ isPreview: false,
44648
+ requiresTier: "Standard",
44649
+ category: "Infrastructure",
44650
+ useCases: [
44651
+ "Manage Customer Edge site lifecycle",
44652
+ "Configure network interfaces and fleet settings",
44653
+ "Handle site registration and token workflows",
44654
+ "Execute site upgrades with pre-upgrade checks"
44655
+ ],
44656
+ relatedDomains: ["customer_edge", "sites"],
44657
+ icon: "\u{1F527}",
44658
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F59E0B'%3E%3Cpath d='M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z'/%3E%3C/svg%3E",
44659
+ uiCategory: "Sites",
44660
+ primaryResources: [
44661
+ {
44662
+ name: "site_config",
44663
+ description: "Site configuration for edge node settings",
44664
+ descriptionShort: "Site config",
44665
+ tier: "Standard",
44666
+ icon: "\u2699\uFE0F",
44667
+ category: "Infrastructure",
44668
+ supportsLogs: false,
44669
+ supportsMetrics: false
44670
+ },
44671
+ {
44672
+ name: "fleet_config",
44673
+ description: "Fleet configuration for multi-site management",
44674
+ descriptionShort: "Fleet config",
44675
+ tier: "Standard",
44676
+ icon: "\u{1F680}",
44677
+ category: "Infrastructure",
44678
+ supportsLogs: false,
44679
+ supportsMetrics: false
44680
+ },
44681
+ {
44682
+ name: "registration_token",
44683
+ description: "Registration token for site onboarding",
44684
+ descriptionShort: "Registration token",
44685
+ tier: "Standard",
44686
+ icon: "\u{1F3AB}",
44687
+ category: "Infrastructure",
44688
+ supportsLogs: false,
44689
+ supportsMetrics: false
44690
+ }
44691
+ ]
44692
+ }
44693
+ ],
44694
+ [
44695
+ "certificates",
44696
+ {
44697
+ name: "certificates",
44698
+ displayName: "Certificates",
44699
+ description: "X.509 certificate chains with intermediate and root CA support. Trusted CA list bundles for client authentication and mTLS validation. CRL distribution points and OCSP stapling configuration. Certificate manifests link credentials to load balancers and gateways. Automatic expiration tracking and renewal notifications.",
44700
+ descriptionShort: "SSL/TLS chains, trusted CAs, and revocation lists.",
44701
+ descriptionMedium: "Certificate chains and trusted CA bundles. Revocation list management and manifest configuration for PKI operations.",
44702
+ aliases: ["cert", "certs", "ssl", "tls"],
44703
+ complexity: "moderate",
44704
+ isPreview: false,
44705
+ requiresTier: "Standard",
44706
+ category: "Security",
44707
+ useCases: [
44708
+ "Manage SSL/TLS certificates",
44709
+ "Configure trusted CAs",
44710
+ "Manage certificate revocation lists (CRL)",
44711
+ "Configure certificate manifests"
44712
+ ],
44713
+ relatedDomains: ["blindfold", "system"],
44714
+ icon: "\u{1F4DC}",
44715
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314B8A6'%3E%3Cpath d='M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E",
44716
+ uiCategory: "Security",
44717
+ primaryResources: [
44718
+ {
44719
+ name: "certificate",
44720
+ description: "TLS certificate for secure HTTPS connections",
44721
+ descriptionShort: "Certificate",
44722
+ tier: "Standard",
44723
+ icon: "\u{1F4DC}",
44724
+ category: "Security",
44725
+ supportsLogs: false,
44726
+ supportsMetrics: false
44727
+ },
44728
+ {
44729
+ name: "ca_certificate",
44730
+ description: "Certificate authority certificate for trust chain",
44731
+ descriptionShort: "CA certificate",
44732
+ tier: "Standard",
44733
+ icon: "\u{1F4DC}",
44734
+ category: "Security",
44735
+ supportsLogs: false,
44736
+ supportsMetrics: false
44737
+ },
44738
+ {
44739
+ name: "certificate_chain",
44740
+ description: "Certificate chain for complete trust verification",
44741
+ descriptionShort: "Certificate chain",
44742
+ tier: "Standard",
44743
+ icon: "\u{1F517}",
44744
+ category: "Security",
44745
+ supportsLogs: false,
44746
+ supportsMetrics: false
44747
+ }
44748
+ ]
44749
+ }
44750
+ ],
44751
+ [
44752
+ "cloud_infrastructure",
44753
+ {
44754
+ name: "cloud_infrastructure",
44755
+ displayName: "Cloud Infrastructure",
44756
+ description: "Hyperscaler integration supporting Amazon Web Services, Microsoft Azure, and Google Cloud Platform environments. Virtual network attachment workflows enable elastic compute provisioning with automatic reattachment capabilities. Edge authentication secrets for provider access. Segment telemetry and cross-region link reapplication for distributed deployments. Autonomous path synchronization across peered networks with real-time topology updates.",
44757
+ descriptionShort: "AWS, Azure, GCP connectors and VPC attachments.",
44758
+ descriptionMedium: "Multi-cloud provider connections with gateway peering and network path configuration. Credential vault integration and subnet enumeration.",
44759
+ aliases: ["cloud", "infra", "provider"],
44760
+ complexity: "moderate",
44761
+ isPreview: false,
44762
+ requiresTier: "Standard",
44763
+ category: "Infrastructure",
44764
+ useCases: [
44765
+ "Connect to cloud providers (AWS, Azure, GCP)",
44766
+ "Manage cloud credentials and authentication",
44767
+ "Configure cloud connectivity and elastic provisioning",
44768
+ "Link and manage cloud regions"
44769
+ ],
44770
+ relatedDomains: ["sites", "customer_edge"],
44771
+ icon: "\u2601\uFE0F",
44772
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2306B6D4'%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z'/%3E%3C/svg%3E",
44773
+ uiCategory: "Cloud Connect",
44774
+ primaryResources: [
44775
+ {
44776
+ name: "aws_vpc_site",
44777
+ description: "AWS VPC site deployment with edge node provisioning",
44778
+ descriptionShort: "AWS VPC site",
44779
+ tier: "Standard",
44780
+ icon: "\u2601\uFE0F",
44781
+ category: "Infrastructure",
44782
+ supportsLogs: true,
44783
+ supportsMetrics: true,
44784
+ dependencies: { required: ["cloud_credentials"] },
44785
+ relationshipHints: [
44786
+ "cloud_credentials: AWS authentication for deployment"
44246
44787
  ]
44788
+ },
44789
+ {
44790
+ name: "azure_vnet_site",
44791
+ description: "Azure VNet site deployment with edge node provisioning",
44792
+ descriptionShort: "Azure VNet site",
44793
+ tier: "Standard",
44794
+ icon: "\u2601\uFE0F",
44795
+ category: "Infrastructure",
44796
+ supportsLogs: true,
44797
+ supportsMetrics: true,
44798
+ dependencies: { required: ["cloud_credentials"] },
44799
+ relationshipHints: [
44800
+ "cloud_credentials: Azure authentication for deployment"
44801
+ ]
44802
+ },
44803
+ {
44804
+ name: "gcp_vpc_site",
44805
+ description: "Google Cloud VPC site deployment with edge node provisioning",
44806
+ descriptionShort: "GCP VPC site",
44807
+ tier: "Standard",
44808
+ icon: "\u2601\uFE0F",
44809
+ category: "Infrastructure",
44810
+ supportsLogs: true,
44811
+ supportsMetrics: true,
44812
+ dependencies: { required: ["cloud_credentials"] },
44813
+ relationshipHints: [
44814
+ "cloud_credentials: GCP authentication for deployment"
44815
+ ]
44816
+ },
44817
+ {
44818
+ name: "cloud_credentials",
44819
+ description: "Cloud provider authentication credentials for site deployment",
44820
+ descriptionShort: "Cloud credentials",
44821
+ tier: "Standard",
44822
+ icon: "\u{1F511}",
44823
+ category: "Infrastructure",
44824
+ supportsLogs: false,
44825
+ supportsMetrics: false
44247
44826
  }
44827
+ ]
44828
+ }
44829
+ ],
44830
+ [
44831
+ "container_services",
44832
+ {
44833
+ name: "container_services",
44834
+ displayName: "Container Services",
44835
+ description: "Namespaced isolation with configurable limits and autoscaling policies. vK8s abstracts operational overhead while providing scheduling, persistent storage, and service mesh integration. Compute profiles specify CPU, memory, and GPU allocations for reproducible environments. Telemetry tracks consumption patterns across geographically distributed infrastructure nodes.",
44836
+ descriptionShort: "Containerized workloads and virtual Kubernetes clusters.",
44837
+ descriptionMedium: "Pod orchestration without full cluster complexity. Edge site execution, quota enforcement, and standardized compute profiles for distributed apps.",
44838
+ aliases: ["vk8s", "containers", "workloads"],
44839
+ complexity: "moderate",
44840
+ isPreview: false,
44841
+ requiresTier: "Advanced",
44842
+ category: "Infrastructure",
44843
+ useCases: [
44844
+ "Deploy XCCS (Container Services) namespaces for multi-tenant workloads",
44845
+ "Manage container workloads with simplified orchestration",
44846
+ "Configure distributed edge container deployments",
44847
+ "Run containerized applications without full K8s complexity"
44248
44848
  ],
44249
- "icon": "\u{1F510}"
44250
- },
44251
- icon: "\u{1F510}",
44252
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E",
44253
- uiCategory: "API Protection",
44254
- primaryResources: [
44255
- {
44256
- name: "api_definition",
44257
- description: "API schema definition for discovery and protection",
44258
- descriptionShort: "API definition",
44259
- tier: "Advanced",
44260
- icon: "\u{1F4C4}",
44261
- category: "API Management",
44262
- supportsLogs: false,
44263
- supportsMetrics: false,
44264
- dependencies: { optional: ["api_endpoint"] },
44265
- relationshipHints: ["api_endpoint: Endpoints defined by this API"]
44266
- },
44267
- {
44268
- name: "api_endpoint",
44269
- description: "Individual API endpoint configuration and protection",
44270
- descriptionShort: "API endpoint",
44271
- tier: "Advanced",
44272
- icon: "\u{1F50C}",
44273
- category: "API Management",
44274
- supportsLogs: true,
44275
- supportsMetrics: true,
44276
- dependencies: { optional: ["api_rate_limit"] },
44277
- relationshipHints: ["api_rate_limit: Rate limiting for this endpoint"]
44278
- },
44279
- {
44280
- name: "api_rate_limit",
44281
- description: "API rate limiting configuration for traffic control",
44282
- descriptionShort: "API rate limit",
44283
- tier: "Advanced",
44284
- icon: "\u23F1\uFE0F",
44285
- category: "API Management",
44286
- supportsLogs: true,
44287
- supportsMetrics: true
44288
- }
44289
- ]
44290
- }],
44291
- ["authentication", {
44292
- name: "authentication",
44293
- displayName: "Authentication",
44294
- description: "F5 Distributed Cloud Authentication API specifications",
44295
- descriptionShort: "Authentication API",
44296
- descriptionMedium: "F5 Distributed Cloud Authentication API specifications",
44297
- aliases: ["authn", "oidc", "sso"],
44298
- complexity: "simple",
44299
- isPreview: false,
44300
- requiresTier: "Standard",
44301
- category: "Platform",
44302
- useCases: ["Configure authentication mechanisms", "Manage OIDC and OAuth providers", "Configure SCIM user provisioning", "Manage API credentials and access", "Configure account signup policies"],
44303
- relatedDomains: ["system", "users"],
44304
- icon: "\u{1F511}",
44305
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FBBF24'%3E%3Cpath d='M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E",
44306
- uiCategory: "Identity & Access",
44307
- primaryResources: [
44308
- {
44309
- name: "authentication_policy",
44310
- description: "Authentication policy for user and API access",
44311
- descriptionShort: "Auth policy",
44312
- tier: "Standard",
44313
- icon: "\u{1F510}",
44314
- category: "Identity",
44315
- supportsLogs: true,
44316
- supportsMetrics: false
44317
- },
44318
- {
44319
- name: "token",
44320
- description: "API token for programmatic access",
44321
- descriptionShort: "Token",
44322
- tier: "Standard",
44323
- icon: "\u{1F3AB}",
44324
- category: "Identity",
44325
- supportsLogs: false,
44326
- supportsMetrics: false
44327
- },
44328
- {
44329
- name: "api_credential",
44330
- description: "API credential for service authentication",
44331
- descriptionShort: "API credential",
44332
- tier: "Standard",
44333
- icon: "\u{1F511}",
44334
- category: "Identity",
44335
- supportsLogs: false,
44336
- supportsMetrics: false
44337
- }
44338
- ]
44339
- }],
44340
- ["bigip", {
44341
- name: "bigip",
44342
- displayName: "Bigip",
44343
- description: "On-premises appliance connector enabling iRule lifecycle operations and data group replication. APM policy coordination, virtual server configuration binding, and CNE linkage. Telemetry aggregation and health status monitoring across hybrid infrastructure deployments.",
44344
- descriptionShort: "iRules, data groups, and APM integration.",
44345
- descriptionMedium: "Legacy device orchestration with iRule scripts and data group synchronization. Virtual server bindings and metrics collection.",
44346
- aliases: ["f5-bigip", "irule", "ltm"],
44347
- complexity: "moderate",
44348
- isPreview: false,
44349
- requiresTier: "Advanced",
44350
- category: "Platform",
44351
- useCases: ["Manage BigIP F5 appliances", "Configure iRule scripts", "Manage data groups", "Integrate BigIP CNE"],
44352
- relatedDomains: ["marketplace"],
44353
- icon: "\u{1F3E2}",
44354
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z'/%3E%3C/svg%3E",
44355
- uiCategory: "BIG-IP Connector",
44356
- primaryResources: [
44357
- {
44358
- name: "bigip_pool",
44359
- description: "BIG-IP pool for load balancing integration",
44360
- descriptionShort: "BIG-IP pool",
44361
- tier: "Advanced",
44362
- icon: "\u{1F3AF}",
44363
- category: "Load Balancing",
44364
- supportsLogs: false,
44365
- supportsMetrics: true
44366
- },
44367
- {
44368
- name: "bigip_device",
44369
- description: "BIG-IP device registration and management",
44370
- descriptionShort: "BIG-IP device",
44371
- tier: "Advanced",
44372
- icon: "\u{1F5A5}\uFE0F",
44373
- category: "Infrastructure",
44374
- supportsLogs: true,
44375
- supportsMetrics: true
44376
- }
44377
- ]
44378
- }],
44379
- ["billing_and_usage", {
44380
- name: "billing_and_usage",
44381
- displayName: "Billing And Usage",
44382
- description: "Subscription lifecycle with plan transitions and billing states. Payment method hierarchies supporting primary and secondary configurations. Invoice generation with PDF downloads and custom listing. Resource quotas per namespace with limit definitions and consumption metrics. Contact types for billing notifications and tenant deletion workflows.",
44383
- descriptionShort: "Subscription plans, payment methods, and quotas.",
44384
- descriptionMedium: "Plan transitions, invoicing, and resource consumption. Namespace-level quota limits and usage tracking.",
44385
- aliases: ["billing-usage", "quotas", "usage-tracking"],
44386
- complexity: "moderate",
44387
- isPreview: false,
44388
- requiresTier: "Standard",
44389
- category: "Platform",
44390
- useCases: ["Manage subscription plans and billing transitions", "Configure payment methods and invoices", "Track resource quota usage across namespaces", "Monitor usage limits and capacity"],
44391
- relatedDomains: ["system", "users"],
44392
- icon: "\u{1F4B3}",
44393
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z'/%3E%3C/svg%3E",
44394
- uiCategory: "Configuration",
44395
- primaryResources: [
44396
- {
44397
- name: "subscription",
44398
- description: "Subscription for service entitlements",
44399
- descriptionShort: "Subscription",
44400
- tier: "Standard",
44401
- icon: "\u{1F4B3}",
44402
- category: "Other",
44403
- supportsLogs: false,
44404
- supportsMetrics: false
44405
- },
44406
- {
44407
- name: "quota",
44408
- description: "Resource quota for usage limits",
44409
- descriptionShort: "Quota",
44410
- tier: "Standard",
44411
- icon: "\u{1F4CA}",
44412
- category: "Other",
44413
- supportsLogs: false,
44414
- supportsMetrics: false
44415
- },
44416
- {
44417
- name: "usage_report",
44418
- description: "Usage report for consumption tracking",
44419
- descriptionShort: "Usage report",
44420
- tier: "Standard",
44421
- icon: "\u{1F4C8}",
44422
- category: "Other",
44423
- supportsLogs: false,
44424
- supportsMetrics: false
44425
- }
44426
- ]
44427
- }],
44428
- ["blindfold", {
44429
- name: "blindfold",
44430
- displayName: "Blindfold",
44431
- description: "Public key retrieval and secret policy enforcement for encrypted data handling. Policy rules govern access with configurable matching and transformation actions. VoltShare integration provides decryption services, access counting, and audit log aggregation. Namespace-scoped policies enable fine-grained control over sensitive information with administrative overrides.",
44432
- descriptionShort: "Secret encryption, key policies, and audit trails.",
44433
- descriptionMedium: "Encryption key management with policy-based access controls. Audit logging and secure data protection.",
44434
- aliases: ["bf", "encrypt", "secrets"],
44435
- complexity: "moderate",
44436
- isPreview: false,
44437
- requiresTier: "Advanced",
44438
- category: "Security",
44439
- useCases: ["Configure secret policies for encryption", "Manage sensitive data encryption", "Enforce data protection policies"],
44440
- relatedDomains: ["client_side_defense", "certificates"],
44441
- icon: "\u{1F50F}",
44442
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366F1'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E%3C/svg%3E",
44443
- uiCategory: "Security",
44444
- primaryResources: [
44445
- {
44446
- name: "blindfold_secret",
44447
- description: "Encrypted secret using Blindfold encryption",
44448
- descriptionShort: "Blindfold secret",
44449
- tier: "Standard",
44450
- icon: "\u{1F510}",
44451
- category: "Security",
44452
- supportsLogs: false,
44453
- supportsMetrics: false
44454
- },
44455
- {
44456
- name: "secret_policy",
44457
- description: "Secret management policy configuration",
44458
- descriptionShort: "Secret policy",
44459
- tier: "Standard",
44460
- icon: "\u{1F4CB}",
44461
- category: "Security",
44462
- supportsLogs: false,
44463
- supportsMetrics: false
44464
- },
44465
- {
44466
- name: "policy_document",
44467
- description: "Policy document for access control definitions",
44468
- descriptionShort: "Policy document",
44469
- tier: "Standard",
44470
- icon: "\u{1F4C4}",
44471
- category: "Security",
44472
- supportsLogs: false,
44473
- supportsMetrics: false
44474
- }
44475
- ]
44476
- }],
44477
- ["bot_and_threat_defense", {
44478
- name: "bot_and_threat_defense",
44479
- displayName: "Bot And Threat Defense",
44480
- 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.",
44481
- descriptionShort: "Bot detection, threat categories, and defense instances.",
44482
- descriptionMedium: "Threat classification with behavioral analysis and signature matching. Automated blocking for malicious traffic patterns.",
44483
- aliases: ["threat-defense", "tpm", "shape-bot"],
44484
- complexity: "moderate",
44485
- isPreview: false,
44486
- requiresTier: "Advanced",
44487
- category: "Security",
44488
- useCases: ["Configure bot defense instances per namespace", "Manage TPM threat categories for classification", "Provision API keys for automated defense systems", "Integrate threat intelligence services"],
44489
- relatedDomains: ["bot_defense", "shape", "waf"],
44490
- icon: "\u{1F9A0}",
44491
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M19.5 5.5 18 4l-1.5 1.5L18 7l1.5-1.5zM12 2v3m0 14v3m10-10h-3M5 12H2m15.5 6.5L18 20l1.5-1.5L18 17l-1.5 1.5zm-11 0L6 20l-1.5-1.5L6 17l-1.5 1.5zm0-11L6 4l-1.5 1.5L6 7 4.5 5.5zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z'/%3E%3C/svg%3E",
44492
- uiCategory: "Bot Defense",
44493
- primaryResources: [
44494
- {
44495
- name: "bot_defense_instance",
44496
- description: "Bot defense instance for deployment",
44497
- descriptionShort: "Bot defense instance",
44498
- tier: "Advanced",
44499
- icon: "\u{1F916}",
44500
- category: "Security",
44501
- supportsLogs: true,
44502
- supportsMetrics: true
44503
- },
44504
- {
44505
- name: "threat_category",
44506
- description: "Threat category for classification",
44507
- descriptionShort: "Threat category",
44508
- tier: "Advanced",
44509
- icon: "\u{1F3AF}",
44510
- category: "Security",
44511
- supportsLogs: false,
44512
- supportsMetrics: false
44513
- }
44514
- ]
44515
- }],
44516
- ["cdn", {
44517
- name: "cdn",
44518
- displayName: "Cdn",
44519
- description: "Content distribution through global edge networks with rule-based eligibility. Path matchers, cookie patterns, and query parameter filters control caching behavior. Expression-based rules enable fine-grained targeting by request attributes. Load balancer integration provides throughput aggregation, request log queries, and on-demand cache clearing across worldwide distribution points.",
44520
- descriptionShort: "Edge caching, content delivery, and distribution rules.",
44521
- descriptionMedium: "Path-based policies with TTL controls and header conditions. Purge operations, access logs, and cache eligibility for multi-region deployments.",
44522
- aliases: ["cache", "content"],
44523
- complexity: "advanced",
44524
- isPreview: false,
44525
- requiresTier: "Advanced",
44526
- category: "Networking",
44527
- useCases: ["Configure CDN load balancing", "Manage content delivery network services", "Configure caching policies", "Manage data delivery and distribution"],
44528
- relatedDomains: ["virtual"],
44529
- icon: "\u{1F680}",
44530
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F97316'%3E%3Cpath d='M12 2.5s4.5 2.04 4.5 10c0 3.22-1.67 5.6-3.25 7.08L12 22l-1.25-2.42C9.17 18.1 7.5 15.72 7.5 12.5c0-7.96 4.5-10 4.5-10zm0 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 14.5c0 1.22.57 2.36 1.44 3.22l1.76-1.76c-.43-.43-.7-1.01-.7-1.66 0-.25.04-.49.1-.72L5.21 12.1c-.13.77-.21 1.58-.21 2.4zm14 0c0-.82-.08-1.63-.21-2.4l-2.39 1.48c.06.23.1.47.1.72 0 .65-.27 1.23-.7 1.66l1.76 1.76c.87-.86 1.44-2 1.44-3.22z'/%3E%3C/svg%3E",
44531
- uiCategory: "Load Balancing",
44532
- primaryResources: [
44533
- {
44534
- name: "cdn_loadbalancer",
44535
- description: "Content delivery network load balancer for edge caching",
44536
- descriptionShort: "CDN load balancer",
44537
- tier: "Standard",
44538
- icon: "\u{1F30D}",
44539
- category: "Load Balancing",
44540
- supportsLogs: true,
44541
- supportsMetrics: true,
44542
- dependencies: { required: ["cdn_origin_pool"] },
44543
- relationshipHints: ["cdn_origin_pool: Origin servers for CDN content"]
44544
- },
44545
- {
44546
- name: "cdn_origin_pool",
44547
- description: "Origin server pool for CDN content sourcing",
44548
- descriptionShort: "CDN origin pool",
44549
- tier: "Standard",
44550
- icon: "\u{1F3AF}",
44551
- category: "Load Balancing",
44552
- supportsLogs: false,
44553
- supportsMetrics: true
44554
- }
44555
- ]
44556
- }],
44557
- ["ce_management", {
44558
- name: "ce_management",
44559
- displayName: "Ce Management",
44560
- description: "Customer edge node lifecycle through secure enrollment tokens and downloadable deployment images. Network connectivity options span exclusive, common, and administrative pathways with DHCP address pools supporting both IPv4 and IPv6. Bulk grouping consolidates configuration across distributed locations. Compatibility verification runs before software updates, with rollout tracking for version progression across the infrastructure.",
44561
- descriptionShort: "Network interfaces, fleets, and site registration.",
44562
- descriptionMedium: "Token-based provisioning with image downloads and pre-upgrade validation. Fleet grouping enables bulk operations across distributed locations.",
44563
- aliases: ["ce-mgmt", "edge-management", "ce-lifecycle"],
44564
- complexity: "advanced",
44565
- isPreview: false,
44566
- requiresTier: "Standard",
44567
- category: "Infrastructure",
44568
- useCases: ["Manage Customer Edge site lifecycle", "Configure network interfaces and fleet settings", "Handle site registration and token workflows", "Execute site upgrades with pre-upgrade checks"],
44569
- relatedDomains: ["customer_edge", "sites"],
44570
- icon: "\u{1F527}",
44571
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F59E0B'%3E%3Cpath d='M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z'/%3E%3C/svg%3E",
44572
- uiCategory: "Sites",
44573
- primaryResources: [
44574
- {
44575
- name: "site_config",
44576
- description: "Site configuration for edge node settings",
44577
- descriptionShort: "Site config",
44578
- tier: "Standard",
44579
- icon: "\u2699\uFE0F",
44580
- category: "Infrastructure",
44581
- supportsLogs: false,
44582
- supportsMetrics: false
44583
- },
44584
- {
44585
- name: "fleet_config",
44586
- description: "Fleet configuration for multi-site management",
44587
- descriptionShort: "Fleet config",
44588
- tier: "Standard",
44589
- icon: "\u{1F680}",
44590
- category: "Infrastructure",
44591
- supportsLogs: false,
44592
- supportsMetrics: false
44593
- },
44594
- {
44595
- name: "registration_token",
44596
- description: "Registration token for site onboarding",
44597
- descriptionShort: "Registration token",
44598
- tier: "Standard",
44599
- icon: "\u{1F3AB}",
44600
- category: "Infrastructure",
44601
- supportsLogs: false,
44602
- supportsMetrics: false
44603
- }
44604
- ]
44605
- }],
44606
- ["certificates", {
44607
- name: "certificates",
44608
- displayName: "Certificates",
44609
- description: "X.509 certificate chains with intermediate and root CA support. Trusted CA list bundles for client authentication and mTLS validation. CRL distribution points and OCSP stapling configuration. Certificate manifests link credentials to load balancers and gateways. Automatic expiration tracking and renewal notifications.",
44610
- descriptionShort: "SSL/TLS chains, trusted CAs, and revocation lists.",
44611
- descriptionMedium: "Certificate chains and trusted CA bundles. Revocation list management and manifest configuration for PKI operations.",
44612
- aliases: ["cert", "certs", "ssl", "tls"],
44613
- complexity: "moderate",
44614
- isPreview: false,
44615
- requiresTier: "Standard",
44616
- category: "Security",
44617
- useCases: ["Manage SSL/TLS certificates", "Configure trusted CAs", "Manage certificate revocation lists (CRL)", "Configure certificate manifests"],
44618
- relatedDomains: ["blindfold", "system"],
44619
- icon: "\u{1F4DC}",
44620
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314B8A6'%3E%3Cpath d='M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E",
44621
- uiCategory: "Security",
44622
- primaryResources: [
44623
- {
44624
- name: "certificate",
44625
- description: "TLS certificate for secure HTTPS connections",
44626
- descriptionShort: "Certificate",
44627
- tier: "Standard",
44628
- icon: "\u{1F4DC}",
44629
- category: "Security",
44630
- supportsLogs: false,
44631
- supportsMetrics: false
44632
- },
44633
- {
44634
- name: "ca_certificate",
44635
- description: "Certificate authority certificate for trust chain",
44636
- descriptionShort: "CA certificate",
44637
- tier: "Standard",
44638
- icon: "\u{1F4DC}",
44639
- category: "Security",
44640
- supportsLogs: false,
44641
- supportsMetrics: false
44642
- },
44643
- {
44644
- name: "certificate_chain",
44645
- description: "Certificate chain for complete trust verification",
44646
- descriptionShort: "Certificate chain",
44647
- tier: "Standard",
44648
- icon: "\u{1F517}",
44649
- category: "Security",
44650
- supportsLogs: false,
44651
- supportsMetrics: false
44652
- }
44653
- ]
44654
- }],
44655
- ["cloud_infrastructure", {
44656
- name: "cloud_infrastructure",
44657
- displayName: "Cloud Infrastructure",
44658
- description: "Hyperscaler integration supporting Amazon Web Services, Microsoft Azure, and Google Cloud Platform environments. Virtual network attachment workflows enable elastic compute provisioning with automatic reattachment capabilities. Edge authentication secrets for provider access. Segment telemetry and cross-region link reapplication for distributed deployments. Autonomous path synchronization across peered networks with real-time topology updates.",
44659
- descriptionShort: "AWS, Azure, GCP connectors and VPC attachments.",
44660
- descriptionMedium: "Multi-cloud provider connections with gateway peering and network path configuration. Credential vault integration and subnet enumeration.",
44661
- aliases: ["cloud", "infra", "provider"],
44662
- complexity: "moderate",
44663
- isPreview: false,
44664
- requiresTier: "Standard",
44665
- category: "Infrastructure",
44666
- useCases: ["Connect to cloud providers (AWS, Azure, GCP)", "Manage cloud credentials and authentication", "Configure cloud connectivity and elastic provisioning", "Link and manage cloud regions"],
44667
- relatedDomains: ["sites", "customer_edge"],
44668
- icon: "\u2601\uFE0F",
44669
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2306B6D4'%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z'/%3E%3C/svg%3E",
44670
- uiCategory: "Cloud Connect",
44671
- primaryResources: [
44672
- {
44673
- name: "aws_vpc_site",
44674
- description: "AWS VPC site deployment with edge node provisioning",
44675
- descriptionShort: "AWS VPC site",
44676
- tier: "Standard",
44677
- icon: "\u2601\uFE0F",
44678
- category: "Infrastructure",
44679
- supportsLogs: true,
44680
- supportsMetrics: true,
44681
- dependencies: { required: ["cloud_credentials"] },
44682
- relationshipHints: ["cloud_credentials: AWS authentication for deployment"]
44683
- },
44684
- {
44685
- name: "azure_vnet_site",
44686
- description: "Azure VNet site deployment with edge node provisioning",
44687
- descriptionShort: "Azure VNet site",
44688
- tier: "Standard",
44689
- icon: "\u2601\uFE0F",
44690
- category: "Infrastructure",
44691
- supportsLogs: true,
44692
- supportsMetrics: true,
44693
- dependencies: { required: ["cloud_credentials"] },
44694
- relationshipHints: ["cloud_credentials: Azure authentication for deployment"]
44695
- },
44696
- {
44697
- name: "gcp_vpc_site",
44698
- description: "Google Cloud VPC site deployment with edge node provisioning",
44699
- descriptionShort: "GCP VPC site",
44700
- tier: "Standard",
44701
- icon: "\u2601\uFE0F",
44702
- category: "Infrastructure",
44703
- supportsLogs: true,
44704
- supportsMetrics: true,
44705
- dependencies: { required: ["cloud_credentials"] },
44706
- relationshipHints: ["cloud_credentials: GCP authentication for deployment"]
44707
- },
44708
- {
44709
- name: "cloud_credentials",
44710
- description: "Cloud provider authentication credentials for site deployment",
44711
- descriptionShort: "Cloud credentials",
44712
- tier: "Standard",
44713
- icon: "\u{1F511}",
44714
- category: "Infrastructure",
44715
- supportsLogs: false,
44716
- supportsMetrics: false
44717
- }
44718
- ]
44719
- }],
44720
- ["container_services", {
44721
- name: "container_services",
44722
- displayName: "Container Services",
44723
- description: "Namespaced isolation with configurable limits and autoscaling policies. vK8s abstracts operational overhead while providing scheduling, persistent storage, and service mesh integration. Compute profiles specify CPU, memory, and GPU allocations for reproducible environments. Telemetry tracks consumption patterns across geographically distributed infrastructure nodes.",
44724
- descriptionShort: "Containerized workloads and virtual Kubernetes clusters.",
44725
- descriptionMedium: "Pod orchestration without full cluster complexity. Edge site execution, quota enforcement, and standardized compute profiles for distributed apps.",
44726
- aliases: ["vk8s", "containers", "workloads"],
44727
- complexity: "moderate",
44728
- isPreview: false,
44729
- requiresTier: "Advanced",
44730
- category: "Infrastructure",
44731
- useCases: ["Deploy XCCS (Container Services) namespaces for multi-tenant workloads", "Manage container workloads with simplified orchestration", "Configure distributed edge container deployments", "Run containerized applications without full K8s complexity"],
44732
- relatedDomains: ["managed_kubernetes", "sites", "service_mesh"],
44733
- icon: "\u{1F4E6}",
44734
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B5CF6'%3E%3Cpath d='M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.991.991 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9zM12 4.15L5 8.09v7.82l7 3.94 7-3.94V8.09l-7-3.94z'/%3E%3C/svg%3E",
44735
- uiCategory: "Edge Stack",
44736
- primaryResources: [
44737
- {
44738
- name: "virtual_k8s",
44739
- description: "Virtual Kubernetes namespace for container workloads",
44740
- descriptionShort: "Virtual K8s",
44741
- tier: "Advanced",
44742
- icon: "\u2638\uFE0F",
44743
- category: "Container",
44744
- supportsLogs: true,
44745
- supportsMetrics: true,
44746
- dependencies: { optional: ["workload"] },
44747
- relationshipHints: ["workload: Container workloads in this namespace"]
44748
- },
44749
- {
44750
- name: "workload",
44751
- description: "Container workload deployment configuration",
44752
- descriptionShort: "Workload",
44753
- tier: "Advanced",
44754
- icon: "\u{1F4E6}",
44755
- category: "Container",
44756
- supportsLogs: true,
44757
- supportsMetrics: true,
44758
- dependencies: { required: ["virtual_k8s"] },
44759
- relationshipHints: ["virtual_k8s: Namespace for workload deployment"]
44760
- },
44761
- {
44762
- name: "pod_security_policy",
44763
- description: "Pod security policy for container runtime constraints",
44764
- descriptionShort: "Pod security policy",
44765
- tier: "Advanced",
44766
- icon: "\u{1F512}",
44767
- category: "Container",
44768
- supportsLogs: false,
44769
- supportsMetrics: false
44770
- }
44771
- ]
44772
- }],
44773
- ["data_and_privacy_security", {
44774
- name: "data_and_privacy_security",
44775
- displayName: "Data And Privacy Security",
44776
- description: "Pattern-based detection for personally identifiable information across request and response payloads. Custom data type definitions enable organization-specific classification beyond built-in PII categories. Regional log and metrics aggregation with Clickhouse, Elasticsearch, and Kafka export options. Geo-configuration policies enforce data residency requirements and jurisdiction-specific privacy regulations.",
44777
- descriptionShort: "PII detection, data types, and regional compliance.",
44778
- descriptionMedium: "Sensitive data policies with custom classification rules. LMA region configuration and geo-based compliance controls.",
44779
- aliases: ["data-privacy", "pii", "sensitive-data", "lma"],
44780
- complexity: "simple",
44781
- isPreview: false,
44782
- requiresTier: "Advanced",
44783
- category: "Security",
44784
- useCases: ["Configure sensitive data detection policies", "Define custom data types for PII classification", "Manage LMA region configurations", "Integrate geo-configurations for compliance"],
44785
- relatedDomains: ["blindfold", "client_side_defense"],
44786
- icon: "\u{1F510}",
44787
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E",
44788
- uiCategory: "Data Protection",
44789
- primaryResources: [
44790
- {
44791
- name: "sensitive_data_policy",
44792
- description: "Sensitive data policy for PII protection",
44793
- descriptionShort: "Sensitive data policy",
44794
- tier: "Advanced",
44795
- icon: "\u{1F510}",
44796
- category: "Security",
44797
- supportsLogs: true,
44798
- supportsMetrics: false
44799
- },
44800
- {
44801
- name: "data_classification",
44802
- description: "Data classification for content categorization",
44803
- descriptionShort: "Data classification",
44804
- tier: "Advanced",
44805
- icon: "\u{1F3F7}\uFE0F",
44806
- category: "Security",
44807
- supportsLogs: false,
44808
- supportsMetrics: false
44809
- }
44810
- ]
44811
- }],
44812
- ["data_intelligence", {
44813
- name: "data_intelligence",
44814
- displayName: "Data Intelligence",
44815
- description: "F5 Distributed Cloud Data Intelligence API specifications",
44816
- descriptionShort: "Data Intelligence API",
44817
- descriptionMedium: "F5 Distributed Cloud Data Intelligence API specifications",
44818
- aliases: ["di", "intelligence", "insights"],
44819
- complexity: "moderate",
44820
- isPreview: false,
44821
- requiresTier: "Standard",
44822
- category: "Operations",
44823
- useCases: ["Analyze security and traffic data", "Generate intelligent insights from logs", "Configure data analytics policies"],
44824
- relatedDomains: ["statistics", "observability"],
44825
- icon: "\u{1F9E0}",
44826
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A855F7'%3E%3Cpath d='M15.5 14l-1.34-4H9.84L8.5 14H6.09l4.01-10h3.8l4.01 10H15.5zm-4.5-5.4h2l.9-2.35.8 2.35h1.8l-1.45 1.05.55 1.7-1.4-1.02-1.4 1.02.55-1.7L11 8.6z'/%3E%3C/svg%3E",
44827
- uiCategory: "Discovery",
44828
- primaryResources: [
44829
- {
44830
- name: "analytics_query",
44831
- description: "Analytics query for data analysis",
44832
- descriptionShort: "Analytics query",
44833
- tier: "Standard",
44834
- icon: "\u{1F4CA}",
44835
- category: "Monitoring",
44836
- supportsLogs: false,
44837
- supportsMetrics: false
44838
- },
44839
- {
44840
- name: "data_export",
44841
- description: "Data export configuration for reporting",
44842
- descriptionShort: "Data export",
44843
- tier: "Standard",
44844
- icon: "\u{1F4E4}",
44845
- category: "Monitoring",
44846
- supportsLogs: false,
44847
- supportsMetrics: false
44848
- }
44849
- ]
44850
- }],
44851
- ["ddos", {
44852
- name: "ddos",
44853
- displayName: "Ddos",
44854
- description: "Network perimeter hardening through deny list configurations, rule group hierarchies, and encrypted tunnel endpoints. Attack signature detection identifies flood patterns while throttling mechanisms block anomalous traffic bursts. Tunnel health checks verify coverage across distributed segments. Priority ordering governs policy application for multi-layered screening approaches.",
44855
- descriptionShort: "Volumetric attack mitigation and traffic scrubbing.",
44856
- descriptionMedium: "Deny lists, firewall rule groups, and tunnel-based safeguards. Rate limiting and pattern analysis for network perimeter security.",
44857
- aliases: ["dos", "ddos-protect"],
44858
- complexity: "advanced",
44859
- isPreview: false,
44860
- requiresTier: "Advanced",
44861
- category: "Security",
44862
- useCases: ["Configure DDoS protection policies", "Monitor and analyze DDoS threats", "Configure infrastructure protection"],
44863
- relatedDomains: ["network_security", "virtual"],
44864
- icon: "\u{1F6D1}",
44865
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23DC2626'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E",
44866
- uiCategory: "Infrastructure Protection",
44867
- primaryResources: [
44868
- {
44869
- name: "ddos_protection",
44870
- description: "DDoS protection configuration for traffic scrubbing",
44871
- descriptionShort: "DDoS protection",
44872
- tier: "Advanced",
44873
- icon: "\u{1F6E1}\uFE0F",
44874
- category: "Security",
44875
- supportsLogs: true,
44876
- supportsMetrics: true,
44877
- dependencies: { optional: ["ddos_mitigation_rule"] },
44878
- relationshipHints: ["ddos_mitigation_rule: Custom mitigation rules"]
44879
- },
44880
- {
44881
- name: "ddos_mitigation_rule",
44882
- description: "DDoS mitigation rule for attack response",
44883
- descriptionShort: "DDoS mitigation rule",
44884
- tier: "Advanced",
44885
- icon: "\u{1F4CB}",
44886
- category: "Security",
44887
- supportsLogs: true,
44888
- supportsMetrics: false
44889
- }
44890
- ]
44891
- }],
44892
- ["dns", {
44893
- name: "dns",
44894
- displayName: "Dns",
44895
- description: "Primary and secondary zone configuration with support for A, AAAA, CNAME, CAA, CERT, and AFSDB record types. Zone cloning, BIND file imports, and AXFR transfers for migration. Load balancer health checks with metrics collection and request log analysis. Compliance policies and RRSet management for enterprise name resolution.",
44896
- descriptionShort: "Zones, record types, and load balancing.",
44897
- descriptionMedium: "Authoritative zone hosting with BIND and AXFR imports. Health checks, failover policies, and request logging.",
44898
- aliases: ["dns-zone", "zones"],
44899
- complexity: "advanced",
44900
- isPreview: false,
44901
- requiresTier: "Standard",
44902
- category: "Networking",
44903
- useCases: ["Configure DNS load balancing", "Manage DNS zones and domains", "Configure DNS compliance policies", "Manage resource record sets (RRSets)"],
44904
- relatedDomains: ["virtual", "network"],
44905
- cliMetadata: {
44906
- "quick_start": {
44907
- "command": "curl $F5XC_API_URL/api/config/namespaces/default/dns_domains -H 'Authorization: APIToken $F5XC_API_TOKEN'",
44908
- "description": "List all DNS domains configured in default namespace",
44909
- "expected_output": "JSON array of DNS domain objects"
44849
+ relatedDomains: ["managed_kubernetes", "sites", "service_mesh"],
44850
+ icon: "\u{1F4E6}",
44851
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B5CF6'%3E%3Cpath d='M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.991.991 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9zM12 4.15L5 8.09v7.82l7 3.94 7-3.94V8.09l-7-3.94z'/%3E%3C/svg%3E",
44852
+ uiCategory: "Edge Stack",
44853
+ primaryResources: [
44854
+ {
44855
+ name: "virtual_k8s",
44856
+ description: "Virtual Kubernetes namespace for container workloads",
44857
+ descriptionShort: "Virtual K8s",
44858
+ tier: "Advanced",
44859
+ icon: "\u2638\uFE0F",
44860
+ category: "Container",
44861
+ supportsLogs: true,
44862
+ supportsMetrics: true,
44863
+ dependencies: { optional: ["workload"] },
44864
+ relationshipHints: [
44865
+ "workload: Container workloads in this namespace"
44866
+ ]
44867
+ },
44868
+ {
44869
+ name: "workload",
44870
+ description: "Container workload deployment configuration",
44871
+ descriptionShort: "Workload",
44872
+ tier: "Advanced",
44873
+ icon: "\u{1F4E6}",
44874
+ category: "Container",
44875
+ supportsLogs: true,
44876
+ supportsMetrics: true,
44877
+ dependencies: { required: ["virtual_k8s"] },
44878
+ relationshipHints: [
44879
+ "virtual_k8s: Namespace for workload deployment"
44880
+ ]
44881
+ },
44882
+ {
44883
+ name: "pod_security_policy",
44884
+ description: "Pod security policy for container runtime constraints",
44885
+ descriptionShort: "Pod security policy",
44886
+ tier: "Advanced",
44887
+ icon: "\u{1F512}",
44888
+ category: "Container",
44889
+ supportsLogs: false,
44890
+ supportsMetrics: false
44891
+ }
44892
+ ]
44893
+ }
44894
+ ],
44895
+ [
44896
+ "data_and_privacy_security",
44897
+ {
44898
+ name: "data_and_privacy_security",
44899
+ displayName: "Data And Privacy Security",
44900
+ description: "Pattern-based detection for personally identifiable information across request and response payloads. Custom data type definitions enable organization-specific classification beyond built-in PII categories. Regional log and metrics aggregation with Clickhouse, Elasticsearch, and Kafka export options. Geo-configuration policies enforce data residency requirements and jurisdiction-specific privacy regulations.",
44901
+ descriptionShort: "PII detection, data types, and regional compliance.",
44902
+ descriptionMedium: "Sensitive data policies with custom classification rules. LMA region configuration and geo-based compliance controls.",
44903
+ aliases: ["data-privacy", "pii", "sensitive-data", "lma"],
44904
+ complexity: "simple",
44905
+ isPreview: false,
44906
+ requiresTier: "Advanced",
44907
+ category: "Security",
44908
+ useCases: [
44909
+ "Configure sensitive data detection policies",
44910
+ "Define custom data types for PII classification",
44911
+ "Manage LMA region configurations",
44912
+ "Integrate geo-configurations for compliance"
44913
+ ],
44914
+ relatedDomains: ["blindfold", "client_side_defense"],
44915
+ icon: "\u{1F510}",
44916
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF4444'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E",
44917
+ uiCategory: "Data Protection",
44918
+ primaryResources: [
44919
+ {
44920
+ name: "sensitive_data_policy",
44921
+ description: "Sensitive data policy for PII protection",
44922
+ descriptionShort: "Sensitive data policy",
44923
+ tier: "Advanced",
44924
+ icon: "\u{1F510}",
44925
+ category: "Security",
44926
+ supportsLogs: true,
44927
+ supportsMetrics: false
44928
+ },
44929
+ {
44930
+ name: "data_classification",
44931
+ description: "Data classification for content categorization",
44932
+ descriptionShort: "Data classification",
44933
+ tier: "Advanced",
44934
+ icon: "\u{1F3F7}\uFE0F",
44935
+ category: "Security",
44936
+ supportsLogs: false,
44937
+ supportsMetrics: false
44938
+ }
44939
+ ]
44940
+ }
44941
+ ],
44942
+ [
44943
+ "data_intelligence",
44944
+ {
44945
+ name: "data_intelligence",
44946
+ displayName: "Data Intelligence",
44947
+ description: "F5 Distributed Cloud Data Intelligence API specifications",
44948
+ descriptionShort: "Data Intelligence API",
44949
+ descriptionMedium: "F5 Distributed Cloud Data Intelligence API specifications",
44950
+ aliases: ["di", "intelligence", "insights"],
44951
+ complexity: "moderate",
44952
+ isPreview: false,
44953
+ requiresTier: "Standard",
44954
+ category: "Operations",
44955
+ useCases: [
44956
+ "Analyze security and traffic data",
44957
+ "Generate intelligent insights from logs",
44958
+ "Configure data analytics policies"
44959
+ ],
44960
+ relatedDomains: ["statistics", "observability"],
44961
+ icon: "\u{1F9E0}",
44962
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A855F7'%3E%3Cpath d='M15.5 14l-1.34-4H9.84L8.5 14H6.09l4.01-10h3.8l4.01 10H15.5zm-4.5-5.4h2l.9-2.35.8 2.35h1.8l-1.45 1.05.55 1.7-1.4-1.02-1.4 1.02.55-1.7L11 8.6z'/%3E%3C/svg%3E",
44963
+ uiCategory: "Discovery",
44964
+ primaryResources: [
44965
+ {
44966
+ name: "analytics_query",
44967
+ description: "Analytics query for data analysis",
44968
+ descriptionShort: "Analytics query",
44969
+ tier: "Standard",
44970
+ icon: "\u{1F4CA}",
44971
+ category: "Monitoring",
44972
+ supportsLogs: false,
44973
+ supportsMetrics: false
44974
+ },
44975
+ {
44976
+ name: "data_export",
44977
+ description: "Data export configuration for reporting",
44978
+ descriptionShort: "Data export",
44979
+ tier: "Standard",
44980
+ icon: "\u{1F4E4}",
44981
+ category: "Monitoring",
44982
+ supportsLogs: false,
44983
+ supportsMetrics: false
44984
+ }
44985
+ ]
44986
+ }
44987
+ ],
44988
+ [
44989
+ "ddos",
44990
+ {
44991
+ name: "ddos",
44992
+ displayName: "Ddos",
44993
+ description: "Network perimeter hardening through deny list configurations, rule group hierarchies, and encrypted tunnel endpoints. Attack signature detection identifies flood patterns while throttling mechanisms block anomalous traffic bursts. Tunnel health checks verify coverage across distributed segments. Priority ordering governs policy application for multi-layered screening approaches.",
44994
+ descriptionShort: "Volumetric attack mitigation and traffic scrubbing.",
44995
+ descriptionMedium: "Deny lists, firewall rule groups, and tunnel-based safeguards. Rate limiting and pattern analysis for network perimeter security.",
44996
+ aliases: ["dos", "ddos-protect"],
44997
+ complexity: "advanced",
44998
+ isPreview: false,
44999
+ requiresTier: "Advanced",
45000
+ category: "Security",
45001
+ useCases: [
45002
+ "Configure DDoS protection policies",
45003
+ "Monitor and analyze DDoS threats",
45004
+ "Configure infrastructure protection"
45005
+ ],
45006
+ relatedDomains: ["network_security", "virtual"],
45007
+ icon: "\u{1F6D1}",
45008
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23DC2626'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E",
45009
+ uiCategory: "Infrastructure Protection",
45010
+ primaryResources: [
45011
+ {
45012
+ name: "ddos_protection",
45013
+ description: "DDoS protection configuration for traffic scrubbing",
45014
+ descriptionShort: "DDoS protection",
45015
+ tier: "Advanced",
45016
+ icon: "\u{1F6E1}\uFE0F",
45017
+ category: "Security",
45018
+ supportsLogs: true,
45019
+ supportsMetrics: true,
45020
+ dependencies: { optional: ["ddos_mitigation_rule"] },
45021
+ relationshipHints: [
45022
+ "ddos_mitigation_rule: Custom mitigation rules"
45023
+ ]
45024
+ },
45025
+ {
45026
+ name: "ddos_mitigation_rule",
45027
+ description: "DDoS mitigation rule for attack response",
45028
+ descriptionShort: "DDoS mitigation rule",
45029
+ tier: "Advanced",
45030
+ icon: "\u{1F4CB}",
45031
+ category: "Security",
45032
+ supportsLogs: true,
45033
+ supportsMetrics: false
45034
+ }
45035
+ ]
45036
+ }
45037
+ ],
45038
+ [
45039
+ "dns",
45040
+ {
45041
+ name: "dns",
45042
+ displayName: "Dns",
45043
+ description: "Primary and secondary zone configuration with support for A, AAAA, CNAME, CAA, CERT, and AFSDB record types. Zone cloning, BIND file imports, and AXFR transfers for migration. Load balancer health checks with metrics collection and request log analysis. Compliance policies and RRSet management for enterprise name resolution.",
45044
+ descriptionShort: "Zones, record types, and load balancing.",
45045
+ descriptionMedium: "Authoritative zone hosting with BIND and AXFR imports. Health checks, failover policies, and request logging.",
45046
+ aliases: ["dns-zone", "zones"],
45047
+ complexity: "advanced",
45048
+ isPreview: false,
45049
+ requiresTier: "Standard",
45050
+ category: "Networking",
45051
+ useCases: [
45052
+ "Configure DNS load balancing",
45053
+ "Manage DNS zones and domains",
45054
+ "Configure DNS compliance policies",
45055
+ "Manage resource record sets (RRSets)"
45056
+ ],
45057
+ relatedDomains: ["virtual", "network"],
45058
+ cliMetadata: {
45059
+ quick_start: {
45060
+ command: "curl $F5XC_API_URL/api/config/namespaces/default/dns_domains -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45061
+ description: "List all DNS domains configured in default namespace",
45062
+ expected_output: "JSON array of DNS domain objects"
45063
+ },
45064
+ common_workflows: [
45065
+ {
45066
+ name: "Create DNS Domain",
45067
+ description: "Configure DNS domain with load balancer backend",
45068
+ steps: [
45069
+ {
45070
+ step: 1,
45071
+ command: "Create load balancer endpoint first (virtual domain)",
45072
+ description: "Ensure target load balancer exists"
45073
+ },
45074
+ {
45075
+ step: 2,
45076
+ command: "curl -X POST $F5XC_API_URL/api/config/namespaces/default/dns_domains -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...dns_config...}'",
45077
+ description: "Create DNS domain pointing to load balancer"
45078
+ }
45079
+ ],
45080
+ prerequisites: [
45081
+ "DNS domain registered",
45082
+ "Load balancer configured",
45083
+ "SOA and NS records prepared"
45084
+ ],
45085
+ expected_outcome: "DNS domain in Active status, queries resolving to load balancer"
45086
+ }
45087
+ ],
45088
+ troubleshooting: [
45089
+ {
45090
+ problem: "DNS queries not resolving",
45091
+ symptoms: [
45092
+ "NXDOMAIN responses",
45093
+ "Timeout on DNS queries"
45094
+ ],
45095
+ diagnosis_commands: [
45096
+ "curl $F5XC_API_URL/api/config/namespaces/default/dns_domains/{domain} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45097
+ "nslookup {domain} @ns-server"
45098
+ ],
45099
+ solutions: [
45100
+ "Verify domain delegation to F5 XC nameservers",
45101
+ "Check DNS domain configuration and backend load balancer status",
45102
+ "Validate zone file and record configuration"
45103
+ ]
45104
+ }
45105
+ ],
45106
+ icon: "\u{1F310}"
44910
45107
  },
44911
- "common_workflows": [
45108
+ icon: "\u{1F310}",
45109
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563EB'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E",
45110
+ uiCategory: "DNS",
45111
+ primaryResources: [
45112
+ {
45113
+ name: "dns_zone",
45114
+ description: "Authoritative DNS zone with record management capabilities",
45115
+ descriptionShort: "DNS zone",
45116
+ tier: "Standard",
45117
+ icon: "\u{1F310}",
45118
+ category: "DNS",
45119
+ supportsLogs: true,
45120
+ supportsMetrics: true,
45121
+ dependencies: { optional: ["dns_load_balancer"] },
45122
+ relationshipHints: [
45123
+ "dns_load_balancer: Geographic or weighted DNS routing"
45124
+ ]
45125
+ },
44912
45126
  {
44913
- "name": "Create DNS Domain",
44914
- "description": "Configure DNS domain with load balancer backend",
44915
- "steps": [
44916
- {
44917
- "step": 1,
44918
- "command": "Create load balancer endpoint first (virtual domain)",
44919
- "description": "Ensure target load balancer exists"
44920
- },
44921
- {
44922
- "step": 2,
44923
- "command": "curl -X POST $F5XC_API_URL/api/config/namespaces/default/dns_domains -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...dns_config...}'",
44924
- "description": "Create DNS domain pointing to load balancer"
44925
- }
44926
- ],
44927
- "prerequisites": [
44928
- "DNS domain registered",
44929
- "Load balancer configured",
44930
- "SOA and NS records prepared"
44931
- ],
44932
- "expected_outcome": "DNS domain in Active status, queries resolving to load balancer"
45127
+ name: "dns_domain",
45128
+ description: "DNS domain delegation and configuration settings",
45129
+ descriptionShort: "DNS domain",
45130
+ tier: "Standard",
45131
+ icon: "\u{1F517}",
45132
+ category: "DNS",
45133
+ supportsLogs: false,
45134
+ supportsMetrics: false
45135
+ },
45136
+ {
45137
+ name: "dns_load_balancer",
45138
+ description: "DNS-based traffic distribution with geographic routing and failover",
45139
+ descriptionShort: "DNS load balancer",
45140
+ tier: "Standard",
45141
+ icon: "\u2696\uFE0F",
45142
+ category: "DNS",
45143
+ supportsLogs: true,
45144
+ supportsMetrics: true,
45145
+ dependencies: { required: ["dns_zone"] },
45146
+ relationshipHints: [
45147
+ "dns_zone: Parent zone for DNS records"
45148
+ ]
44933
45149
  }
45150
+ ]
45151
+ }
45152
+ ],
45153
+ [
45154
+ "managed_kubernetes",
45155
+ {
45156
+ name: "managed_kubernetes",
45157
+ displayName: "Managed Kubernetes",
45158
+ description: "Role-based access controls with cluster-scoped permissions and namespace bindings. Pod security admission levels enforce baseline, restricted, or privileged profiles. Container registry credentials support private image pulls across hybrid deployments. Policy rules define resource verbs, groups, and non-resource URL access patterns.",
45159
+ descriptionShort: "Cluster RBAC, pod security, and container registries.",
45160
+ descriptionMedium: "Kubernetes role bindings and admission policies. Registry integration for EKS, AKS, and GKE workloads.",
45161
+ aliases: ["mk8s", "appstack", "k8s-mgmt"],
45162
+ complexity: "moderate",
45163
+ isPreview: false,
45164
+ requiresTier: "Advanced",
45165
+ category: "Infrastructure",
45166
+ useCases: [
45167
+ "Manage XCKS (Managed Kubernetes) cluster RBAC and security",
45168
+ "Configure pod security policies and admission controllers",
45169
+ "Manage container registries for enterprise deployments",
45170
+ "Integrate with external Kubernetes clusters (EKS, AKS, GKE)"
44934
45171
  ],
44935
- "troubleshooting": [
45172
+ relatedDomains: ["container_services", "sites", "service_mesh"],
45173
+ icon: "\u2699\uFE0F",
45174
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748B'%3E%3Cpath d='M19.14 12.94c.04-.31.06-.63.06-.94 0-.31-.02-.63-.06-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.488.488 0 0 0-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.04.31-.06.63-.06.94s.02.63.06.94l-2.03 1.58a.49.49 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E",
45175
+ uiCategory: "Kubernetes",
45176
+ primaryResources: [
45177
+ {
45178
+ name: "mk8s_cluster",
45179
+ description: "Managed Kubernetes cluster configuration",
45180
+ descriptionShort: "MK8s cluster",
45181
+ tier: "Advanced",
45182
+ icon: "\u2638\uFE0F",
45183
+ category: "Container",
45184
+ supportsLogs: true,
45185
+ supportsMetrics: true,
45186
+ dependencies: { optional: ["k8s_cluster_role"] },
45187
+ relationshipHints: [
45188
+ "k8s_cluster_role: RBAC roles for cluster access"
45189
+ ]
45190
+ },
44936
45191
  {
44937
- "problem": "DNS queries not resolving",
44938
- "symptoms": [
44939
- "NXDOMAIN responses",
44940
- "Timeout on DNS queries"
44941
- ],
44942
- "diagnosis_commands": [
44943
- "curl $F5XC_API_URL/api/config/namespaces/default/dns_domains/{domain} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
44944
- "nslookup {domain} @ns-server"
44945
- ],
44946
- "solutions": [
44947
- "Verify domain delegation to F5 XC nameservers",
44948
- "Check DNS domain configuration and backend load balancer status",
44949
- "Validate zone file and record configuration"
45192
+ name: "k8s_cluster_role",
45193
+ description: "Kubernetes cluster RBAC role configuration",
45194
+ descriptionShort: "K8s cluster role",
45195
+ tier: "Advanced",
45196
+ icon: "\u{1F464}",
45197
+ category: "Container",
45198
+ supportsLogs: false,
45199
+ supportsMetrics: false
45200
+ },
45201
+ {
45202
+ name: "container_registry",
45203
+ description: "Container image registry for workload images",
45204
+ descriptionShort: "Container registry",
45205
+ tier: "Advanced",
45206
+ icon: "\u{1F4E6}",
45207
+ category: "Container",
45208
+ supportsLogs: false,
45209
+ supportsMetrics: false
45210
+ }
45211
+ ]
45212
+ }
45213
+ ],
45214
+ [
45215
+ "marketplace",
45216
+ {
45217
+ name: "marketplace",
45218
+ displayName: "Marketplace",
45219
+ description: "External connector infrastructure supporting direct, GRE, and encrypted tunnel modes with IKE parameter configuration and dead peer detection intervals. Cloud provider instances for Terraform automation and vendor partnerships. Service catalog entries with per-namespace activation flags, resource quotas, and administrative dashboard tile arrangement for operational workflows.",
45220
+ descriptionShort: "Add-on services, connectors, and TPM policies.",
45221
+ descriptionMedium: "Third-party GRE and IPSec tunnel provisioning with DPD timers. Shared resource allocation across namespaces with tile placement controls.",
45222
+ aliases: ["market", "addons", "extensions"],
45223
+ complexity: "moderate",
45224
+ isPreview: false,
45225
+ requiresTier: "Advanced",
45226
+ category: "Platform",
45227
+ useCases: [
45228
+ "Access third-party integrations and add-ons",
45229
+ "Manage marketplace extensions",
45230
+ "Configure Terraform and external integrations",
45231
+ "Manage TPM policies"
45232
+ ],
45233
+ relatedDomains: ["bigip", "admin"],
45234
+ icon: "\u{1F3EA}",
45235
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F97316'%3E%3Cpath d='M18.36 9l.6 3H5.04l.6-3h12.72M20 4H4v2h16V4zm0 3H4l-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5zM6 18v-4h6v4H6z'/%3E%3C/svg%3E",
45236
+ uiCategory: "Configuration",
45237
+ primaryResources: [
45238
+ {
45239
+ name: "marketplace_item",
45240
+ description: "Marketplace item for service catalog",
45241
+ descriptionShort: "Marketplace item",
45242
+ tier: "Standard",
45243
+ icon: "\u{1F6D2}",
45244
+ category: "Other",
45245
+ supportsLogs: false,
45246
+ supportsMetrics: false
45247
+ },
45248
+ {
45249
+ name: "subscription",
45250
+ description: "Subscription for service entitlements",
45251
+ descriptionShort: "Subscription",
45252
+ tier: "Standard",
45253
+ icon: "\u{1F4B3}",
45254
+ category: "Other",
45255
+ supportsLogs: false,
45256
+ supportsMetrics: false
45257
+ }
45258
+ ]
45259
+ }
45260
+ ],
45261
+ [
45262
+ "network",
45263
+ {
45264
+ name: "network",
45265
+ displayName: "Network",
45266
+ description: "Routing table manipulation via peer state machines and path selection algorithms. Secure conduits between locations using IKE handshakes, cipher suites, and key exchanges. Segment attachments bridge hybrid topologies spanning cloud providers and on-premises infrastructure. SRv6 addressing, CIDR block matching, and advertisement controls direct traffic flows across distributed deployments with granular policy enforcement.",
45267
+ descriptionShort: "BGP peering, IPsec tunnels, and segment policies.",
45268
+ descriptionMedium: "Border gateway protocol with ASN management and autonomous system relationships. Site-to-site VPN linking datacenters through encrypted channels.",
45269
+ aliases: ["net", "routing", "bgp"],
45270
+ complexity: "advanced",
45271
+ isPreview: false,
45272
+ requiresTier: "Advanced",
45273
+ category: "Networking",
45274
+ useCases: [
45275
+ "Configure BGP routing and ASN management",
45276
+ "Manage IPsec tunnels and IKE phases",
45277
+ "Configure network connectors and routes",
45278
+ "Manage SRv6 and subnetting",
45279
+ "Define segment connections and policies",
45280
+ "Configure IP prefix sets"
45281
+ ],
45282
+ relatedDomains: ["virtual", "network_security", "dns"],
45283
+ icon: "\u{1F50C}",
45284
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B82F6'%3E%3Cpath d='M16 9v4.66l-3.5 3.51V19h-1v-1.83L8 13.65V9h8m0-6h-2v4h-4V3H8v4H6v6.5l3.5 3.5v5h5v-5l3.5-3.5V7h-2V3z'/%3E%3C/svg%3E",
45285
+ uiCategory: "Networking",
45286
+ primaryResources: [
45287
+ {
45288
+ name: "virtual_network",
45289
+ description: "Virtual network for site connectivity and segmentation",
45290
+ descriptionShort: "Virtual network",
45291
+ tier: "Standard",
45292
+ icon: "\u{1F517}",
45293
+ category: "Networking",
45294
+ supportsLogs: false,
45295
+ supportsMetrics: false,
45296
+ dependencies: { optional: ["network_connector"] },
45297
+ relationshipHints: [
45298
+ "network_connector: Connect to external networks"
45299
+ ]
45300
+ },
45301
+ {
45302
+ name: "network_connector",
45303
+ description: "Network connector for site-to-site or cloud connectivity",
45304
+ descriptionShort: "Network connector",
45305
+ tier: "Advanced",
45306
+ icon: "\u{1F50C}",
45307
+ category: "Networking",
45308
+ supportsLogs: false,
45309
+ supportsMetrics: true,
45310
+ dependencies: { required: ["virtual_network"] },
45311
+ relationshipHints: ["virtual_network: Network to connect"]
45312
+ },
45313
+ {
45314
+ name: "site_mesh_group",
45315
+ description: "Mesh connectivity configuration between multiple sites",
45316
+ descriptionShort: "Site mesh group",
45317
+ tier: "Advanced",
45318
+ icon: "\u{1F578}\uFE0F",
45319
+ category: "Infrastructure",
45320
+ supportsLogs: false,
45321
+ supportsMetrics: true,
45322
+ dependencies: { required: ["site"] },
45323
+ relationshipHints: [
45324
+ "site: Sites to include in mesh connectivity"
44950
45325
  ]
44951
45326
  }
45327
+ ]
45328
+ }
45329
+ ],
45330
+ [
45331
+ "network_security",
45332
+ {
45333
+ name: "network_security",
45334
+ displayName: "Network Security",
45335
+ description: "Perimeter defense through firewall configurations, address translation, and ingress/egress policies. Traffic steering directs packets according to defined criteria including origin, target, and service type. Segment boundaries create workload isolation zones while HTTP intermediaries manage client requests to external destinations. Port mappings employ static and dynamic address pools for flexible translation scenarios across multi-tenant environments.",
45336
+ descriptionShort: "NAT policies, firewalls, and segment connections.",
45337
+ descriptionMedium: "Firewall rules with routing decisions based on source, destination, or protocol. Segmentation isolates workloads while outbound proxies govern access.",
45338
+ aliases: ["netsec", "nfw"],
45339
+ complexity: "advanced",
45340
+ isPreview: false,
45341
+ requiresTier: "Advanced",
45342
+ category: "Security",
45343
+ useCases: [
45344
+ "Configure network firewall and ACL policies",
45345
+ "Manage NAT policies and port forwarding",
45346
+ "Configure policy-based routing",
45347
+ "Define network segments and policies",
45348
+ "Configure forward proxy policies"
44952
45349
  ],
44953
- "icon": "\u{1F310}"
44954
- },
44955
- icon: "\u{1F310}",
44956
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563EB'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E",
44957
- uiCategory: "DNS",
44958
- primaryResources: [
44959
- {
44960
- name: "dns_zone",
44961
- description: "Authoritative DNS zone with record management capabilities",
44962
- descriptionShort: "DNS zone",
44963
- tier: "Standard",
44964
- icon: "\u{1F310}",
44965
- category: "DNS",
44966
- supportsLogs: true,
44967
- supportsMetrics: true,
44968
- dependencies: { optional: ["dns_load_balancer"] },
44969
- relationshipHints: ["dns_load_balancer: Geographic or weighted DNS routing"]
44970
- },
44971
- {
44972
- name: "dns_domain",
44973
- description: "DNS domain delegation and configuration settings",
44974
- descriptionShort: "DNS domain",
44975
- tier: "Standard",
44976
- icon: "\u{1F517}",
44977
- category: "DNS",
44978
- supportsLogs: false,
44979
- supportsMetrics: false
44980
- },
44981
- {
44982
- name: "dns_load_balancer",
44983
- description: "DNS-based traffic distribution with geographic routing and failover",
44984
- descriptionShort: "DNS load balancer",
44985
- tier: "Standard",
44986
- icon: "\u2696\uFE0F",
44987
- category: "DNS",
44988
- supportsLogs: true,
44989
- supportsMetrics: true,
44990
- dependencies: { required: ["dns_zone"] },
44991
- relationshipHints: ["dns_zone: Parent zone for DNS records"]
44992
- }
44993
- ]
44994
- }],
44995
- ["managed_kubernetes", {
44996
- name: "managed_kubernetes",
44997
- displayName: "Managed Kubernetes",
44998
- description: "Role-based access controls with cluster-scoped permissions and namespace bindings. Pod security admission levels enforce baseline, restricted, or privileged profiles. Container registry credentials support private image pulls across hybrid deployments. Policy rules define resource verbs, groups, and non-resource URL access patterns.",
44999
- descriptionShort: "Cluster RBAC, pod security, and container registries.",
45000
- descriptionMedium: "Kubernetes role bindings and admission policies. Registry integration for EKS, AKS, and GKE workloads.",
45001
- aliases: ["mk8s", "appstack", "k8s-mgmt"],
45002
- complexity: "moderate",
45003
- isPreview: false,
45004
- requiresTier: "Advanced",
45005
- category: "Infrastructure",
45006
- useCases: ["Manage XCKS (Managed Kubernetes) cluster RBAC and security", "Configure pod security policies and admission controllers", "Manage container registries for enterprise deployments", "Integrate with external Kubernetes clusters (EKS, AKS, GKE)"],
45007
- relatedDomains: ["container_services", "sites", "service_mesh"],
45008
- icon: "\u2699\uFE0F",
45009
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748B'%3E%3Cpath d='M19.14 12.94c.04-.31.06-.63.06-.94 0-.31-.02-.63-.06-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.488.488 0 0 0-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.04.31-.06.63-.06.94s.02.63.06.94l-2.03 1.58a.49.49 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E",
45010
- uiCategory: "Kubernetes",
45011
- primaryResources: [
45012
- {
45013
- name: "mk8s_cluster",
45014
- description: "Managed Kubernetes cluster configuration",
45015
- descriptionShort: "MK8s cluster",
45016
- tier: "Advanced",
45017
- icon: "\u2638\uFE0F",
45018
- category: "Container",
45019
- supportsLogs: true,
45020
- supportsMetrics: true,
45021
- dependencies: { optional: ["k8s_cluster_role"] },
45022
- relationshipHints: ["k8s_cluster_role: RBAC roles for cluster access"]
45023
- },
45024
- {
45025
- name: "k8s_cluster_role",
45026
- description: "Kubernetes cluster RBAC role configuration",
45027
- descriptionShort: "K8s cluster role",
45028
- tier: "Advanced",
45029
- icon: "\u{1F464}",
45030
- category: "Container",
45031
- supportsLogs: false,
45032
- supportsMetrics: false
45033
- },
45034
- {
45035
- name: "container_registry",
45036
- description: "Container image registry for workload images",
45037
- descriptionShort: "Container registry",
45038
- tier: "Advanced",
45039
- icon: "\u{1F4E6}",
45040
- category: "Container",
45041
- supportsLogs: false,
45042
- supportsMetrics: false
45043
- }
45044
- ]
45045
- }],
45046
- ["marketplace", {
45047
- name: "marketplace",
45048
- displayName: "Marketplace",
45049
- description: "External connector infrastructure supporting direct, GRE, and encrypted tunnel modes with IKE parameter configuration and dead peer detection intervals. Cloud provider instances for Terraform automation and vendor partnerships. Service catalog entries with per-namespace activation flags, resource quotas, and administrative dashboard tile arrangement for operational workflows.",
45050
- descriptionShort: "Add-on services, connectors, and TPM policies.",
45051
- descriptionMedium: "Third-party GRE and IPSec tunnel provisioning with DPD timers. Shared resource allocation across namespaces with tile placement controls.",
45052
- aliases: ["market", "addons", "extensions"],
45053
- complexity: "moderate",
45054
- isPreview: false,
45055
- requiresTier: "Advanced",
45056
- category: "Platform",
45057
- useCases: ["Access third-party integrations and add-ons", "Manage marketplace extensions", "Configure Terraform and external integrations", "Manage TPM policies"],
45058
- relatedDomains: ["bigip", "admin"],
45059
- icon: "\u{1F3EA}",
45060
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F97316'%3E%3Cpath d='M18.36 9l.6 3H5.04l.6-3h12.72M20 4H4v2h16V4zm0 3H4l-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5zM6 18v-4h6v4H6z'/%3E%3C/svg%3E",
45061
- uiCategory: "Configuration",
45062
- primaryResources: [
45063
- {
45064
- name: "marketplace_item",
45065
- description: "Marketplace item for service catalog",
45066
- descriptionShort: "Marketplace item",
45067
- tier: "Standard",
45068
- icon: "\u{1F6D2}",
45069
- category: "Other",
45070
- supportsLogs: false,
45071
- supportsMetrics: false
45072
- },
45073
- {
45074
- name: "subscription",
45075
- description: "Subscription for service entitlements",
45076
- descriptionShort: "Subscription",
45077
- tier: "Standard",
45078
- icon: "\u{1F4B3}",
45079
- category: "Other",
45080
- supportsLogs: false,
45081
- supportsMetrics: false
45082
- }
45083
- ]
45084
- }],
45085
- ["network", {
45086
- name: "network",
45087
- displayName: "Network",
45088
- description: "Routing table manipulation via peer state machines and path selection algorithms. Secure conduits between locations using IKE handshakes, cipher suites, and key exchanges. Segment attachments bridge hybrid topologies spanning cloud providers and on-premises infrastructure. SRv6 addressing, CIDR block matching, and advertisement controls direct traffic flows across distributed deployments with granular policy enforcement.",
45089
- descriptionShort: "BGP peering, IPsec tunnels, and segment policies.",
45090
- descriptionMedium: "Border gateway protocol with ASN management and autonomous system relationships. Site-to-site VPN linking datacenters through encrypted channels.",
45091
- aliases: ["net", "routing", "bgp"],
45092
- complexity: "advanced",
45093
- isPreview: false,
45094
- requiresTier: "Advanced",
45095
- category: "Networking",
45096
- useCases: ["Configure BGP routing and ASN management", "Manage IPsec tunnels and IKE phases", "Configure network connectors and routes", "Manage SRv6 and subnetting", "Define segment connections and policies", "Configure IP prefix sets"],
45097
- relatedDomains: ["virtual", "network_security", "dns"],
45098
- icon: "\u{1F50C}",
45099
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B82F6'%3E%3Cpath d='M16 9v4.66l-3.5 3.51V19h-1v-1.83L8 13.65V9h8m0-6h-2v4h-4V3H8v4H6v6.5l3.5 3.5v5h5v-5l3.5-3.5V7h-2V3z'/%3E%3C/svg%3E",
45100
- uiCategory: "Networking",
45101
- primaryResources: [
45102
- {
45103
- name: "virtual_network",
45104
- description: "Virtual network for site connectivity and segmentation",
45105
- descriptionShort: "Virtual network",
45106
- tier: "Standard",
45107
- icon: "\u{1F517}",
45108
- category: "Networking",
45109
- supportsLogs: false,
45110
- supportsMetrics: false,
45111
- dependencies: { optional: ["network_connector"] },
45112
- relationshipHints: ["network_connector: Connect to external networks"]
45113
- },
45114
- {
45115
- name: "network_connector",
45116
- description: "Network connector for site-to-site or cloud connectivity",
45117
- descriptionShort: "Network connector",
45118
- tier: "Advanced",
45119
- icon: "\u{1F50C}",
45120
- category: "Networking",
45121
- supportsLogs: false,
45122
- supportsMetrics: true,
45123
- dependencies: { required: ["virtual_network"] },
45124
- relationshipHints: ["virtual_network: Network to connect"]
45125
- },
45126
- {
45127
- name: "site_mesh_group",
45128
- description: "Mesh connectivity configuration between multiple sites",
45129
- descriptionShort: "Site mesh group",
45130
- tier: "Advanced",
45131
- icon: "\u{1F578}\uFE0F",
45132
- category: "Infrastructure",
45133
- supportsLogs: false,
45134
- supportsMetrics: true,
45135
- dependencies: { required: ["site"] },
45136
- relationshipHints: ["site: Sites to include in mesh connectivity"]
45137
- }
45138
- ]
45139
- }],
45140
- ["network_security", {
45141
- name: "network_security",
45142
- displayName: "Network Security",
45143
- description: "Perimeter defense through firewall configurations, address translation, and ingress/egress policies. Traffic steering directs packets according to defined criteria including origin, target, and service type. Segment boundaries create workload isolation zones while HTTP intermediaries manage client requests to external destinations. Port mappings employ static and dynamic address pools for flexible translation scenarios across multi-tenant environments.",
45144
- descriptionShort: "NAT policies, firewalls, and segment connections.",
45145
- descriptionMedium: "Firewall rules with routing decisions based on source, destination, or protocol. Segmentation isolates workloads while outbound proxies govern access.",
45146
- aliases: ["netsec", "nfw"],
45147
- complexity: "advanced",
45148
- isPreview: false,
45149
- requiresTier: "Advanced",
45150
- category: "Security",
45151
- useCases: ["Configure network firewall and ACL policies", "Manage NAT policies and port forwarding", "Configure policy-based routing", "Define network segments and policies", "Configure forward proxy policies"],
45152
- relatedDomains: ["waf", "api", "network"],
45153
- icon: "\u{1F512}",
45154
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F59E0B'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E",
45155
- uiCategory: "Security",
45156
- primaryResources: [
45157
- {
45158
- name: "network_policy",
45159
- description: "Network security policy for traffic filtering",
45160
- descriptionShort: "Network policy",
45161
- tier: "Standard",
45162
- icon: "\u{1F512}",
45163
- category: "Security",
45164
- supportsLogs: true,
45165
- supportsMetrics: false
45166
- },
45167
- {
45168
- name: "forward_proxy_policy",
45169
- description: "Forward proxy policy for outbound traffic control",
45170
- descriptionShort: "Forward proxy policy",
45171
- tier: "Advanced",
45172
- icon: "\u27A1\uFE0F",
45173
- category: "Security",
45174
- supportsLogs: true,
45175
- supportsMetrics: true
45176
- },
45177
- {
45178
- name: "network_firewall",
45179
- description: "Network firewall for layer 3/4 traffic protection",
45180
- descriptionShort: "Network firewall",
45181
- tier: "Standard",
45182
- icon: "\u{1F9F1}",
45183
- category: "Security",
45184
- supportsLogs: true,
45185
- supportsMetrics: true
45186
- }
45187
- ]
45188
- }],
45189
- ["nginx_one", {
45190
- name: "nginx_one",
45191
- displayName: "Nginx One",
45192
- description: "Dataplane server registration with health status tracking and location awareness. Service discovery bindings for dynamic upstream resolution. Cloud service gateway integration for hybrid deployments. WAF policy attachment and instance-level security controls.",
45193
- descriptionShort: "NGINX Plus instances and dataplane servers.",
45194
- descriptionMedium: "Instance discovery, WAF integration, and service mesh connectivity. Subscription lifecycle and configuration synchronization.",
45195
- aliases: ["nginx", "nms", "nginx-plus"],
45196
- complexity: "simple",
45197
- isPreview: false,
45198
- requiresTier: "Advanced",
45199
- category: "Platform",
45200
- useCases: ["Manage NGINX One platform integrations", "Configure NGINX Plus instances", "Integrate NGINX configuration management"],
45201
- relatedDomains: ["marketplace"],
45202
- icon: "\u{1F7E2}",
45203
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322C55E'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E",
45204
- uiCategory: "NGINX One",
45205
- primaryResources: [
45206
- {
45207
- name: "nginx_config",
45208
- description: "NGINX configuration for proxy settings",
45209
- descriptionShort: "NGINX config",
45210
- tier: "Advanced",
45211
- icon: "\u2699\uFE0F",
45212
- category: "Load Balancing",
45213
- supportsLogs: true,
45214
- supportsMetrics: true,
45215
- dependencies: { optional: ["nginx_upstream"] },
45216
- relationshipHints: ["nginx_upstream: Backend server configuration"]
45217
- },
45218
- {
45219
- name: "nginx_upstream",
45220
- description: "NGINX upstream for backend server pools",
45221
- descriptionShort: "NGINX upstream",
45222
- tier: "Advanced",
45223
- icon: "\u{1F3AF}",
45224
- category: "Load Balancing",
45225
- supportsLogs: false,
45226
- supportsMetrics: true
45227
- }
45228
- ]
45229
- }],
45230
- ["object_storage", {
45231
- name: "object_storage",
45232
- displayName: "Object Storage",
45233
- description: "Blob management for application component delivery across namespaces. Time-limited download links with cryptographic signing protect asset retrieval. Version-controlled packages organized by operating system type support artifact discovery. Query filtering by name, type, and release number enables programmatic access to integrator libraries and protection modules for mobile deployments.",
45234
- descriptionShort: "Mobile SDK assets, versioned binaries, and app shield files.",
45235
- descriptionMedium: "Versioned library distribution for mobile app integrators. Presigned URLs enable secure downloads with OS-specific builds for iOS and Android.",
45236
- aliases: ["storage", "s3", "buckets"],
45237
- complexity: "simple",
45238
- isPreview: false,
45239
- requiresTier: "Advanced",
45240
- category: "Platform",
45241
- useCases: ["Manage object storage services", "Configure stored objects and buckets", "Manage storage policies"],
45242
- relatedDomains: ["marketplace"],
45243
- icon: "\u{1F5C4}\uFE0F",
45244
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2378716C'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-8h4v8zm6 0h-4v-8h4v8zm6 0h-4v-8h4v8zm0-10H4V4h16v6z'/%3E%3C/svg%3E",
45245
- uiCategory: "Configuration",
45246
- primaryResources: [
45247
- {
45248
- name: "object_store",
45249
- description: "Object store for blob storage management",
45250
- descriptionShort: "Object store",
45251
- tier: "Standard",
45252
- icon: "\u{1F4BE}",
45253
- category: "Storage",
45254
- supportsLogs: true,
45255
- supportsMetrics: true,
45256
- dependencies: { optional: ["bucket"] },
45257
- relationshipHints: ["bucket: Storage buckets in this store"]
45258
- },
45259
- {
45260
- name: "bucket",
45261
- description: "Storage bucket for object storage",
45262
- descriptionShort: "Bucket",
45263
- tier: "Standard",
45264
- icon: "\u{1F4E6}",
45265
- category: "Storage",
45266
- supportsLogs: true,
45267
- supportsMetrics: true,
45268
- dependencies: { required: ["object_store"] },
45269
- relationshipHints: ["object_store: Parent object store"]
45270
- }
45271
- ]
45272
- }],
45273
- ["observability", {
45274
- name: "observability",
45275
- displayName: "Observability",
45276
- description: "Telemetry systems execute scheduled availability checks from distributed AWS locations worldwide. Response code validation and timing metrics feed into historical trend analysis. DNS resolution accuracy verification ensures name service reliability. Certificate lifecycle tracking generates expiration warnings before outages occur. Regional probe distribution provides geographic coverage insights. Health summaries aggregate results into actionable dashboards with configurable alerting thresholds.",
45277
- descriptionShort: "Synthetic health checks and DNS resolution validation.",
45278
- descriptionMedium: "HTTP availability probes with latency measurement. Certificate expiration alerts and global status dashboards for infrastructure health.",
45279
- aliases: ["obs", "monitoring", "synth"],
45280
- complexity: "advanced",
45281
- isPreview: false,
45282
- requiresTier: "Standard",
45283
- category: "Operations",
45284
- useCases: ["Configure synthetic monitoring", "Define monitoring and testing policies", "Manage observability dashboards"],
45285
- relatedDomains: ["statistics", "support"],
45286
- icon: "\u{1F4CA}",
45287
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B82F6'%3E%3Cpath d='M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z'/%3E%3C/svg%3E",
45288
- uiCategory: "Observability",
45289
- primaryResources: [
45290
- {
45291
- name: "log_receiver",
45292
- description: "Log receiver for centralized log collection",
45293
- descriptionShort: "Log receiver",
45294
- tier: "Standard",
45295
- icon: "\u{1F4DD}",
45296
- category: "Monitoring",
45297
- supportsLogs: false,
45298
- supportsMetrics: false
45299
- },
45300
- {
45301
- name: "metrics_receiver",
45302
- description: "Metrics receiver for centralized metrics collection",
45303
- descriptionShort: "Metrics receiver",
45304
- tier: "Standard",
45305
- icon: "\u{1F4CA}",
45306
- category: "Monitoring",
45307
- supportsLogs: false,
45308
- supportsMetrics: false
45309
- },
45310
- {
45311
- name: "alert_policy",
45312
- description: "Alert policy for monitoring and notification",
45313
- descriptionShort: "Alert policy",
45314
- tier: "Standard",
45315
- icon: "\u{1F514}",
45316
- category: "Monitoring",
45317
- supportsLogs: false,
45318
- supportsMetrics: false
45319
- }
45320
- ]
45321
- }],
45322
- ["rate_limiting", {
45323
- name: "rate_limiting",
45324
- displayName: "Rate Limiting",
45325
- description: "Threshold-based request blocking using sliding window calculations. Burst smoothing algorithms maintain sustained throughput without exceeding defined maximums. Per-connection controls apply granular restrictions by protocol type. Automatic block actions trigger when request counts surpass configured limits within specified intervals.",
45326
- descriptionShort: "Request throttling, quotas, and policer rules.",
45327
- descriptionMedium: "Time-based quota enforcement with configurable windows in hours, minutes, or seconds. Protocol-specific controls for traffic shaping.",
45328
- aliases: ["ratelimit", "throttle", "policer"],
45329
- complexity: "simple",
45330
- isPreview: false,
45331
- requiresTier: "Advanced",
45332
- category: "Networking",
45333
- useCases: ["Configure rate limiter policies", "Manage policer configurations", "Control traffic flow and queuing"],
45334
- relatedDomains: ["virtual", "network_security"],
45335
- icon: "\u23F1\uFE0F",
45336
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F97316'%3E%3Cpath d='M15 1H9v2h6V1zm-4 13h2V8h-2v6zm8.03-6.61 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z'/%3E%3C/svg%3E",
45337
- uiCategory: "Networking",
45338
- primaryResources: [
45339
- {
45340
- name: "rate_limiter",
45341
- description: "Rate limiter for traffic throttling and protection",
45342
- descriptionShort: "Rate limiter",
45343
- tier: "Standard",
45344
- icon: "\u23F1\uFE0F",
45345
- category: "Security",
45346
- supportsLogs: true,
45347
- supportsMetrics: true,
45348
- dependencies: { optional: ["rate_limiter_policy"] },
45349
- relationshipHints: ["rate_limiter_policy: Detailed rate limiting rules"]
45350
- },
45351
- {
45352
- name: "rate_limiter_policy",
45353
- description: "Rate limiter policy with detailed throttling rules",
45354
- descriptionShort: "Rate limiter policy",
45355
- tier: "Standard",
45356
- icon: "\u{1F4CB}",
45357
- category: "Security",
45358
- supportsLogs: true,
45359
- supportsMetrics: true
45360
- },
45361
- {
45362
- name: "rate_limit_threshold",
45363
- description: "Rate limit threshold configuration for traffic control",
45364
- descriptionShort: "Rate limit threshold",
45365
- tier: "Standard",
45366
- icon: "\u{1F4CA}",
45367
- category: "Security",
45368
- supportsLogs: false,
45369
- supportsMetrics: true
45370
- }
45371
- ]
45372
- }],
45373
- ["secops_and_incident_response", {
45374
- name: "secops_and_incident_response",
45375
- displayName: "Secops And Incident Response",
45376
- description: "User threat assessment with configurable risk thresholds and mitigation rules. Detection covers high, medium, and low threat levels with corresponding actions like blocking, rate limiting, or alerting. Mitigation policies link to load balancers for real-time enforcement against identified bad actors.",
45377
- descriptionShort: "Threat detection, user risk scoring, and automated blocking.",
45378
- descriptionMedium: "Malicious user mitigation with threat level classification. Automated response actions for suspicious behavior patterns.",
45379
- aliases: ["secops", "incident-response", "mitigation"],
45380
- complexity: "simple",
45381
- isPreview: false,
45382
- requiresTier: "Advanced",
45383
- category: "Security",
45384
- useCases: ["Configure automated threat mitigation policies", "Define rules for malicious user detection", "Manage incident response workflows", "Apply blocking or rate limiting to threats"],
45385
- relatedDomains: ["bot_defense", "waf", "network_security"],
45386
- icon: "\u{1F6A8}",
45387
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23DC2626'%3E%3Cpath d='M12 2L4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83V6.31l6-2.25 6 2.25v4.78zM11 7h2v6h-2zm0 8h2v2h-2z'/%3E%3C/svg%3E",
45388
- uiCategory: "Security",
45389
- primaryResources: [
45390
- {
45391
- name: "mitigation_policy",
45392
- description: "Mitigation policy for incident response",
45393
- descriptionShort: "Mitigation policy",
45394
- tier: "Advanced",
45395
- icon: "\u{1F6E1}\uFE0F",
45396
- category: "Security",
45397
- supportsLogs: true,
45398
- supportsMetrics: false
45399
- },
45400
- {
45401
- name: "malicious_user_rule",
45402
- description: "Malicious user rule for threat mitigation",
45403
- descriptionShort: "Malicious user rule",
45404
- tier: "Advanced",
45405
- icon: "\u{1F6A8}",
45406
- category: "Security",
45407
- supportsLogs: true,
45408
- supportsMetrics: false
45409
- }
45410
- ]
45411
- }],
45412
- ["service_mesh", {
45413
- name: "service_mesh",
45414
- displayName: "Service Mesh",
45415
- description: "NFV service lifecycle and software version tracking. Machine learning-driven classification with security risk assessment and PII detection. Override management for application behavior customization. Sidecar proxy orchestration with automatic mTLS certificate rotation and policy enforcement across distributed workloads.",
45416
- descriptionShort: "Microservice routing and sidecar configuration.",
45417
- descriptionMedium: "Application type definitions with discovery and learned schema analysis. Traffic pattern inference for intelligent request handling.",
45418
- aliases: ["mesh", "svc-mesh"],
45419
- complexity: "advanced",
45420
- isPreview: false,
45421
- requiresTier: "Advanced",
45422
- category: "Infrastructure",
45423
- useCases: ["Configure service mesh connectivity", "Manage endpoint discovery and routing", "Configure NFV services", "Define application settings and types"],
45424
- relatedDomains: ["managed_kubernetes", "container_services", "virtual"],
45425
- icon: "\u{1F578}\uFE0F",
45426
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A855F7'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E",
45427
- uiCategory: "Service Mesh",
45428
- primaryResources: [
45429
- {
45430
- name: "endpoint",
45431
- description: "Service mesh endpoint for traffic routing",
45432
- descriptionShort: "Endpoint",
45433
- tier: "Advanced",
45434
- icon: "\u{1F3AF}",
45435
- category: "Networking",
45436
- supportsLogs: true,
45437
- supportsMetrics: true
45438
- },
45439
- {
45440
- name: "origin_pool",
45441
- description: "Backend server group for load balancer traffic distribution",
45442
- descriptionShort: "Origin pool",
45443
- tier: "Standard",
45444
- icon: "\u{1F3AF}",
45445
- category: "Load Balancing",
45446
- supportsLogs: false,
45447
- supportsMetrics: true,
45448
- dependencies: { optional: ["healthcheck"] },
45449
- relationshipHints: ["healthcheck: Monitor origin server health"]
45450
- },
45451
- {
45452
- name: "service_discovery",
45453
- description: "Service discovery configuration for dynamic endpoints",
45454
- descriptionShort: "Service discovery",
45455
- tier: "Advanced",
45456
- icon: "\u{1F50D}",
45457
- category: "Networking",
45458
- supportsLogs: false,
45459
- supportsMetrics: false
45460
- }
45461
- ]
45462
- }],
45463
- ["shape", {
45464
- name: "shape",
45465
- displayName: "Shape",
45466
- description: "Bot infrastructure policies with deployment tracking and subscription management. SafeAP protection against credential stuffing and account takeover. Mobile application shielding through SDK integration with OS-specific configurations. Real-time threat intelligence updates and automated response actions based on risk scoring and traffic patterns.",
45467
- descriptionShort: "Bot defense, fraud prevention, and client integrity.",
45468
- descriptionMedium: "Threat recognition with behavioral analysis and device fingerprinting. Mobile SDK integration for application shielding.",
45469
- aliases: ["shape-sec", "safeap"],
45470
- complexity: "advanced",
45471
- isPreview: false,
45472
- requiresTier: "Advanced",
45473
- category: "Security",
45474
- useCases: ["Configure Shape Security policies", "Manage bot and threat prevention", "Configure SafeAP policies", "Enable threat recognition"],
45475
- relatedDomains: ["bot_defense", "waf"],
45476
- icon: "\u{1F3AD}",
45477
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A855F7'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5-9c.83 0 1.5-.67 1.5-1.5S7.83 8 7 8s-1.5.67-1.5 1.5S6.17 11 7 11zm10 0c.83 0 1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z'/%3E%3C/svg%3E",
45478
- uiCategory: "Client-Side Defense",
45479
- primaryResources: [
45480
- {
45481
- name: "shape_app_firewall",
45482
- description: "Shape application firewall for advanced protection",
45483
- descriptionShort: "Shape WAF",
45484
- tier: "Advanced",
45485
- icon: "\u{1F6E1}\uFE0F",
45486
- category: "Security",
45487
- supportsLogs: true,
45488
- supportsMetrics: true
45489
- },
45490
- {
45491
- name: "shape_recognizer",
45492
- description: "Shape recognizer for traffic pattern analysis",
45493
- descriptionShort: "Shape recognizer",
45494
- tier: "Advanced",
45495
- icon: "\u{1F50D}",
45496
- category: "Security",
45497
- supportsLogs: true,
45498
- supportsMetrics: true
45499
- }
45500
- ]
45501
- }],
45502
- ["sites", {
45503
- name: "sites",
45504
- displayName: "Sites",
45505
- description: "Multi-cloud node provisioning spanning major public cloud environments including TGW, VNet, and VPC architectures. VPN tunnel configuration handles secure connectivity while IP prefix management controls address allocation. Customer edge deployments support external container orchestration platforms. Geographic distribution with resource sharing enables consistent policy enforcement across deployment points.",
45506
- descriptionShort: "Cloud and edge node deployments.",
45507
- descriptionMedium: "AWS, Azure, GCP VPC integration with transit gateways. Label-based selection for policy application across regions.",
45508
- aliases: ["site", "deployment"],
45509
- complexity: "advanced",
45510
- isPreview: false,
45511
- requiresTier: "Standard",
45512
- category: "Infrastructure",
45513
- useCases: ["Deploy F5 XC across cloud providers (AWS, Azure, GCP)", "Manage XCKS (Managed Kubernetes) site deployments (formerly AppStack)", "Deploy Secure Mesh sites for networking-focused edge deployments", "Integrate external Kubernetes clusters as Customer Edge", "Configure AWS VPC, Azure VNet, and GCP VPC sites", "Manage virtual sites and site policies"],
45514
- relatedDomains: ["cloud_infrastructure", "customer_edge", "managed_kubernetes"],
45515
- cliMetadata: {
45516
- "quick_start": {
45517
- "command": "curl $F5XC_API_URL/api/config/namespaces/default/sites -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45518
- "description": "List all configured sites in default namespace",
45519
- "expected_output": "JSON array of site objects with deployment status"
45520
- },
45521
- "common_workflows": [
45350
+ relatedDomains: ["waf", "api", "network"],
45351
+ icon: "\u{1F512}",
45352
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F59E0B'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E",
45353
+ uiCategory: "Security",
45354
+ primaryResources: [
45355
+ {
45356
+ name: "network_policy",
45357
+ description: "Network security policy for traffic filtering",
45358
+ descriptionShort: "Network policy",
45359
+ tier: "Standard",
45360
+ icon: "\u{1F512}",
45361
+ category: "Security",
45362
+ supportsLogs: true,
45363
+ supportsMetrics: false
45364
+ },
45365
+ {
45366
+ name: "forward_proxy_policy",
45367
+ description: "Forward proxy policy for outbound traffic control",
45368
+ descriptionShort: "Forward proxy policy",
45369
+ tier: "Advanced",
45370
+ icon: "\u27A1\uFE0F",
45371
+ category: "Security",
45372
+ supportsLogs: true,
45373
+ supportsMetrics: true
45374
+ },
45375
+ {
45376
+ name: "network_firewall",
45377
+ description: "Network firewall for layer 3/4 traffic protection",
45378
+ descriptionShort: "Network firewall",
45379
+ tier: "Standard",
45380
+ icon: "\u{1F9F1}",
45381
+ category: "Security",
45382
+ supportsLogs: true,
45383
+ supportsMetrics: true
45384
+ }
45385
+ ]
45386
+ }
45387
+ ],
45388
+ [
45389
+ "nginx_one",
45390
+ {
45391
+ name: "nginx_one",
45392
+ displayName: "Nginx One",
45393
+ description: "Dataplane server registration with health status tracking and location awareness. Service discovery bindings for dynamic upstream resolution. Cloud service gateway integration for hybrid deployments. WAF policy attachment and instance-level security controls.",
45394
+ descriptionShort: "NGINX Plus instances and dataplane servers.",
45395
+ descriptionMedium: "Instance discovery, WAF integration, and service mesh connectivity. Subscription lifecycle and configuration synchronization.",
45396
+ aliases: ["nginx", "nms", "nginx-plus"],
45397
+ complexity: "simple",
45398
+ isPreview: false,
45399
+ requiresTier: "Advanced",
45400
+ category: "Platform",
45401
+ useCases: [
45402
+ "Manage NGINX One platform integrations",
45403
+ "Configure NGINX Plus instances",
45404
+ "Integrate NGINX configuration management"
45405
+ ],
45406
+ relatedDomains: ["marketplace"],
45407
+ icon: "\u{1F7E2}",
45408
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322C55E'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E",
45409
+ uiCategory: "NGINX One",
45410
+ primaryResources: [
45411
+ {
45412
+ name: "nginx_config",
45413
+ description: "NGINX configuration for proxy settings",
45414
+ descriptionShort: "NGINX config",
45415
+ tier: "Advanced",
45416
+ icon: "\u2699\uFE0F",
45417
+ category: "Load Balancing",
45418
+ supportsLogs: true,
45419
+ supportsMetrics: true,
45420
+ dependencies: { optional: ["nginx_upstream"] },
45421
+ relationshipHints: [
45422
+ "nginx_upstream: Backend server configuration"
45423
+ ]
45424
+ },
45522
45425
  {
45523
- "name": "Deploy AWS Cloud Site",
45524
- "description": "Deploy F5 XC in AWS for traffic management",
45525
- "steps": [
45526
- {
45527
- "step": 1,
45528
- "command": "curl -X POST $F5XC_API_URL/api/config/namespaces/default/cloud_credentials -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...aws_credentials...}'",
45529
- "description": "Create cloud credentials for AWS access"
45530
- },
45531
- {
45532
- "step": 2,
45533
- "command": "curl -X POST $F5XC_API_URL/api/config/namespaces/default/sites -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...site_config...}'",
45534
- "description": "Create site definition for AWS deployment"
45535
- }
45536
- ],
45537
- "prerequisites": [
45538
- "AWS account configured",
45539
- "Cloud credentials created",
45540
- "VPC and security groups prepared"
45541
- ],
45542
- "expected_outcome": "Site deployed in AWS, nodes connected and healthy"
45426
+ name: "nginx_upstream",
45427
+ description: "NGINX upstream for backend server pools",
45428
+ descriptionShort: "NGINX upstream",
45429
+ tier: "Advanced",
45430
+ icon: "\u{1F3AF}",
45431
+ category: "Load Balancing",
45432
+ supportsLogs: false,
45433
+ supportsMetrics: true
45543
45434
  }
45435
+ ]
45436
+ }
45437
+ ],
45438
+ [
45439
+ "object_storage",
45440
+ {
45441
+ name: "object_storage",
45442
+ displayName: "Object Storage",
45443
+ description: "Blob management for application component delivery across namespaces. Time-limited download links with cryptographic signing protect asset retrieval. Version-controlled packages organized by operating system type support artifact discovery. Query filtering by name, type, and release number enables programmatic access to integrator libraries and protection modules for mobile deployments.",
45444
+ descriptionShort: "Mobile SDK assets, versioned binaries, and app shield files.",
45445
+ descriptionMedium: "Versioned library distribution for mobile app integrators. Presigned URLs enable secure downloads with OS-specific builds for iOS and Android.",
45446
+ aliases: ["storage", "s3", "buckets"],
45447
+ complexity: "simple",
45448
+ isPreview: false,
45449
+ requiresTier: "Advanced",
45450
+ category: "Platform",
45451
+ useCases: [
45452
+ "Manage object storage services",
45453
+ "Configure stored objects and buckets",
45454
+ "Manage storage policies"
45544
45455
  ],
45545
- "troubleshooting": [
45546
- {
45547
- "problem": "Site deployment fails",
45548
- "symptoms": [
45549
- "Status: Error",
45550
- "Nodes not coming online",
45551
- "Connectivity issues"
45552
- ],
45553
- "diagnosis_commands": [
45554
- "curl $F5XC_API_URL/api/config/namespaces/default/sites/{site} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45555
- "Check site events and node status"
45556
- ],
45557
- "solutions": [
45558
- "Verify cloud credentials have required permissions",
45559
- "Check VPC and security group configuration",
45560
- "Review site logs for deployment errors",
45561
- "Ensure sufficient cloud resources available"
45456
+ relatedDomains: ["marketplace"],
45457
+ icon: "\u{1F5C4}\uFE0F",
45458
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2378716C'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-8h4v8zm6 0h-4v-8h4v8zm6 0h-4v-8h4v8zm0-10H4V4h16v6z'/%3E%3C/svg%3E",
45459
+ uiCategory: "Configuration",
45460
+ primaryResources: [
45461
+ {
45462
+ name: "object_store",
45463
+ description: "Object store for blob storage management",
45464
+ descriptionShort: "Object store",
45465
+ tier: "Standard",
45466
+ icon: "\u{1F4BE}",
45467
+ category: "Storage",
45468
+ supportsLogs: true,
45469
+ supportsMetrics: true,
45470
+ dependencies: { optional: ["bucket"] },
45471
+ relationshipHints: [
45472
+ "bucket: Storage buckets in this store"
45562
45473
  ]
45474
+ },
45475
+ {
45476
+ name: "bucket",
45477
+ description: "Storage bucket for object storage",
45478
+ descriptionShort: "Bucket",
45479
+ tier: "Standard",
45480
+ icon: "\u{1F4E6}",
45481
+ category: "Storage",
45482
+ supportsLogs: true,
45483
+ supportsMetrics: true,
45484
+ dependencies: { required: ["object_store"] },
45485
+ relationshipHints: ["object_store: Parent object store"]
45563
45486
  }
45487
+ ]
45488
+ }
45489
+ ],
45490
+ [
45491
+ "observability",
45492
+ {
45493
+ name: "observability",
45494
+ displayName: "Observability",
45495
+ description: "Telemetry systems execute scheduled availability checks from distributed AWS locations worldwide. Response code validation and timing metrics feed into historical trend analysis. DNS resolution accuracy verification ensures name service reliability. Certificate lifecycle tracking generates expiration warnings before outages occur. Regional probe distribution provides geographic coverage insights. Health summaries aggregate results into actionable dashboards with configurable alerting thresholds.",
45496
+ descriptionShort: "Synthetic health checks and DNS resolution validation.",
45497
+ descriptionMedium: "HTTP availability probes with latency measurement. Certificate expiration alerts and global status dashboards for infrastructure health.",
45498
+ aliases: ["obs", "monitoring", "synth"],
45499
+ complexity: "advanced",
45500
+ isPreview: false,
45501
+ requiresTier: "Standard",
45502
+ category: "Operations",
45503
+ useCases: [
45504
+ "Configure synthetic monitoring",
45505
+ "Define monitoring and testing policies",
45506
+ "Manage observability dashboards"
45564
45507
  ],
45565
- "icon": "\u{1F30D}"
45566
- },
45567
- icon: "\u{1F30D}",
45568
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E",
45569
- uiCategory: "Sites",
45570
- primaryResources: [
45571
- {
45572
- name: "site",
45573
- description: "Physical or cloud deployment location for edge services",
45574
- descriptionShort: "Site",
45575
- tier: "Standard",
45576
- icon: "\u{1F3E2}",
45577
- category: "Infrastructure",
45578
- supportsLogs: true,
45579
- supportsMetrics: true,
45580
- dependencies: { optional: ["virtual_site"] },
45581
- relationshipHints: ["virtual_site: Logical grouping of physical sites"]
45582
- },
45583
- {
45584
- name: "virtual_site",
45585
- description: "Logical grouping of sites using label selectors",
45586
- descriptionShort: "Virtual site",
45587
- tier: "Standard",
45588
- icon: "\u{1F3F7}\uFE0F",
45589
- category: "Infrastructure",
45590
- supportsLogs: false,
45591
- supportsMetrics: false
45592
- },
45593
- {
45594
- name: "site_mesh_group",
45595
- description: "Mesh connectivity configuration between multiple sites",
45596
- descriptionShort: "Site mesh group",
45597
- tier: "Advanced",
45598
- icon: "\u{1F578}\uFE0F",
45599
- category: "Infrastructure",
45600
- supportsLogs: false,
45601
- supportsMetrics: true,
45602
- dependencies: { required: ["site"] },
45603
- relationshipHints: ["site: Sites to include in mesh connectivity"]
45604
- }
45605
- ]
45606
- }],
45607
- ["statistics", {
45608
- name: "statistics",
45609
- displayName: "Statistics",
45610
- description: "Alert policies with custom matchers, label groupings, and notification parameters. Log receivers for centralized collection with confirmation and verification workflows. Flow analytics, historical trend data, and namespace-scoped dashboards. Topology discovery and site-level health indicators for operational visibility.",
45611
- descriptionShort: "Alerts, logs, flow analytics, and reporting.",
45612
- descriptionMedium: "Alerting policies with receiver integrations. Log aggregation, topology views, and site health tracking.",
45613
- aliases: ["stats", "metrics", "logs"],
45614
- complexity: "advanced",
45615
- isPreview: false,
45616
- requiresTier: "Standard",
45617
- category: "Operations",
45618
- useCases: ["Access flow statistics and analytics", "Manage alerts and alerting policies", "View logs and log receivers", "Generate reports and graphs", "Track topology and service discovery", "Monitor status at sites"],
45619
- relatedDomains: ["observability", "support"],
45620
- icon: "\u{1F4C8}",
45621
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z'/%3E%3C/svg%3E",
45622
- uiCategory: "Observability",
45623
- primaryResources: [
45624
- {
45625
- name: "dashboard",
45626
- description: "Dashboard for metrics visualization",
45627
- descriptionShort: "Dashboard",
45628
- tier: "Standard",
45629
- icon: "\u{1F4CA}",
45630
- category: "Monitoring",
45631
- supportsLogs: false,
45632
- supportsMetrics: false,
45633
- dependencies: { optional: ["saved_query"] },
45634
- relationshipHints: ["saved_query: Queries displayed on dashboard"]
45635
- },
45636
- {
45637
- name: "saved_query",
45638
- description: "Saved query for metrics and log analysis",
45639
- descriptionShort: "Saved query",
45640
- tier: "Standard",
45641
- icon: "\u{1F50D}",
45642
- category: "Monitoring",
45643
- supportsLogs: false,
45644
- supportsMetrics: false
45645
- }
45646
- ]
45647
- }],
45648
- ["support", {
45649
- name: "support",
45650
- displayName: "Support",
45651
- description: "Case management workflows including submission, commentary, and closure paths. Urgency adjustments and routing for time-sensitive incidents. Tax exemption verification requests. Site-level tcpdump operations\u2014initiation, enumeration, and termination\u2014for low-level network troubleshooting and protocol analysis.",
45652
- descriptionShort: "Tickets, escalations, and network diagnostics.",
45653
- descriptionMedium: "Issue lifecycle with comments, severity changes, and resolution tracking. Packet capture for connection analysis.",
45654
- aliases: ["tickets", "help-desk"],
45655
- complexity: "moderate",
45656
- isPreview: false,
45657
- requiresTier: "Standard",
45658
- category: "Operations",
45659
- useCases: ["Submit and manage support tickets", "Track customer support requests", "Access operational support documentation"],
45660
- relatedDomains: ["statistics", "observability"],
45661
- icon: "\u{1F3AB}",
45662
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314B8A6'%3E%3Cpath d='M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54z'/%3E%3C/svg%3E",
45663
- uiCategory: "Configuration",
45664
- primaryResources: [
45665
- {
45666
- name: "support_case",
45667
- description: "Support case for issue tracking and resolution",
45668
- descriptionShort: "Support case",
45669
- tier: "Standard",
45670
- icon: "\u{1F3AB}",
45671
- category: "Other",
45672
- supportsLogs: false,
45673
- supportsMetrics: false
45674
- },
45675
- {
45676
- name: "alert",
45677
- description: "System alert for operational notifications",
45678
- descriptionShort: "Alert",
45679
- tier: "Standard",
45680
- icon: "\u{1F514}",
45681
- category: "Monitoring",
45682
- supportsLogs: false,
45683
- supportsMetrics: false
45684
- },
45685
- {
45686
- name: "audit_log",
45687
- description: "Audit log for compliance and security tracking",
45688
- descriptionShort: "Audit log",
45689
- tier: "Standard",
45690
- icon: "\u{1F4DD}",
45691
- category: "Monitoring",
45692
- supportsLogs: false,
45693
- supportsMetrics: false
45694
- }
45695
- ]
45696
- }],
45697
- ["telemetry_and_insights", {
45698
- name: "telemetry_and_insights",
45699
- displayName: "Telemetry And Insights",
45700
- description: "F5 Distributed Cloud Telemetry And Insights API specifications",
45701
- descriptionShort: "Telemetry And Insights API",
45702
- descriptionMedium: "F5 Distributed Cloud Telemetry And Insights API specifications",
45703
- aliases: ["telemetry", "ti"],
45704
- complexity: "moderate",
45705
- isPreview: false,
45706
- requiresTier: "Standard",
45707
- category: "Operations",
45708
- useCases: ["Collect and analyze telemetry data", "Generate actionable insights from metrics", "Configure telemetry collection policies"],
45709
- relatedDomains: ["observability", "statistics"],
45710
- icon: "\u{1F4C9}",
45711
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F59E0B'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/%3E%3C/svg%3E",
45712
- uiCategory: "Observability",
45713
- primaryResources: [
45714
- {
45715
- name: "telemetry_receiver",
45716
- description: "Telemetry receiver for data collection",
45717
- descriptionShort: "Telemetry receiver",
45718
- tier: "Standard",
45719
- icon: "\u{1F4E1}",
45720
- category: "Monitoring",
45721
- supportsLogs: false,
45722
- supportsMetrics: false
45723
- },
45724
- {
45725
- name: "insight_query",
45726
- description: "Insight query for analytics",
45727
- descriptionShort: "Insight query",
45728
- tier: "Standard",
45729
- icon: "\u{1F50D}",
45730
- category: "Monitoring",
45731
- supportsLogs: false,
45732
- supportsMetrics: false
45733
- }
45734
- ]
45735
- }],
45736
- ["tenant_and_identity", {
45737
- name: "tenant_and_identity",
45738
- displayName: "Tenant And Identity",
45739
- description: "Profile images and display customizations for personalized dashboard experiences. Federated authentication toggles controlling SSO behavior across organizational boundaries. Session lifecycle tracking with real-time visibility into active connections and timeout policies. Support ticket workflows including attachment handling and closure procedures for managed client escalations. Initial access provisioning sequences for new user onboarding.",
45740
- descriptionShort: "User profiles, sessions, and OTP settings.",
45741
- descriptionMedium: "Account view configurations and admin alert channels. One-time password resets, provisioning flows, and active connection monitoring.",
45742
- aliases: ["tenant-identity", "idm", "user-settings"],
45743
- complexity: "advanced",
45744
- isPreview: false,
45745
- requiresTier: "Standard",
45746
- category: "Platform",
45747
- useCases: ["Manage user profiles and notification preferences", "Configure session controls and OTP settings", "Handle identity management operations", "Process initial user access requests"],
45748
- relatedDomains: ["users", "authentication", "system"],
45749
- icon: "\u{1FAAA}",
45750
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2306B6D4'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-9 3.5c1.38 0 2.5 1.12 2.5 2.5S12.38 12.5 11 12.5 8.5 11.38 8.5 10s1.12-2.5 2.5-2.5zm5 10.5H6v-1.25c0-1.66 3.33-2.5 5-2.5s5 .84 5 2.5V18zm2-4h-4v-2h4v2zm0-4h-4V8h4v2z'/%3E%3C/svg%3E",
45751
- uiCategory: "Identity & Access",
45752
- primaryResources: [
45753
- {
45754
- name: "user_profile",
45755
- description: "User profile with personal settings",
45756
- descriptionShort: "User profile",
45757
- tier: "Standard",
45758
- icon: "\u{1F464}",
45759
- category: "Identity",
45760
- supportsLogs: false,
45761
- supportsMetrics: false
45762
- },
45763
- {
45764
- name: "session",
45765
- description: "User session for authentication state",
45766
- descriptionShort: "Session",
45767
- tier: "Standard",
45768
- icon: "\u{1F511}",
45769
- category: "Identity",
45770
- supportsLogs: true,
45771
- supportsMetrics: false
45772
- },
45773
- {
45774
- name: "otp_policy",
45775
- description: "OTP policy for multi-factor authentication",
45776
- descriptionShort: "OTP policy",
45777
- tier: "Standard",
45778
- icon: "\u{1F510}",
45779
- category: "Identity",
45780
- supportsLogs: false,
45781
- supportsMetrics: false
45782
- }
45783
- ]
45784
- }],
45785
- ["threat_campaign", {
45786
- name: "threat_campaign",
45787
- displayName: "Threat Campaign",
45788
- description: "F5 Distributed Cloud Threat Campaign API specifications",
45789
- descriptionShort: "Threat Campaign API",
45790
- descriptionMedium: "F5 Distributed Cloud Threat Campaign API specifications",
45791
- aliases: ["threats", "campaigns", "threat-intel"],
45792
- complexity: "moderate",
45793
- isPreview: false,
45794
- requiresTier: "Standard",
45795
- category: "Security",
45796
- useCases: ["Track and analyze threat campaigns", "Monitor active threats and attack patterns", "Configure threat intelligence integration"],
45797
- relatedDomains: ["bot_defense", "ddos"],
45798
- icon: "\u26A0\uFE0F",
45799
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FBBF24'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E",
45800
- uiCategory: "Security",
45801
- primaryResources: [
45802
- {
45803
- name: "threat_campaign_policy",
45804
- description: "Threat campaign detection and mitigation policy",
45805
- descriptionShort: "Threat campaign policy",
45806
- tier: "Advanced",
45807
- icon: "\u{1F3AF}",
45808
- category: "Security",
45809
- supportsLogs: true,
45810
- supportsMetrics: true
45811
- }
45812
- ]
45813
- }],
45814
- ["users", {
45815
- name: "users",
45816
- displayName: "Users",
45817
- description: "Token lifecycle governs automated site onboarding through cloud-init integration with configurable validity periods. Explicit category keys establish permitted classification hierarchies enforced across deployments. Inferred attributes attach automatically based on object characteristics and placement context. Namespace-scoped operations handle credential generation, revocation, and state transitions for streamlined provisioning workflows.",
45818
- descriptionShort: "Account tokens, labels, and cloud-init config.",
45819
- descriptionMedium: "Site enrollment credentials with automatic expiration. Taxonomy keys define allowed categorization while auto-derived tags apply dynamically.",
45820
- aliases: ["user", "accounts", "iam"],
45821
- complexity: "simple",
45822
- isPreview: false,
45823
- requiresTier: "Standard",
45824
- category: "Platform",
45825
- useCases: ["Manage user accounts and tokens", "Configure user identification", "Manage user settings and preferences", "Configure implicit and known labels"],
45826
- relatedDomains: ["system", "admin"],
45827
- icon: "\u{1F465}",
45828
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366F1'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E",
45829
- uiCategory: "Identity & Access",
45830
- primaryResources: [
45831
- {
45832
- name: "user",
45833
- description: "User account for platform access",
45834
- descriptionShort: "User",
45835
- tier: "Standard",
45836
- icon: "\u{1F464}",
45837
- category: "Identity",
45838
- supportsLogs: false,
45839
- supportsMetrics: false,
45840
- dependencies: { optional: ["user_role"] },
45841
- relationshipHints: ["user_role: Role assignment for user permissions"]
45842
- },
45843
- {
45844
- name: "user_role",
45845
- description: "User role for permission management",
45846
- descriptionShort: "User role",
45847
- tier: "Standard",
45848
- icon: "\u{1F454}",
45849
- category: "Identity",
45850
- supportsLogs: false,
45851
- supportsMetrics: false
45852
- },
45853
- {
45854
- name: "namespace_role",
45855
- description: "Namespace-scoped role for fine-grained permissions",
45856
- descriptionShort: "Namespace role",
45857
- tier: "Standard",
45858
- icon: "\u{1F4C1}",
45859
- category: "Identity",
45860
- supportsLogs: false,
45861
- supportsMetrics: false
45862
- }
45863
- ]
45864
- }],
45865
- ["virtual", {
45866
- name: "virtual",
45867
- displayName: "Virtual",
45868
- description: "Traffic distribution across origin pools with weighted routing and session persistence. Malware protection integration, threat campaign blocking, and request inspection. Proxy forwarding policies, server monitoring, and latency-based routing decisions. Service policy sets for fine-grained access control and rate limiter policies for traffic shaping.",
45869
- descriptionShort: "HTTP, TCP, UDP load balancers and origin pools.",
45870
- descriptionMedium: "Layer 7 routing rules with health checks and failover. Rate limiting, geo-routing, and service policy enforcement.",
45871
- aliases: ["lb", "loadbalancer", "vhost"],
45872
- complexity: "advanced",
45873
- isPreview: false,
45874
- requiresTier: "Advanced",
45875
- category: "Networking",
45876
- useCases: ["Configure HTTP/TCP/UDP load balancers", "Manage origin pools and services", "Configure virtual hosts and routing", "Define rate limiter and service policies", "Manage geo-location-based routing", "Configure proxy and forwarding policies", "Manage malware protection and threat campaigns", "Configure health checks and endpoint monitoring"],
45877
- relatedDomains: ["dns", "service_policy", "network"],
45878
- cliMetadata: {
45879
- "quick_start": {
45880
- "command": "curl $F5XC_API_URL/api/config/namespaces/default/http_loadbalancers -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45881
- "description": "List all HTTP load balancers in default namespace",
45882
- "expected_output": "JSON array of load balancer objects with status"
45883
- },
45884
- "common_workflows": [
45508
+ relatedDomains: ["statistics", "support"],
45509
+ icon: "\u{1F4CA}",
45510
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B82F6'%3E%3Cpath d='M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z'/%3E%3C/svg%3E",
45511
+ uiCategory: "Observability",
45512
+ primaryResources: [
45513
+ {
45514
+ name: "log_receiver",
45515
+ description: "Log receiver for centralized log collection",
45516
+ descriptionShort: "Log receiver",
45517
+ tier: "Standard",
45518
+ icon: "\u{1F4DD}",
45519
+ category: "Monitoring",
45520
+ supportsLogs: false,
45521
+ supportsMetrics: false
45522
+ },
45523
+ {
45524
+ name: "metrics_receiver",
45525
+ description: "Metrics receiver for centralized metrics collection",
45526
+ descriptionShort: "Metrics receiver",
45527
+ tier: "Standard",
45528
+ icon: "\u{1F4CA}",
45529
+ category: "Monitoring",
45530
+ supportsLogs: false,
45531
+ supportsMetrics: false
45532
+ },
45533
+ {
45534
+ name: "alert_policy",
45535
+ description: "Alert policy for monitoring and notification",
45536
+ descriptionShort: "Alert policy",
45537
+ tier: "Standard",
45538
+ icon: "\u{1F514}",
45539
+ category: "Monitoring",
45540
+ supportsLogs: false,
45541
+ supportsMetrics: false
45542
+ }
45543
+ ]
45544
+ }
45545
+ ],
45546
+ [
45547
+ "rate_limiting",
45548
+ {
45549
+ name: "rate_limiting",
45550
+ displayName: "Rate Limiting",
45551
+ description: "Threshold-based request blocking using sliding window calculations. Burst smoothing algorithms maintain sustained throughput without exceeding defined maximums. Per-connection controls apply granular restrictions by protocol type. Automatic block actions trigger when request counts surpass configured limits within specified intervals.",
45552
+ descriptionShort: "Request throttling, quotas, and policer rules.",
45553
+ descriptionMedium: "Time-based quota enforcement with configurable windows in hours, minutes, or seconds. Protocol-specific controls for traffic shaping.",
45554
+ aliases: ["ratelimit", "throttle", "policer"],
45555
+ complexity: "simple",
45556
+ isPreview: false,
45557
+ requiresTier: "Advanced",
45558
+ category: "Networking",
45559
+ useCases: [
45560
+ "Configure rate limiter policies",
45561
+ "Manage policer configurations",
45562
+ "Control traffic flow and queuing"
45563
+ ],
45564
+ relatedDomains: ["virtual", "network_security"],
45565
+ icon: "\u23F1\uFE0F",
45566
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F97316'%3E%3Cpath d='M15 1H9v2h6V1zm-4 13h2V8h-2v6zm8.03-6.61 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z'/%3E%3C/svg%3E",
45567
+ uiCategory: "Networking",
45568
+ primaryResources: [
45569
+ {
45570
+ name: "rate_limiter",
45571
+ description: "Rate limiter for traffic throttling and protection",
45572
+ descriptionShort: "Rate limiter",
45573
+ tier: "Standard",
45574
+ icon: "\u23F1\uFE0F",
45575
+ category: "Security",
45576
+ supportsLogs: true,
45577
+ supportsMetrics: true,
45578
+ dependencies: { optional: ["rate_limiter_policy"] },
45579
+ relationshipHints: [
45580
+ "rate_limiter_policy: Detailed rate limiting rules"
45581
+ ]
45582
+ },
45885
45583
  {
45886
- "name": "Create HTTP Load Balancer",
45887
- "description": "Deploy basic HTTP load balancer with origin pool backend",
45888
- "steps": [
45889
- {
45890
- "step": 1,
45891
- "command": "curl -X POST $F5XC_API_URL/api/config/namespaces/default/origin_pools -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...pool_config...}'",
45892
- "description": "Create backend origin pool with target endpoints"
45893
- },
45894
- {
45895
- "step": 2,
45896
- "command": "curl -X POST $F5XC_API_URL/api/config/namespaces/default/http_loadbalancers -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...lb_config...}'",
45897
- "description": "Create HTTP load balancer pointing to origin pool"
45898
- }
45899
- ],
45900
- "prerequisites": [
45901
- "Active namespace",
45902
- "Origin pool targets reachable",
45903
- "DNS domain configured"
45904
- ],
45905
- "expected_outcome": "Load balancer in Active status, traffic routed to origins"
45584
+ name: "rate_limiter_policy",
45585
+ description: "Rate limiter policy with detailed throttling rules",
45586
+ descriptionShort: "Rate limiter policy",
45587
+ tier: "Standard",
45588
+ icon: "\u{1F4CB}",
45589
+ category: "Security",
45590
+ supportsLogs: true,
45591
+ supportsMetrics: true
45592
+ },
45593
+ {
45594
+ name: "rate_limit_threshold",
45595
+ description: "Rate limit threshold configuration for traffic control",
45596
+ descriptionShort: "Rate limit threshold",
45597
+ tier: "Standard",
45598
+ icon: "\u{1F4CA}",
45599
+ category: "Security",
45600
+ supportsLogs: false,
45601
+ supportsMetrics: true
45602
+ }
45603
+ ]
45604
+ }
45605
+ ],
45606
+ [
45607
+ "secops_and_incident_response",
45608
+ {
45609
+ name: "secops_and_incident_response",
45610
+ displayName: "Secops And Incident Response",
45611
+ description: "User threat assessment with configurable risk thresholds and mitigation rules. Detection covers high, medium, and low threat levels with corresponding actions like blocking, rate limiting, or alerting. Mitigation policies link to load balancers for real-time enforcement against identified bad actors.",
45612
+ descriptionShort: "Threat detection, user risk scoring, and automated blocking.",
45613
+ descriptionMedium: "Malicious user mitigation with threat level classification. Automated response actions for suspicious behavior patterns.",
45614
+ aliases: ["secops", "incident-response", "mitigation"],
45615
+ complexity: "simple",
45616
+ isPreview: false,
45617
+ requiresTier: "Advanced",
45618
+ category: "Security",
45619
+ useCases: [
45620
+ "Configure automated threat mitigation policies",
45621
+ "Define rules for malicious user detection",
45622
+ "Manage incident response workflows",
45623
+ "Apply blocking or rate limiting to threats"
45624
+ ],
45625
+ relatedDomains: ["bot_defense", "waf", "network_security"],
45626
+ icon: "\u{1F6A8}",
45627
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23DC2626'%3E%3Cpath d='M12 2L4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83V6.31l6-2.25 6 2.25v4.78zM11 7h2v6h-2zm0 8h2v2h-2z'/%3E%3C/svg%3E",
45628
+ uiCategory: "Security",
45629
+ primaryResources: [
45630
+ {
45631
+ name: "mitigation_policy",
45632
+ description: "Mitigation policy for incident response",
45633
+ descriptionShort: "Mitigation policy",
45634
+ tier: "Advanced",
45635
+ icon: "\u{1F6E1}\uFE0F",
45636
+ category: "Security",
45637
+ supportsLogs: true,
45638
+ supportsMetrics: false
45639
+ },
45640
+ {
45641
+ name: "malicious_user_rule",
45642
+ description: "Malicious user rule for threat mitigation",
45643
+ descriptionShort: "Malicious user rule",
45644
+ tier: "Advanced",
45645
+ icon: "\u{1F6A8}",
45646
+ category: "Security",
45647
+ supportsLogs: true,
45648
+ supportsMetrics: false
45906
45649
  }
45650
+ ]
45651
+ }
45652
+ ],
45653
+ [
45654
+ "service_mesh",
45655
+ {
45656
+ name: "service_mesh",
45657
+ displayName: "Service Mesh",
45658
+ description: "NFV service lifecycle and software version tracking. Machine learning-driven classification with security risk assessment and PII detection. Override management for application behavior customization. Sidecar proxy orchestration with automatic mTLS certificate rotation and policy enforcement across distributed workloads.",
45659
+ descriptionShort: "Microservice routing and sidecar configuration.",
45660
+ descriptionMedium: "Application type definitions with discovery and learned schema analysis. Traffic pattern inference for intelligent request handling.",
45661
+ aliases: ["mesh", "svc-mesh"],
45662
+ complexity: "advanced",
45663
+ isPreview: false,
45664
+ requiresTier: "Advanced",
45665
+ category: "Infrastructure",
45666
+ useCases: [
45667
+ "Configure service mesh connectivity",
45668
+ "Manage endpoint discovery and routing",
45669
+ "Configure NFV services",
45670
+ "Define application settings and types"
45907
45671
  ],
45908
- "troubleshooting": [
45909
- {
45910
- "problem": "Load balancer shows Configuration Error status",
45911
- "symptoms": [
45912
- "Status: Configuration Error",
45913
- "No traffic routing",
45914
- "Requests timeout"
45915
- ],
45916
- "diagnosis_commands": [
45917
- "curl $F5XC_API_URL/api/config/namespaces/default/http_loadbalancers/{name} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45918
- "Check origin_pool status and endpoint connectivity"
45919
- ],
45920
- "solutions": [
45921
- "Verify origin pool targets are reachable from edge",
45922
- "Check DNS configuration and domain propagation",
45923
- "Validate certificate configuration if using HTTPS",
45924
- "Review security policies not blocking traffic"
45672
+ relatedDomains: [
45673
+ "managed_kubernetes",
45674
+ "container_services",
45675
+ "virtual"
45676
+ ],
45677
+ icon: "\u{1F578}\uFE0F",
45678
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A855F7'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E",
45679
+ uiCategory: "Service Mesh",
45680
+ primaryResources: [
45681
+ {
45682
+ name: "endpoint",
45683
+ description: "Service mesh endpoint for traffic routing",
45684
+ descriptionShort: "Endpoint",
45685
+ tier: "Advanced",
45686
+ icon: "\u{1F3AF}",
45687
+ category: "Networking",
45688
+ supportsLogs: true,
45689
+ supportsMetrics: true
45690
+ },
45691
+ {
45692
+ name: "origin_pool",
45693
+ description: "Backend server group for load balancer traffic distribution",
45694
+ descriptionShort: "Origin pool",
45695
+ tier: "Standard",
45696
+ icon: "\u{1F3AF}",
45697
+ category: "Load Balancing",
45698
+ supportsLogs: false,
45699
+ supportsMetrics: true,
45700
+ dependencies: { optional: ["healthcheck"] },
45701
+ relationshipHints: [
45702
+ "healthcheck: Monitor origin server health"
45925
45703
  ]
45704
+ },
45705
+ {
45706
+ name: "service_discovery",
45707
+ description: "Service discovery configuration for dynamic endpoints",
45708
+ descriptionShort: "Service discovery",
45709
+ tier: "Advanced",
45710
+ icon: "\u{1F50D}",
45711
+ category: "Networking",
45712
+ supportsLogs: false,
45713
+ supportsMetrics: false
45926
45714
  }
45715
+ ]
45716
+ }
45717
+ ],
45718
+ [
45719
+ "shape",
45720
+ {
45721
+ name: "shape",
45722
+ displayName: "Shape",
45723
+ description: "Bot infrastructure policies with deployment tracking and subscription management. SafeAP protection against credential stuffing and account takeover. Mobile application shielding through SDK integration with OS-specific configurations. Real-time threat intelligence updates and automated response actions based on risk scoring and traffic patterns.",
45724
+ descriptionShort: "Bot defense, fraud prevention, and client integrity.",
45725
+ descriptionMedium: "Threat recognition with behavioral analysis and device fingerprinting. Mobile SDK integration for application shielding.",
45726
+ aliases: ["shape-sec", "safeap"],
45727
+ complexity: "advanced",
45728
+ isPreview: false,
45729
+ requiresTier: "Advanced",
45730
+ category: "Security",
45731
+ useCases: [
45732
+ "Configure Shape Security policies",
45733
+ "Manage bot and threat prevention",
45734
+ "Configure SafeAP policies",
45735
+ "Enable threat recognition"
45927
45736
  ],
45928
- "icon": "\u2696\uFE0F"
45929
- },
45930
- icon: "\u2696\uFE0F",
45931
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234F46E5'%3E%3Cpath d='M12 3c-1.27 0-2.4.8-2.82 2H3v2h1.95L2 14c-.47 2 1 4 4 4s4.47-2 4-4L7.05 7H9.1c.42 1.2 1.55 2 2.9 2s2.4-.8 2.82-2h2.13L14 14c-.47 2 1 4 4 4s4.47-2 4-4l-2.95-7H21V5h-6.18c-.42-1.2-1.55-2-2.82-2zm-6 12.5c-.73 0-1.45-.3-1.97-.82L6 10l1.97 4.68c-.52.52-1.24.82-1.97.82zm12 0c-.73 0-1.45-.3-1.97-.82L18 10l1.97 4.68c-.52.52-1.24.82-1.97.82z'/%3E%3C/svg%3E",
45932
- uiCategory: "Load Balancing",
45933
- primaryResources: [
45934
- {
45935
- name: "http_loadbalancer",
45936
- description: "Layer 7 HTTP/HTTPS load balancer for application traffic distribution",
45937
- descriptionShort: "HTTP load balancer",
45938
- tier: "Standard",
45939
- icon: "\u{1F310}",
45940
- category: "Load Balancing",
45941
- supportsLogs: true,
45942
- supportsMetrics: true,
45943
- dependencies: { required: ["origin_pool"], optional: ["healthcheck", "app_firewall", "certificate", "rate_limiter", "service_policy", "bot_defense_policy"] },
45944
- relationshipHints: ["origin_pool: Backend servers for traffic distribution", "app_firewall: WAF protection (requires WAAP subscription)", "healthcheck: Monitor backend availability", "certificate: TLS termination for HTTPS", "rate_limiter: Protect against traffic spikes"]
45945
- },
45946
- {
45947
- name: "tcp_loadbalancer",
45948
- description: "Layer 4 TCP/UDP load balancer for non-HTTP protocol traffic",
45949
- descriptionShort: "TCP load balancer",
45950
- tier: "Standard",
45951
- icon: "\u{1F50C}",
45952
- category: "Load Balancing",
45953
- supportsLogs: true,
45954
- supportsMetrics: true,
45955
- dependencies: { required: ["origin_pool"], optional: ["healthcheck"] },
45956
- relationshipHints: ["origin_pool: Backend servers for TCP/UDP traffic", "healthcheck: Monitor origin server health"]
45957
- },
45958
- {
45959
- name: "origin_pool",
45960
- description: "Backend server group for load balancer traffic distribution",
45961
- descriptionShort: "Origin pool",
45962
- tier: "Standard",
45963
- icon: "\u{1F3AF}",
45964
- category: "Load Balancing",
45965
- supportsLogs: false,
45966
- supportsMetrics: true,
45967
- dependencies: { optional: ["healthcheck"] },
45968
- relationshipHints: ["healthcheck: Monitor origin server health"]
45969
- },
45970
- {
45971
- name: "healthcheck",
45972
- description: "Health monitoring configuration for origin server availability",
45973
- descriptionShort: "Health check",
45974
- tier: "Standard",
45975
- icon: "\u{1F493}",
45976
- category: "Monitoring",
45977
- supportsLogs: false,
45978
- supportsMetrics: true
45979
- }
45980
- ]
45981
- }],
45982
- ["vpm_and_node_management", {
45983
- name: "vpm_and_node_management",
45984
- displayName: "Vpm And Node Management",
45985
- description: "F5 Distributed Cloud Vpm And Node Management API specifications",
45986
- descriptionShort: "Vpm And Node Management API",
45987
- descriptionMedium: "F5 Distributed Cloud Vpm And Node Management API specifications",
45988
- aliases: ["vpm", "nodes", "node-mgmt"],
45989
- complexity: "simple",
45990
- isPreview: false,
45991
- requiresTier: "Standard",
45992
- category: "Platform",
45993
- useCases: ["Manage Virtual Private Mesh (VPM) configuration", "Configure node lifecycle and management", "Monitor VPM and node status"],
45994
- relatedDomains: ["sites", "system"],
45995
- icon: "\u{1F5A5}\uFE0F",
45996
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748B'%3E%3Cpath d='M20 13H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM20 3H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM7 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E",
45997
- uiCategory: "Configuration",
45998
- primaryResources: [
45999
- {
46000
- name: "node_config",
46001
- description: "Node configuration for edge device settings",
46002
- descriptionShort: "Node config",
46003
- tier: "Standard",
46004
- icon: "\u{1F5A5}\uFE0F",
46005
- category: "Infrastructure",
46006
- supportsLogs: false,
46007
- supportsMetrics: false
46008
- },
46009
- {
46010
- name: "vpm_config",
46011
- description: "VPM configuration for virtual platform management",
46012
- descriptionShort: "VPM config",
46013
- tier: "Standard",
46014
- icon: "\u2699\uFE0F",
46015
- category: "Infrastructure",
46016
- supportsLogs: false,
46017
- supportsMetrics: false
46018
- }
46019
- ]
46020
- }],
46021
- ["waf", {
46022
- name: "waf",
46023
- displayName: "Waf",
46024
- description: "Signature-based attack detection with customizable blocking responses. Attack type classification, protocol inspection, and AI-driven risk assessment. Exclusion policies override default blocking for trusted traffic. Staged signature testing validates rules before enforcement. Security event metrics track rule hits and blocked requests across namespaces.",
46025
- descriptionShort: "Request inspection, attack signatures, and bot mitigation.",
46026
- descriptionMedium: "Application firewall rules with signature-based detection. Exclusion policies, blocking pages, and anomaly prevention.",
46027
- aliases: ["firewall", "appfw"],
46028
- complexity: "advanced",
46029
- isPreview: false,
46030
- requiresTier: "Advanced",
46031
- category: "Security",
46032
- useCases: ["Configure web application firewall rules", "Manage application security policies", "Enable enhanced firewall capabilities", "Configure protocol inspection"],
46033
- relatedDomains: ["api", "network_security", "virtual"],
46034
- icon: "\u{1F6E1}\uFE0F",
46035
- logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E",
46036
- uiCategory: "Security",
46037
- primaryResources: [
46038
- {
46039
- name: "app_firewall",
46040
- description: "Web Application Firewall policy for HTTP traffic protection",
46041
- descriptionShort: "WAF policy",
46042
- tier: "Advanced",
46043
- icon: "\u{1F6E1}\uFE0F",
46044
- category: "Security",
46045
- supportsLogs: true,
46046
- supportsMetrics: true,
46047
- dependencies: { optional: ["service_policy"] },
46048
- relationshipHints: ["service_policy: Fine-grained access control rules"]
45737
+ relatedDomains: ["bot_defense", "waf"],
45738
+ icon: "\u{1F3AD}",
45739
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A855F7'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5-9c.83 0 1.5-.67 1.5-1.5S7.83 8 7 8s-1.5.67-1.5 1.5S6.17 11 7 11zm10 0c.83 0 1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z'/%3E%3C/svg%3E",
45740
+ uiCategory: "Client-Side Defense",
45741
+ primaryResources: [
45742
+ {
45743
+ name: "shape_app_firewall",
45744
+ description: "Shape application firewall for advanced protection",
45745
+ descriptionShort: "Shape WAF",
45746
+ tier: "Advanced",
45747
+ icon: "\u{1F6E1}\uFE0F",
45748
+ category: "Security",
45749
+ supportsLogs: true,
45750
+ supportsMetrics: true
45751
+ },
45752
+ {
45753
+ name: "shape_recognizer",
45754
+ description: "Shape recognizer for traffic pattern analysis",
45755
+ descriptionShort: "Shape recognizer",
45756
+ tier: "Advanced",
45757
+ icon: "\u{1F50D}",
45758
+ category: "Security",
45759
+ supportsLogs: true,
45760
+ supportsMetrics: true
45761
+ }
45762
+ ]
45763
+ }
45764
+ ],
45765
+ [
45766
+ "sites",
45767
+ {
45768
+ name: "sites",
45769
+ displayName: "Sites",
45770
+ description: "Multi-cloud node provisioning spanning major public cloud environments including TGW, VNet, and VPC architectures. VPN tunnel configuration handles secure connectivity while IP prefix management controls address allocation. Customer edge deployments support external container orchestration platforms. Geographic distribution with resource sharing enables consistent policy enforcement across deployment points.",
45771
+ descriptionShort: "Cloud and edge node deployments.",
45772
+ descriptionMedium: "AWS, Azure, GCP VPC integration with transit gateways. Label-based selection for policy application across regions.",
45773
+ aliases: ["site", "deployment"],
45774
+ complexity: "advanced",
45775
+ isPreview: false,
45776
+ requiresTier: "Standard",
45777
+ category: "Infrastructure",
45778
+ useCases: [
45779
+ "Deploy F5 XC across cloud providers (AWS, Azure, GCP)",
45780
+ "Manage XCKS (Managed Kubernetes) site deployments (formerly AppStack)",
45781
+ "Deploy Secure Mesh sites for networking-focused edge deployments",
45782
+ "Integrate external Kubernetes clusters as Customer Edge",
45783
+ "Configure AWS VPC, Azure VNet, and GCP VPC sites",
45784
+ "Manage virtual sites and site policies"
45785
+ ],
45786
+ relatedDomains: [
45787
+ "cloud_infrastructure",
45788
+ "customer_edge",
45789
+ "managed_kubernetes"
45790
+ ],
45791
+ cliMetadata: {
45792
+ quick_start: {
45793
+ command: "curl $F5XC_API_URL/api/config/namespaces/default/sites -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45794
+ description: "List all configured sites in default namespace",
45795
+ expected_output: "JSON array of site objects with deployment status"
45796
+ },
45797
+ common_workflows: [
45798
+ {
45799
+ name: "Deploy AWS Cloud Site",
45800
+ description: "Deploy F5 XC in AWS for traffic management",
45801
+ steps: [
45802
+ {
45803
+ step: 1,
45804
+ command: "curl -X POST $F5XC_API_URL/api/config/namespaces/default/cloud_credentials -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...aws_credentials...}'",
45805
+ description: "Create cloud credentials for AWS access"
45806
+ },
45807
+ {
45808
+ step: 2,
45809
+ command: "curl -X POST $F5XC_API_URL/api/config/namespaces/default/sites -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...site_config...}'",
45810
+ description: "Create site definition for AWS deployment"
45811
+ }
45812
+ ],
45813
+ prerequisites: [
45814
+ "AWS account configured",
45815
+ "Cloud credentials created",
45816
+ "VPC and security groups prepared"
45817
+ ],
45818
+ expected_outcome: "Site deployed in AWS, nodes connected and healthy"
45819
+ }
45820
+ ],
45821
+ troubleshooting: [
45822
+ {
45823
+ problem: "Site deployment fails",
45824
+ symptoms: [
45825
+ "Status: Error",
45826
+ "Nodes not coming online",
45827
+ "Connectivity issues"
45828
+ ],
45829
+ diagnosis_commands: [
45830
+ "curl $F5XC_API_URL/api/config/namespaces/default/sites/{site} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
45831
+ "Check site events and node status"
45832
+ ],
45833
+ solutions: [
45834
+ "Verify cloud credentials have required permissions",
45835
+ "Check VPC and security group configuration",
45836
+ "Review site logs for deployment errors",
45837
+ "Ensure sufficient cloud resources available"
45838
+ ]
45839
+ }
45840
+ ],
45841
+ icon: "\u{1F30D}"
46049
45842
  },
46050
- {
46051
- name: "service_policy",
46052
- description: "Service-level access control and traffic management rules",
46053
- descriptionShort: "Service policy",
46054
- tier: "Advanced",
46055
- icon: "\u{1F4CB}",
46056
- category: "Security",
46057
- supportsLogs: true,
46058
- supportsMetrics: false
45843
+ icon: "\u{1F30D}",
45844
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E",
45845
+ uiCategory: "Sites",
45846
+ primaryResources: [
45847
+ {
45848
+ name: "site",
45849
+ description: "Physical or cloud deployment location for edge services",
45850
+ descriptionShort: "Site",
45851
+ tier: "Standard",
45852
+ icon: "\u{1F3E2}",
45853
+ category: "Infrastructure",
45854
+ supportsLogs: true,
45855
+ supportsMetrics: true,
45856
+ dependencies: { optional: ["virtual_site"] },
45857
+ relationshipHints: [
45858
+ "virtual_site: Logical grouping of physical sites"
45859
+ ]
45860
+ },
45861
+ {
45862
+ name: "virtual_site",
45863
+ description: "Logical grouping of sites using label selectors",
45864
+ descriptionShort: "Virtual site",
45865
+ tier: "Standard",
45866
+ icon: "\u{1F3F7}\uFE0F",
45867
+ category: "Infrastructure",
45868
+ supportsLogs: false,
45869
+ supportsMetrics: false
45870
+ },
45871
+ {
45872
+ name: "site_mesh_group",
45873
+ description: "Mesh connectivity configuration between multiple sites",
45874
+ descriptionShort: "Site mesh group",
45875
+ tier: "Advanced",
45876
+ icon: "\u{1F578}\uFE0F",
45877
+ category: "Infrastructure",
45878
+ supportsLogs: false,
45879
+ supportsMetrics: true,
45880
+ dependencies: { required: ["site"] },
45881
+ relationshipHints: [
45882
+ "site: Sites to include in mesh connectivity"
45883
+ ]
45884
+ }
45885
+ ]
45886
+ }
45887
+ ],
45888
+ [
45889
+ "statistics",
45890
+ {
45891
+ name: "statistics",
45892
+ displayName: "Statistics",
45893
+ description: "Alert policies with custom matchers, label groupings, and notification parameters. Log receivers for centralized collection with confirmation and verification workflows. Flow analytics, historical trend data, and namespace-scoped dashboards. Topology discovery and site-level health indicators for operational visibility.",
45894
+ descriptionShort: "Alerts, logs, flow analytics, and reporting.",
45895
+ descriptionMedium: "Alerting policies with receiver integrations. Log aggregation, topology views, and site health tracking.",
45896
+ aliases: ["stats", "metrics", "logs"],
45897
+ complexity: "advanced",
45898
+ isPreview: false,
45899
+ requiresTier: "Standard",
45900
+ category: "Operations",
45901
+ useCases: [
45902
+ "Access flow statistics and analytics",
45903
+ "Manage alerts and alerting policies",
45904
+ "View logs and log receivers",
45905
+ "Generate reports and graphs",
45906
+ "Track topology and service discovery",
45907
+ "Monitor status at sites"
45908
+ ],
45909
+ relatedDomains: ["observability", "support"],
45910
+ icon: "\u{1F4C8}",
45911
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z'/%3E%3C/svg%3E",
45912
+ uiCategory: "Observability",
45913
+ primaryResources: [
45914
+ {
45915
+ name: "dashboard",
45916
+ description: "Dashboard for metrics visualization",
45917
+ descriptionShort: "Dashboard",
45918
+ tier: "Standard",
45919
+ icon: "\u{1F4CA}",
45920
+ category: "Monitoring",
45921
+ supportsLogs: false,
45922
+ supportsMetrics: false,
45923
+ dependencies: { optional: ["saved_query"] },
45924
+ relationshipHints: [
45925
+ "saved_query: Queries displayed on dashboard"
45926
+ ]
45927
+ },
45928
+ {
45929
+ name: "saved_query",
45930
+ description: "Saved query for metrics and log analysis",
45931
+ descriptionShort: "Saved query",
45932
+ tier: "Standard",
45933
+ icon: "\u{1F50D}",
45934
+ category: "Monitoring",
45935
+ supportsLogs: false,
45936
+ supportsMetrics: false
45937
+ }
45938
+ ]
45939
+ }
45940
+ ],
45941
+ [
45942
+ "support",
45943
+ {
45944
+ name: "support",
45945
+ displayName: "Support",
45946
+ description: "Case management workflows including submission, commentary, and closure paths. Urgency adjustments and routing for time-sensitive incidents. Tax exemption verification requests. Site-level tcpdump operations\u2014initiation, enumeration, and termination\u2014for low-level network troubleshooting and protocol analysis.",
45947
+ descriptionShort: "Tickets, escalations, and network diagnostics.",
45948
+ descriptionMedium: "Issue lifecycle with comments, severity changes, and resolution tracking. Packet capture for connection analysis.",
45949
+ aliases: ["tickets", "help-desk"],
45950
+ complexity: "moderate",
45951
+ isPreview: false,
45952
+ requiresTier: "Standard",
45953
+ category: "Operations",
45954
+ useCases: [
45955
+ "Submit and manage support tickets",
45956
+ "Track customer support requests",
45957
+ "Access operational support documentation"
45958
+ ],
45959
+ relatedDomains: ["statistics", "observability"],
45960
+ icon: "\u{1F3AB}",
45961
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314B8A6'%3E%3Cpath d='M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54z'/%3E%3C/svg%3E",
45962
+ uiCategory: "Configuration",
45963
+ primaryResources: [
45964
+ {
45965
+ name: "support_case",
45966
+ description: "Support case for issue tracking and resolution",
45967
+ descriptionShort: "Support case",
45968
+ tier: "Standard",
45969
+ icon: "\u{1F3AB}",
45970
+ category: "Other",
45971
+ supportsLogs: false,
45972
+ supportsMetrics: false
45973
+ },
45974
+ {
45975
+ name: "alert",
45976
+ description: "System alert for operational notifications",
45977
+ descriptionShort: "Alert",
45978
+ tier: "Standard",
45979
+ icon: "\u{1F514}",
45980
+ category: "Monitoring",
45981
+ supportsLogs: false,
45982
+ supportsMetrics: false
45983
+ },
45984
+ {
45985
+ name: "audit_log",
45986
+ description: "Audit log for compliance and security tracking",
45987
+ descriptionShort: "Audit log",
45988
+ tier: "Standard",
45989
+ icon: "\u{1F4DD}",
45990
+ category: "Monitoring",
45991
+ supportsLogs: false,
45992
+ supportsMetrics: false
45993
+ }
45994
+ ]
45995
+ }
45996
+ ],
45997
+ [
45998
+ "telemetry_and_insights",
45999
+ {
46000
+ name: "telemetry_and_insights",
46001
+ displayName: "Telemetry And Insights",
46002
+ description: "F5 Distributed Cloud Telemetry And Insights API specifications",
46003
+ descriptionShort: "Telemetry And Insights API",
46004
+ descriptionMedium: "F5 Distributed Cloud Telemetry And Insights API specifications",
46005
+ aliases: ["telemetry", "ti"],
46006
+ complexity: "moderate",
46007
+ isPreview: false,
46008
+ requiresTier: "Standard",
46009
+ category: "Operations",
46010
+ useCases: [
46011
+ "Collect and analyze telemetry data",
46012
+ "Generate actionable insights from metrics",
46013
+ "Configure telemetry collection policies"
46014
+ ],
46015
+ relatedDomains: ["observability", "statistics"],
46016
+ icon: "\u{1F4C9}",
46017
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F59E0B'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/%3E%3C/svg%3E",
46018
+ uiCategory: "Observability",
46019
+ primaryResources: [
46020
+ {
46021
+ name: "telemetry_receiver",
46022
+ description: "Telemetry receiver for data collection",
46023
+ descriptionShort: "Telemetry receiver",
46024
+ tier: "Standard",
46025
+ icon: "\u{1F4E1}",
46026
+ category: "Monitoring",
46027
+ supportsLogs: false,
46028
+ supportsMetrics: false
46029
+ },
46030
+ {
46031
+ name: "insight_query",
46032
+ description: "Insight query for analytics",
46033
+ descriptionShort: "Insight query",
46034
+ tier: "Standard",
46035
+ icon: "\u{1F50D}",
46036
+ category: "Monitoring",
46037
+ supportsLogs: false,
46038
+ supportsMetrics: false
46039
+ }
46040
+ ]
46041
+ }
46042
+ ],
46043
+ [
46044
+ "tenant_and_identity",
46045
+ {
46046
+ name: "tenant_and_identity",
46047
+ displayName: "Tenant And Identity",
46048
+ description: "Profile images and display customizations for personalized dashboard experiences. Federated authentication toggles controlling SSO behavior across organizational boundaries. Session lifecycle tracking with real-time visibility into active connections and timeout policies. Support ticket workflows including attachment handling and closure procedures for managed client escalations. Initial access provisioning sequences for new user onboarding.",
46049
+ descriptionShort: "User profiles, sessions, and OTP settings.",
46050
+ descriptionMedium: "Account view configurations and admin alert channels. One-time password resets, provisioning flows, and active connection monitoring.",
46051
+ aliases: ["tenant-identity", "idm", "user-settings"],
46052
+ complexity: "advanced",
46053
+ isPreview: false,
46054
+ requiresTier: "Standard",
46055
+ category: "Platform",
46056
+ useCases: [
46057
+ "Manage user profiles and notification preferences",
46058
+ "Configure session controls and OTP settings",
46059
+ "Handle identity management operations",
46060
+ "Process initial user access requests"
46061
+ ],
46062
+ relatedDomains: ["users", "authentication", "system"],
46063
+ icon: "\u{1FAAA}",
46064
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2306B6D4'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-9 3.5c1.38 0 2.5 1.12 2.5 2.5S12.38 12.5 11 12.5 8.5 11.38 8.5 10s1.12-2.5 2.5-2.5zm5 10.5H6v-1.25c0-1.66 3.33-2.5 5-2.5s5 .84 5 2.5V18zm2-4h-4v-2h4v2zm0-4h-4V8h4v2z'/%3E%3C/svg%3E",
46065
+ uiCategory: "Identity & Access",
46066
+ primaryResources: [
46067
+ {
46068
+ name: "user_profile",
46069
+ description: "User profile with personal settings",
46070
+ descriptionShort: "User profile",
46071
+ tier: "Standard",
46072
+ icon: "\u{1F464}",
46073
+ category: "Identity",
46074
+ supportsLogs: false,
46075
+ supportsMetrics: false
46076
+ },
46077
+ {
46078
+ name: "session",
46079
+ description: "User session for authentication state",
46080
+ descriptionShort: "Session",
46081
+ tier: "Standard",
46082
+ icon: "\u{1F511}",
46083
+ category: "Identity",
46084
+ supportsLogs: true,
46085
+ supportsMetrics: false
46086
+ },
46087
+ {
46088
+ name: "otp_policy",
46089
+ description: "OTP policy for multi-factor authentication",
46090
+ descriptionShort: "OTP policy",
46091
+ tier: "Standard",
46092
+ icon: "\u{1F510}",
46093
+ category: "Identity",
46094
+ supportsLogs: false,
46095
+ supportsMetrics: false
46096
+ }
46097
+ ]
46098
+ }
46099
+ ],
46100
+ [
46101
+ "threat_campaign",
46102
+ {
46103
+ name: "threat_campaign",
46104
+ displayName: "Threat Campaign",
46105
+ description: "F5 Distributed Cloud Threat Campaign API specifications",
46106
+ descriptionShort: "Threat Campaign API",
46107
+ descriptionMedium: "F5 Distributed Cloud Threat Campaign API specifications",
46108
+ aliases: ["threats", "campaigns", "threat-intel"],
46109
+ complexity: "moderate",
46110
+ isPreview: false,
46111
+ requiresTier: "Standard",
46112
+ category: "Security",
46113
+ useCases: [
46114
+ "Track and analyze threat campaigns",
46115
+ "Monitor active threats and attack patterns",
46116
+ "Configure threat intelligence integration"
46117
+ ],
46118
+ relatedDomains: ["bot_defense", "ddos"],
46119
+ icon: "\u26A0\uFE0F",
46120
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FBBF24'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E",
46121
+ uiCategory: "Security",
46122
+ primaryResources: [
46123
+ {
46124
+ name: "threat_campaign_policy",
46125
+ description: "Threat campaign detection and mitigation policy",
46126
+ descriptionShort: "Threat campaign policy",
46127
+ tier: "Advanced",
46128
+ icon: "\u{1F3AF}",
46129
+ category: "Security",
46130
+ supportsLogs: true,
46131
+ supportsMetrics: true
46132
+ }
46133
+ ]
46134
+ }
46135
+ ],
46136
+ [
46137
+ "users",
46138
+ {
46139
+ name: "users",
46140
+ displayName: "Users",
46141
+ description: "Token lifecycle governs automated site onboarding through cloud-init integration with configurable validity periods. Explicit category keys establish permitted classification hierarchies enforced across deployments. Inferred attributes attach automatically based on object characteristics and placement context. Namespace-scoped operations handle credential generation, revocation, and state transitions for streamlined provisioning workflows.",
46142
+ descriptionShort: "Account tokens, labels, and cloud-init config.",
46143
+ descriptionMedium: "Site enrollment credentials with automatic expiration. Taxonomy keys define allowed categorization while auto-derived tags apply dynamically.",
46144
+ aliases: ["user", "accounts", "iam"],
46145
+ complexity: "simple",
46146
+ isPreview: false,
46147
+ requiresTier: "Standard",
46148
+ category: "Platform",
46149
+ useCases: [
46150
+ "Manage user accounts and tokens",
46151
+ "Configure user identification",
46152
+ "Manage user settings and preferences",
46153
+ "Configure implicit and known labels"
46154
+ ],
46155
+ relatedDomains: ["system", "admin"],
46156
+ icon: "\u{1F465}",
46157
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366F1'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E",
46158
+ uiCategory: "Identity & Access",
46159
+ primaryResources: [
46160
+ {
46161
+ name: "user",
46162
+ description: "User account for platform access",
46163
+ descriptionShort: "User",
46164
+ tier: "Standard",
46165
+ icon: "\u{1F464}",
46166
+ category: "Identity",
46167
+ supportsLogs: false,
46168
+ supportsMetrics: false,
46169
+ dependencies: { optional: ["user_role"] },
46170
+ relationshipHints: [
46171
+ "user_role: Role assignment for user permissions"
46172
+ ]
46173
+ },
46174
+ {
46175
+ name: "user_role",
46176
+ description: "User role for permission management",
46177
+ descriptionShort: "User role",
46178
+ tier: "Standard",
46179
+ icon: "\u{1F454}",
46180
+ category: "Identity",
46181
+ supportsLogs: false,
46182
+ supportsMetrics: false
46183
+ },
46184
+ {
46185
+ name: "namespace_role",
46186
+ description: "Namespace-scoped role for fine-grained permissions",
46187
+ descriptionShort: "Namespace role",
46188
+ tier: "Standard",
46189
+ icon: "\u{1F4C1}",
46190
+ category: "Identity",
46191
+ supportsLogs: false,
46192
+ supportsMetrics: false
46193
+ }
46194
+ ]
46195
+ }
46196
+ ],
46197
+ [
46198
+ "virtual",
46199
+ {
46200
+ name: "virtual",
46201
+ displayName: "Virtual",
46202
+ description: "Traffic distribution across origin pools with weighted routing and session persistence. Malware protection integration, threat campaign blocking, and request inspection. Proxy forwarding policies, server monitoring, and latency-based routing decisions. Service policy sets for fine-grained access control and rate limiter policies for traffic shaping.",
46203
+ descriptionShort: "HTTP, TCP, UDP load balancers and origin pools.",
46204
+ descriptionMedium: "Layer 7 routing rules with health checks and failover. Rate limiting, geo-routing, and service policy enforcement.",
46205
+ aliases: ["lb", "loadbalancer", "vhost"],
46206
+ complexity: "advanced",
46207
+ isPreview: false,
46208
+ requiresTier: "Advanced",
46209
+ category: "Networking",
46210
+ useCases: [
46211
+ "Configure HTTP/TCP/UDP load balancers",
46212
+ "Manage origin pools and services",
46213
+ "Configure virtual hosts and routing",
46214
+ "Define rate limiter and service policies",
46215
+ "Manage geo-location-based routing",
46216
+ "Configure proxy and forwarding policies",
46217
+ "Manage malware protection and threat campaigns",
46218
+ "Configure health checks and endpoint monitoring"
46219
+ ],
46220
+ relatedDomains: ["dns", "service_policy", "network"],
46221
+ cliMetadata: {
46222
+ quick_start: {
46223
+ command: "curl $F5XC_API_URL/api/config/namespaces/default/http_loadbalancers -H 'Authorization: APIToken $F5XC_API_TOKEN'",
46224
+ description: "List all HTTP load balancers in default namespace",
46225
+ expected_output: "JSON array of load balancer objects with status"
46226
+ },
46227
+ common_workflows: [
46228
+ {
46229
+ name: "Create HTTP Load Balancer",
46230
+ description: "Deploy basic HTTP load balancer with origin pool backend",
46231
+ steps: [
46232
+ {
46233
+ step: 1,
46234
+ command: "curl -X POST $F5XC_API_URL/api/config/namespaces/default/origin_pools -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...pool_config...}'",
46235
+ description: "Create backend origin pool with target endpoints"
46236
+ },
46237
+ {
46238
+ step: 2,
46239
+ command: "curl -X POST $F5XC_API_URL/api/config/namespaces/default/http_loadbalancers -H 'Authorization: APIToken $F5XC_API_TOKEN' -H 'Content-Type: application/json' -d '{...lb_config...}'",
46240
+ description: "Create HTTP load balancer pointing to origin pool"
46241
+ }
46242
+ ],
46243
+ prerequisites: [
46244
+ "Active namespace",
46245
+ "Origin pool targets reachable",
46246
+ "DNS domain configured"
46247
+ ],
46248
+ expected_outcome: "Load balancer in Active status, traffic routed to origins"
46249
+ }
46250
+ ],
46251
+ troubleshooting: [
46252
+ {
46253
+ problem: "Load balancer shows Configuration Error status",
46254
+ symptoms: [
46255
+ "Status: Configuration Error",
46256
+ "No traffic routing",
46257
+ "Requests timeout"
46258
+ ],
46259
+ diagnosis_commands: [
46260
+ "curl $F5XC_API_URL/api/config/namespaces/default/http_loadbalancers/{name} -H 'Authorization: APIToken $F5XC_API_TOKEN'",
46261
+ "Check origin_pool status and endpoint connectivity"
46262
+ ],
46263
+ solutions: [
46264
+ "Verify origin pool targets are reachable from edge",
46265
+ "Check DNS configuration and domain propagation",
46266
+ "Validate certificate configuration if using HTTPS",
46267
+ "Review security policies not blocking traffic"
46268
+ ]
46269
+ }
46270
+ ],
46271
+ icon: "\u2696\uFE0F"
46059
46272
  },
46060
- {
46061
- name: "malicious_user_detection",
46062
- description: "Automated detection and mitigation of malicious user behavior",
46063
- descriptionShort: "Malicious user detection",
46064
- tier: "Advanced",
46065
- icon: "\u{1F6A8}",
46066
- category: "Security",
46067
- supportsLogs: true,
46068
- supportsMetrics: true
46069
- }
46070
- ]
46071
- }]
46273
+ icon: "\u2696\uFE0F",
46274
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234F46E5'%3E%3Cpath d='M12 3c-1.27 0-2.4.8-2.82 2H3v2h1.95L2 14c-.47 2 1 4 4 4s4.47-2 4-4L7.05 7H9.1c.42 1.2 1.55 2 2.9 2s2.4-.8 2.82-2h2.13L14 14c-.47 2 1 4 4 4s4.47-2 4-4l-2.95-7H21V5h-6.18c-.42-1.2-1.55-2-2.82-2zm-6 12.5c-.73 0-1.45-.3-1.97-.82L6 10l1.97 4.68c-.52.52-1.24.82-1.97.82zm12 0c-.73 0-1.45-.3-1.97-.82L18 10l1.97 4.68c-.52.52-1.24.82-1.97.82z'/%3E%3C/svg%3E",
46275
+ uiCategory: "Load Balancing",
46276
+ primaryResources: [
46277
+ {
46278
+ name: "http_loadbalancer",
46279
+ description: "Layer 7 HTTP/HTTPS load balancer for application traffic distribution",
46280
+ descriptionShort: "HTTP load balancer",
46281
+ tier: "Standard",
46282
+ icon: "\u{1F310}",
46283
+ category: "Load Balancing",
46284
+ supportsLogs: true,
46285
+ supportsMetrics: true,
46286
+ dependencies: {
46287
+ required: ["origin_pool"],
46288
+ optional: [
46289
+ "healthcheck",
46290
+ "app_firewall",
46291
+ "certificate",
46292
+ "rate_limiter",
46293
+ "service_policy",
46294
+ "bot_defense_policy"
46295
+ ]
46296
+ },
46297
+ relationshipHints: [
46298
+ "origin_pool: Backend servers for traffic distribution",
46299
+ "app_firewall: WAF protection (requires WAAP subscription)",
46300
+ "healthcheck: Monitor backend availability",
46301
+ "certificate: TLS termination for HTTPS",
46302
+ "rate_limiter: Protect against traffic spikes"
46303
+ ]
46304
+ },
46305
+ {
46306
+ name: "tcp_loadbalancer",
46307
+ description: "Layer 4 TCP/UDP load balancer for non-HTTP protocol traffic",
46308
+ descriptionShort: "TCP load balancer",
46309
+ tier: "Standard",
46310
+ icon: "\u{1F50C}",
46311
+ category: "Load Balancing",
46312
+ supportsLogs: true,
46313
+ supportsMetrics: true,
46314
+ dependencies: {
46315
+ required: ["origin_pool"],
46316
+ optional: ["healthcheck"]
46317
+ },
46318
+ relationshipHints: [
46319
+ "origin_pool: Backend servers for TCP/UDP traffic",
46320
+ "healthcheck: Monitor origin server health"
46321
+ ]
46322
+ },
46323
+ {
46324
+ name: "origin_pool",
46325
+ description: "Backend server group for load balancer traffic distribution",
46326
+ descriptionShort: "Origin pool",
46327
+ tier: "Standard",
46328
+ icon: "\u{1F3AF}",
46329
+ category: "Load Balancing",
46330
+ supportsLogs: false,
46331
+ supportsMetrics: true,
46332
+ dependencies: { optional: ["healthcheck"] },
46333
+ relationshipHints: [
46334
+ "healthcheck: Monitor origin server health"
46335
+ ]
46336
+ },
46337
+ {
46338
+ name: "healthcheck",
46339
+ description: "Health monitoring configuration for origin server availability",
46340
+ descriptionShort: "Health check",
46341
+ tier: "Standard",
46342
+ icon: "\u{1F493}",
46343
+ category: "Monitoring",
46344
+ supportsLogs: false,
46345
+ supportsMetrics: true
46346
+ }
46347
+ ]
46348
+ }
46349
+ ],
46350
+ [
46351
+ "vpm_and_node_management",
46352
+ {
46353
+ name: "vpm_and_node_management",
46354
+ displayName: "Vpm And Node Management",
46355
+ description: "F5 Distributed Cloud Vpm And Node Management API specifications",
46356
+ descriptionShort: "Vpm And Node Management API",
46357
+ descriptionMedium: "F5 Distributed Cloud Vpm And Node Management API specifications",
46358
+ aliases: ["vpm", "nodes", "node-mgmt"],
46359
+ complexity: "simple",
46360
+ isPreview: false,
46361
+ requiresTier: "Standard",
46362
+ category: "Platform",
46363
+ useCases: [
46364
+ "Manage Virtual Private Mesh (VPM) configuration",
46365
+ "Configure node lifecycle and management",
46366
+ "Monitor VPM and node status"
46367
+ ],
46368
+ relatedDomains: ["sites", "system"],
46369
+ icon: "\u{1F5A5}\uFE0F",
46370
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748B'%3E%3Cpath d='M20 13H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM20 3H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM7 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E",
46371
+ uiCategory: "Configuration",
46372
+ primaryResources: [
46373
+ {
46374
+ name: "node_config",
46375
+ description: "Node configuration for edge device settings",
46376
+ descriptionShort: "Node config",
46377
+ tier: "Standard",
46378
+ icon: "\u{1F5A5}\uFE0F",
46379
+ category: "Infrastructure",
46380
+ supportsLogs: false,
46381
+ supportsMetrics: false
46382
+ },
46383
+ {
46384
+ name: "vpm_config",
46385
+ description: "VPM configuration for virtual platform management",
46386
+ descriptionShort: "VPM config",
46387
+ tier: "Standard",
46388
+ icon: "\u2699\uFE0F",
46389
+ category: "Infrastructure",
46390
+ supportsLogs: false,
46391
+ supportsMetrics: false
46392
+ }
46393
+ ]
46394
+ }
46395
+ ],
46396
+ [
46397
+ "waf",
46398
+ {
46399
+ name: "waf",
46400
+ displayName: "Waf",
46401
+ description: "Signature-based attack detection with customizable blocking responses. Attack type classification, protocol inspection, and AI-driven risk assessment. Exclusion policies override default blocking for trusted traffic. Staged signature testing validates rules before enforcement. Security event metrics track rule hits and blocked requests across namespaces.",
46402
+ descriptionShort: "Request inspection, attack signatures, and bot mitigation.",
46403
+ descriptionMedium: "Application firewall rules with signature-based detection. Exclusion policies, blocking pages, and anomaly prevention.",
46404
+ aliases: ["firewall", "appfw"],
46405
+ complexity: "advanced",
46406
+ isPreview: false,
46407
+ requiresTier: "Advanced",
46408
+ category: "Security",
46409
+ useCases: [
46410
+ "Configure web application firewall rules",
46411
+ "Manage application security policies",
46412
+ "Enable enhanced firewall capabilities",
46413
+ "Configure protocol inspection"
46414
+ ],
46415
+ relatedDomains: ["api", "network_security", "virtual"],
46416
+ icon: "\u{1F6E1}\uFE0F",
46417
+ logoSvg: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E",
46418
+ uiCategory: "Security",
46419
+ primaryResources: [
46420
+ {
46421
+ name: "app_firewall",
46422
+ description: "Web Application Firewall policy for HTTP traffic protection",
46423
+ descriptionShort: "WAF policy",
46424
+ tier: "Advanced",
46425
+ icon: "\u{1F6E1}\uFE0F",
46426
+ category: "Security",
46427
+ supportsLogs: true,
46428
+ supportsMetrics: true,
46429
+ dependencies: { optional: ["service_policy"] },
46430
+ relationshipHints: [
46431
+ "service_policy: Fine-grained access control rules"
46432
+ ]
46433
+ },
46434
+ {
46435
+ name: "service_policy",
46436
+ description: "Service-level access control and traffic management rules",
46437
+ descriptionShort: "Service policy",
46438
+ tier: "Advanced",
46439
+ icon: "\u{1F4CB}",
46440
+ category: "Security",
46441
+ supportsLogs: true,
46442
+ supportsMetrics: false
46443
+ },
46444
+ {
46445
+ name: "malicious_user_detection",
46446
+ description: "Automated detection and mitigation of malicious user behavior",
46447
+ descriptionShort: "Malicious user detection",
46448
+ tier: "Advanced",
46449
+ icon: "\u{1F6A8}",
46450
+ category: "Security",
46451
+ supportsLogs: true,
46452
+ supportsMetrics: true
46453
+ }
46454
+ ]
46455
+ }
46456
+ ]
46072
46457
  ]);
46073
46458
 
46074
46459
  // src/types/domains.ts
@@ -46452,34 +46837,34 @@ var CLI_SUMMARY_FROM_SPEC = "Multi-cloud application services with load balancin
46452
46837
  var CLI_DESCRIPTION_FROM_SPEC = "Unified application services across multi-cloud, edge, and hybrid environments. Load balancers with origin pools and health checks for traffic distribution. Web application firewall and bot defense for application protection. DNS zones with geographic routing for name resolution. Cloud sites on AWS, Azure, and GCP for infrastructure deployment. Service policies, network security, and observability dashboards from a single control plane.";
46453
46838
  var generatedDescriptions = {
46454
46839
  version: "1.0.0",
46455
- generatedAt: "2026-01-02T08:07:08.466Z",
46840
+ generatedAt: "2026-01-02T23:47:33.236Z",
46456
46841
  domains: {
46457
- "login": {
46458
- short: "Manage authentication and session profiles",
46459
- medium: "Configure authentication credentials, manage named profiles for different environments, and control connection context for CLI sessions.",
46460
- long: "Handle identity verification and persistent session state for CLI operations. Use 'show' to display current token status and credential validity. Create named profiles for distinct tenants or environments with the 'profile' command, enabling quick switching without re-entering passwords. Set active endpoint URLs and default namespaces using 'context'. View system announcements with 'banner'. Stored configurations persist securely across sessions.",
46842
+ login: {
46843
+ short: "Configure authentication profiles and connection context",
46844
+ medium: "Store named credential profiles for multiple tenants, switch active connection contexts, verify session state, and display environment banners.",
46845
+ long: "Manage authentication lifecycle and identity configuration for CLI operations. Define reusable credential sets targeting different tenants without repeated login prompts. Toggle between saved identities to execute commands against distinct environments. Inspect current session details including endpoint URL and token expiration status. Show informational banners reflecting active configuration. Supports environment variable injection for automated pipelines and scripted workflows requiring non-interactive authentication.",
46461
46846
  subcommands: {
46462
- "profile": {
46463
- short: "Manage saved credential sets for tenant connections",
46464
- medium: "Store named authentication configurations with URLs and tokens. Switch between environments without re-entering credentials each time.",
46465
- long: "Configure named credential sets that persist tenant URLs and access tokens for quick environment switching. Create entries for development, staging, and production tenants, then activate them as needed. List all saved entries, view their configuration details, set one as active for subsequent commands, or remove entries no longer needed. Credentials are stored securely in your local configuration directory and persist across sessions."
46847
+ profile: {
46848
+ short: "Manage saved authentication credentials for tenants",
46849
+ medium: "Store named credential sets for different environments, switch between active connections, and remove outdated entries.",
46850
+ long: "Organize authentication credentials across multiple tenants and environments. Create named entries for production, staging, or development contexts containing URLs and tokens. List available configurations, display stored details, designate which connection to use for subsequent commands, and delete obsolete records. Credentials persist locally, eliminating repeated entry when working across different tenants throughout the day."
46466
46851
  },
46467
- "context": {
46468
- short: "Manage default namespace for scoping operations",
46469
- medium: "Configure, display, and switch between namespace settings that scope subsequent commands to organizational boundaries.",
46470
- long: "Manage namespace settings that determine the default scope for resource operations. The active namespace applies when commands do not explicitly provide one, reducing repetitive flags across multiple operations. Use 'show' to display the current active namespace, 'set' to change the default for future commands, and 'list' to view all available namespaces. Settings persist across sessions until explicitly changed, streamlining workflows within a single boundary."
46852
+ context: {
46853
+ short: "Set default namespace for scoped command execution",
46854
+ medium: "Configure, display, and switch the active namespace scope. Commands automatically target this namespace when no explicit --namespace flag is provided.",
46855
+ long: "Manage persistent namespace selection that determines where CLI operations execute by default. Subcommands include 'show' to reveal the current setting, 'set' to designate a new active namespace, and 'list' to enumerate all available choices. After configuration, subsequent commands operate within the selected namespace without requiring repetitive flag usage. Settings persist across terminal sessions, reducing overhead during extended work within a single namespace. Remove the stored value to restore explicit per-command namespace specification."
46471
46856
  }
46472
46857
  }
46473
46858
  },
46474
- "cloudstatus": {
46475
- short: "Check platform status and service incidents",
46476
- medium: "View operational health, active incidents, component availability, and scheduled maintenance windows for infrastructure services.",
46477
- long: "Monitor real-time service availability across infrastructure components. Query active incidents with severity classification and affected systems, inspect individual component states, and review upcoming maintenance schedules. Filter by component type, date range, or impact level. Generate human-readable summaries or structured JSON output for integration with alerting tools and automation pipelines. Designed for operations teams tracking system reliability and coordinating around planned outages."
46859
+ cloudstatus: {
46860
+ short: "Check platform status and active incidents",
46861
+ medium: "Query operational health, view active incidents, track scheduled maintenance windows, and verify component availability across deployment regions.",
46862
+ long: "Display real-time service health and infrastructure component status. Retrieve incident details including severity levels, affected systems, and resolution progress. List upcoming maintenance windows for service interruption planning. Verify regional component availability before deployments. Access historical incident records for post-mortem analysis and SLA tracking. Output supports both human-readable summaries and JSON format for monitoring integration."
46478
46863
  },
46479
- "completion": {
46864
+ completion: {
46480
46865
  short: "Generate tab-completion scripts for supported shells",
46481
- medium: "Create shell integration scripts for bash, zsh, and fish that provide intelligent tab-triggered suggestions for commands, flags, and arguments.",
46482
- long: "Output scripts enabling your terminal to suggest valid options when pressing Tab. Supports bash, zsh, and fish with automatic command discovery, argument hints, and flag recommendations. Install the generated output in your shell's designated directory or source it directly in your configuration file (e.g., .bashrc, .zshrc). Once active, Tab displays available subcommands, recognized flags, and expected parameter values as you type, reducing errors and accelerating CLI usage through context-aware assistance."
46866
+ medium: "Create shell-specific scripts enabling tab-assisted input for commands, subcommands, and flags in bash, zsh, or fish environments.",
46867
+ long: "Output completion scripts that integrate with native shell mechanisms for context-aware suggestions. Supports bash, zsh, and fish with format-specific output suitable for sourcing directly or saving to configuration files. After installation, pressing Tab auto-suggests partial command names, displays available options, and recommends valid flag values. Select the subcommand matching your environment to generate properly formatted output."
46483
46868
  }
46484
46869
  }
46485
46870
  };
@@ -46630,8 +47015,8 @@ function getLogoModeFromEnv(envPrefix) {
46630
47015
  var CLI_NAME = "xcsh";
46631
47016
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
46632
47017
  function getVersion() {
46633
- if ("v1.0.91-2601022325") {
46634
- return "v1.0.91-2601022325";
47018
+ if ("v1.0.91-2601030100") {
47019
+ return "v1.0.91-2601030100";
46635
47020
  }
46636
47021
  if (process.env.XCSH_VERSION) {
46637
47022
  return process.env.XCSH_VERSION;
@@ -143233,6 +143618,174 @@ function buildCloudstatusSpecs() {
143233
143618
  })
143234
143619
  };
143235
143620
  }
143621
+ function buildAIServicesSpecs() {
143622
+ return {
143623
+ query: buildCommandSpec({
143624
+ command: "ai_services query",
143625
+ description: "Query the F5 Distributed Cloud AI assistant with a natural language question. Get intelligent responses about load balancers, WAF, sites, security events, and platform operations.",
143626
+ usage: "xcsh ai_services query <question> [--namespace <ns>] [--output <format>]",
143627
+ flags: [
143628
+ {
143629
+ name: "--namespace",
143630
+ alias: "-ns",
143631
+ description: "Namespace context for the query",
143632
+ type: "string"
143633
+ }
143634
+ ],
143635
+ examples: [
143636
+ {
143637
+ command: 'xcsh ai_services query "What load balancers exist?"',
143638
+ description: "Ask about load balancers in your tenant"
143639
+ },
143640
+ {
143641
+ command: 'xcsh ai query "Show me all WAF policies" --output json',
143642
+ description: "Get WAF policies as JSON using short alias"
143643
+ },
143644
+ {
143645
+ command: 'xcsh genai query "Are there any security events?" --namespace production',
143646
+ description: "Query security events in a specific namespace"
143647
+ }
143648
+ ],
143649
+ category: "ai_services",
143650
+ related: ["ai_services chat", "ai_services feedback"]
143651
+ }),
143652
+ chat: buildCommandSpec({
143653
+ command: "ai_services chat",
143654
+ description: "Start an interactive multi-turn conversation with the AI assistant. Maintains context across exchanges for follow-up questions and complex troubleshooting.",
143655
+ usage: "xcsh ai_services chat [--namespace <ns>]",
143656
+ flags: [
143657
+ {
143658
+ name: "--namespace",
143659
+ alias: "-ns",
143660
+ description: "Default namespace context for the session",
143661
+ type: "string"
143662
+ }
143663
+ ],
143664
+ examples: [
143665
+ {
143666
+ command: "xcsh ai_services chat",
143667
+ description: "Start an interactive chat session"
143668
+ },
143669
+ {
143670
+ command: "xcsh ai chat --namespace staging",
143671
+ description: "Start chat with default namespace context"
143672
+ }
143673
+ ],
143674
+ category: "ai_services",
143675
+ related: ["ai_services query", "ai_services feedback"]
143676
+ }),
143677
+ feedback: buildCommandSpec({
143678
+ command: "ai_services feedback",
143679
+ description: "Submit feedback for AI responses to improve quality. Provide positive feedback for helpful responses or negative feedback with specific reasons.",
143680
+ usage: "xcsh ai_services feedback [--positive | --negative <type>] [--comment <text>] [--query-id <id>]",
143681
+ flags: [
143682
+ {
143683
+ name: "--positive",
143684
+ description: "Mark the response as helpful",
143685
+ type: "boolean"
143686
+ },
143687
+ {
143688
+ name: "--negative",
143689
+ description: "Mark response as needing improvement",
143690
+ type: "string",
143691
+ choices: [
143692
+ "inaccurate",
143693
+ "irrelevant",
143694
+ "incomplete",
143695
+ "poor_format",
143696
+ "slow",
143697
+ "other"
143698
+ ]
143699
+ },
143700
+ {
143701
+ name: "--comment",
143702
+ alias: "-c",
143703
+ description: "Additional feedback comments",
143704
+ type: "string"
143705
+ },
143706
+ {
143707
+ name: "--query-id",
143708
+ description: "Specific query ID to provide feedback for",
143709
+ type: "string"
143710
+ }
143711
+ ],
143712
+ examples: [
143713
+ {
143714
+ command: "xcsh ai_services feedback --positive",
143715
+ description: "Mark last response as helpful"
143716
+ },
143717
+ {
143718
+ command: "xcsh ai feedback --negative inaccurate --comment 'Response was outdated'",
143719
+ description: "Submit negative feedback with reason"
143720
+ }
143721
+ ],
143722
+ category: "ai_services",
143723
+ related: ["ai_services query", "ai_services chat"]
143724
+ }),
143725
+ "eval query": buildCommandSpec({
143726
+ command: "ai_services eval query",
143727
+ description: "Test AI query access with RBAC evaluation. Evaluate whether a query would be permitted under current access control configuration.",
143728
+ usage: "xcsh ai_services eval query <question> [--namespace <ns>]",
143729
+ flags: [
143730
+ {
143731
+ name: "--namespace",
143732
+ alias: "-ns",
143733
+ description: "Namespace context for RBAC evaluation",
143734
+ type: "string"
143735
+ }
143736
+ ],
143737
+ examples: [
143738
+ {
143739
+ command: 'xcsh ai_services eval query "List all namespaces"',
143740
+ description: "Evaluate query access permissions"
143741
+ },
143742
+ {
143743
+ command: 'xcsh ai eval query "Show security events" --namespace production',
143744
+ description: "Test namespace-scoped access"
143745
+ }
143746
+ ],
143747
+ category: "ai_services",
143748
+ related: ["ai_services eval feedback", "ai_services query"]
143749
+ }),
143750
+ "eval feedback": buildCommandSpec({
143751
+ command: "ai_services eval feedback",
143752
+ description: "Test feedback submission access with RBAC evaluation. Verify feedback operations would be permitted without actually submitting.",
143753
+ usage: "xcsh ai_services eval feedback [--positive | --negative <type>]",
143754
+ flags: [
143755
+ {
143756
+ name: "--positive",
143757
+ description: "Test positive feedback submission",
143758
+ type: "boolean"
143759
+ },
143760
+ {
143761
+ name: "--negative",
143762
+ description: "Test negative feedback submission",
143763
+ type: "string",
143764
+ choices: [
143765
+ "inaccurate",
143766
+ "irrelevant",
143767
+ "incomplete",
143768
+ "poor_format",
143769
+ "slow",
143770
+ "other"
143771
+ ]
143772
+ }
143773
+ ],
143774
+ examples: [
143775
+ {
143776
+ command: "xcsh ai_services eval feedback --positive",
143777
+ description: "Evaluate positive feedback access"
143778
+ },
143779
+ {
143780
+ command: "xcsh ai eval feedback --negative incomplete",
143781
+ description: "Test negative feedback permission"
143782
+ }
143783
+ ],
143784
+ category: "ai_services",
143785
+ related: ["ai_services eval query", "ai_services feedback"]
143786
+ })
143787
+ };
143788
+ }
143236
143789
  function buildLoginSpecs() {
143237
143790
  return {
143238
143791
  banner: buildCommandSpec({
@@ -143374,6 +143927,7 @@ function buildLoginSpecs() {
143374
143927
  function getCommandSpec(commandPath) {
143375
143928
  const cloudstatusSpecs = buildCloudstatusSpecs();
143376
143929
  const loginSpecs = buildLoginSpecs();
143930
+ const aiServicesSpecs = buildAIServicesSpecs();
143377
143931
  const normalized = commandPath.toLowerCase().trim();
143378
143932
  if (normalized.startsWith("cloudstatus ")) {
143379
143933
  const subcommand = normalized.replace("cloudstatus ", "");
@@ -143383,6 +143937,13 @@ function getCommandSpec(commandPath) {
143383
143937
  const subcommand = normalized.replace("login ", "");
143384
143938
  return loginSpecs[subcommand];
143385
143939
  }
143940
+ const aiAliases = ["ai_services ", "ai ", "genai ", "assistant "];
143941
+ for (const alias of aiAliases) {
143942
+ if (normalized.startsWith(alias)) {
143943
+ const subcommand = normalized.replace(alias, "");
143944
+ return aiServicesSpecs[subcommand];
143945
+ }
143946
+ }
143386
143947
  return void 0;
143387
143948
  }
143388
143949
  function toGlobalFlagSpec(flag) {
@@ -147161,7 +147722,7 @@ var completionDomain = {
147161
147722
  subcommands: /* @__PURE__ */ new Map()
147162
147723
  };
147163
147724
 
147164
- // src/domains/generative_ai/client.ts
147725
+ // src/domains/ai_services/client.ts
147165
147726
  var GenAIClient = class {
147166
147727
  constructor(apiClient) {
147167
147728
  this.apiClient = apiClient;
@@ -147253,7 +147814,7 @@ function getGenAIClient(apiClient) {
147253
147814
  return cachedClient;
147254
147815
  }
147255
147816
 
147256
- // src/domains/generative_ai/types.ts
147817
+ // src/domains/ai_services/types.ts
147257
147818
  function getResponseType(response) {
147258
147819
  if (response.generic_response) return "generic_response";
147259
147820
  if (response.explain_log) return "explain_log";
@@ -147274,7 +147835,7 @@ function getValidFeedbackTypes() {
147274
147835
  return Object.keys(FEEDBACK_TYPE_MAP);
147275
147836
  }
147276
147837
 
147277
- // src/domains/generative_ai/response-renderer.ts
147838
+ // src/domains/ai_services/response-renderer.ts
147278
147839
  function renderResponse(response) {
147279
147840
  const lines = [];
147280
147841
  const responseType = getResponseType(response);
@@ -147454,7 +148015,7 @@ function renderWidgetResponse(response) {
147454
148015
  return lines;
147455
148016
  }
147456
148017
 
147457
- // src/domains/generative_ai/query.ts
148018
+ // src/domains/ai_services/query.ts
147458
148019
  var lastQueryState = {
147459
148020
  namespace: "",
147460
148021
  lastQueryId: null,
@@ -147569,7 +148130,7 @@ var queryCommand = {
147569
148130
  }
147570
148131
  };
147571
148132
 
147572
- // src/domains/generative_ai/chat.ts
148133
+ // src/domains/ai_services/chat.ts
147573
148134
  import * as readline from "readline";
147574
148135
  function parseChatArgs(args, session) {
147575
148136
  const { remainingArgs } = parseDomainOutputFlags(
@@ -147828,7 +148389,7 @@ var chatCommand = {
147828
148389
  }
147829
148390
  };
147830
148391
 
147831
- // src/domains/generative_ai/feedback.ts
148392
+ // src/domains/ai_services/feedback.ts
147832
148393
  function parseFeedbackArgs(args, session) {
147833
148394
  const { remainingArgs } = parseDomainOutputFlags(
147834
148395
  args,
@@ -147972,7 +148533,7 @@ Negative types: ${validTypes}`
147972
148533
  }
147973
148534
  };
147974
148535
 
147975
- // src/domains/generative_ai/eval.ts
148536
+ // src/domains/ai_services/eval.ts
147976
148537
  function parseEvalQueryArgs(args, session) {
147977
148538
  const { options, remainingArgs } = parseDomainOutputFlags(
147978
148539
  args,
@@ -148210,9 +148771,9 @@ var evalSubcommands = {
148210
148771
  defaultCommand: evalQueryCommand
148211
148772
  };
148212
148773
 
148213
- // src/domains/generative_ai/index.ts
148214
- var generativeAiDomain = {
148215
- name: "generative_ai",
148774
+ // src/domains/ai_services/index.ts
148775
+ var aiServicesDomain = {
148776
+ name: "ai_services",
148216
148777
  description: "Interact with the F5 Distributed Cloud AI assistant for natural language queries about platform operations. Ask questions about load balancers, WAF configurations, site status, security events, or any platform topic. Supports single queries with follow-up suggestions, interactive multi-turn chat sessions, and feedback submission to improve AI responses.",
148217
148778
  descriptionShort: "AI assistant queries and feedback",
148218
148779
  descriptionMedium: "Query the AI assistant for help with F5 XC platform operations, configurations, security analysis, and troubleshooting.",
@@ -148224,18 +148785,19 @@ var generativeAiDomain = {
148224
148785
  ]),
148225
148786
  subcommands: /* @__PURE__ */ new Map([["eval", evalSubcommands]])
148226
148787
  };
148227
- var generativeAiAliases = ["ai", "genai", "assistant"];
148788
+ var aiServicesAliases = ["ai", "genai", "assistant"];
148228
148789
 
148229
148790
  // src/domains/index.ts
148230
148791
  customDomains.register(loginDomain);
148231
148792
  customDomains.register(cloudstatusDomain);
148232
148793
  customDomains.register(completionDomain);
148233
- customDomains.register(generativeAiDomain);
148794
+ customDomains.register(aiServicesDomain);
148234
148795
  for (const domain of customDomains.all()) {
148235
148796
  completionRegistry.registerDomain(fromCustomDomain(domain));
148236
148797
  }
148798
+ var excludedApiDomains = /* @__PURE__ */ new Set(["generative_ai"]);
148237
148799
  for (const [, info] of domainRegistry) {
148238
- if (!completionRegistry.has(info.name)) {
148800
+ if (!completionRegistry.has(info.name) && !excludedApiDomains.has(info.name)) {
148239
148801
  completionRegistry.registerDomain(fromApiDomain(info));
148240
148802
  }
148241
148803
  }
@@ -148243,8 +148805,8 @@ var domainAliases = /* @__PURE__ */ new Map();
148243
148805
  for (const alias of cloudstatusAliases) {
148244
148806
  domainAliases.set(alias, "cloudstatus");
148245
148807
  }
148246
- for (const alias of generativeAiAliases) {
148247
- domainAliases.set(alias, "generative_ai");
148808
+ for (const alias of aiServicesAliases) {
148809
+ domainAliases.set(alias, "ai_services");
148248
148810
  }
148249
148811
  function resolveDomainAlias(name) {
148250
148812
  return domainAliases.get(name) ?? name;