Bgpstatu
Bgpstatu provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-network-bgpstatu-list | Get BGP Status for view. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace Namespace for the label to be retrieved. | system |
view_name | Name of view Name of the view for which BGP status objects are requested. | - |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
view_kind | Kind of view of which BGP status objects are requested e.g. Aws_tgw_site. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Bgpstatu resources:
List Bgpstatus
Section titled “List Bgpstatus”“List all bgpstatus in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/bgpstatus/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"