Dashboard
Dashboard provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-dashboard-get | Get Script Overview. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
id | ID Script ID. | - |
namespace | Namespace Namespace. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
end_time | X-required format: unix epoch timestamp in seconds… | - |
start_time | X-required format: unix epoch timestamp in seconds… | - |
type | X-required Filter events based on type of behaviors… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Dashboard resources:
Get Dashboard Details
Section titled “Get Dashboard Details”“Get details of the dashboard named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/csd/namespaces/$${PARAM}/scripts/${PARAM}/dashboard" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"