Simplified Route
Simplified Route provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-network-simplified-route-create | Show Simplified Routes. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace Namespace for which the request is sent (system) | system |
site | Site Name Name of the site for which request is sent. | - |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
cluster_node_choice
Section titled “cluster_node_choice”| Option | Description | Recommended |
|---|---|---|
all_nodes | All nodes | |
node | Node |
network_choice
Section titled “network_choice”| Option | Description | Recommended |
|---|---|---|
global_network | Global network | |
segment | Segment | |
sli | Sli | |
slo | Slo |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Simplified Route resources:
Create Simplified Route
Section titled “Create Simplified Route”“Create a simplified-route named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/operate/namespaces/$${PARAM}/sites/${PARAM}/ver/simplified_routes" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @simplified_route.json