AWS VPC Site provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-sites-aws-vpc-site-create | Create AWS VPC site. |
f5xc-api-sites-aws-vpc-site-get | Get AWS VPC site. |
f5xc-api-sites-aws-vpc-site-list | List Configure AWS VPC Site. |
f5xc-api-sites-aws-vpc-site-update | Update AWS VPC site. |
f5xc-api-sites-aws-vpc-site-delete | Delete Configure AWS VPC Site. |
| Parameter | Description | Example |
|---|
namespace | Namespace This defines the workspace within which each the configuration object is to be created. | system |
name | Name The name of the configuration object to be fetched. | example-resource |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example - in GetSpec form for the contents of object… | GET_RSP_FORMAT_DEFAULT |
label_filter | A LabelSelectorType expression that every item in list response will satisfy. | - |
report_fields | The report_fields parameter… | - |
report_status_fields | The report_status_fields parameter… | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.block_all_services | Block all services | |
spec.blocked_services | Blocked services | |
spec.default_blocked_services | Default blocked services | |
| Option | Description | Recommended |
|---|
spec.aws_cred | Aws cred | |
| Option | Description | Recommended |
|---|
spec.direct_connect_disabled | Direct connect disabled | |
spec.direct_connect_enabled | Direct connect enabled | |
spec.private_connectivity | Private connectivity | |
| Option | Description | Recommended |
|---|
spec.egress_gateway_default | Egress gateway default | |
spec.egress_nat_gw | Egress nat gw | |
spec.egress_virtual_private_gateway | Egress virtual private gateway | |
| Option | Description | Recommended |
|---|
spec.disable_internet_vip | Disable internet vip | |
spec.enable_internet_vip | Enable internet vip | |
| Option | Description | Recommended |
|---|
spec.log_receiver | Log receiver | |
spec.logs_streaming_disabled | Logs streaming disabled | |
| Option | Description | Recommended |
|---|
spec.f5_orchestrated_routing | F5 orchestrated routing | |
spec.manual_routing | Manual routing | |
| Option | Description | Recommended |
|---|
spec.custom_security_group | Custom security group | |
spec.f5xc_security_group | F5xc security group | |
| Option | Description | Recommended |
|---|
spec.ingress_egress_gw | Ingress egress gw | |
spec.ingress_gw | Ingress gw | |
spec.voltstack_cluster | Voltstack cluster | |
| Option | Description | Recommended |
|---|
spec.no_worker_nodes | No worker nodes | |
spec.nodes_per_az | Nodes per az | |
spec.total_nodes | Total nodes | |
Ask Claude to help you work with AWS VPC Site resources:
“Create a aws-vpc-site named ‘example’ in the ‘production’ namespace”
“List all aws-vpc-sites in the ‘production’ namespace”
“Get details of the aws-vpc-site named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/aws_vpc_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/aws_vpc_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/aws_vpc_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/aws_vpc_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"