Create HTTP Load Balancer
Create HTTP Load Balancer provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-statistics-create-http-load-balancer-create | Create HTTP/HTTPS load balancer. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Service Name x-required… | example-resource |
namespace | Namespace x-required… | system |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
loadbalancer_type
Section titled “loadbalancer_type”| Option | Description | Recommended |
|---|---|---|
http_lb_request.http | Http | |
http_lb_request.https | Https | |
http_lb_request.https_auto_cert | Https auto cert |
server_validation_choice
Section titled “server_validation_choice”| Option | Description | Recommended |
|---|---|---|
http_lb_request.skip_server_verification | Skip server verification | |
http_lb_request.trusted_ca | Trusted ca |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Create HTTP Load Balancer resources:
Create Create HTTP Load Balancer
Section titled “Create Create HTTP Load Balancer”“Create a create-http-load-balancer named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/discovery/namespaces/$${PARAM}/discovered_services/$${PARAM}/create_http_load_balancer" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @create_http_load_balancer.json