Status At Site
Status At Site provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-telemetryandinsights-status-at-site-get | Get Status. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
kind | Kind… | - |
name | Name… | example-resource |
namespace | Namespace… | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
site | Site name… | - |
site_type | Site type indicates whether the site is CE or RE optional: If not specified, the value for site_type defaults to CUSTOMER_EDGE… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Status At Site resources:
Get Status At Site Details
Section titled “Get Status At Site Details”“Get details of the status-at-site named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/${PARAM}/$${PARAM}/status_at_site" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"