App Type
App Type provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-telemetryandinsights-app-type-list | Application Types. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace namespace is used to scope the listing of app types… | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
end_time | End time of metric collection from which data will be considered to build graph. Format: unix_timestamp|RFC 3339… | - |
start_time | Start time of metric collection from which data will be considered to build graph. Format: unix_timestamp|RFC 3339… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with App Type resources:
List App Types
Section titled “List App Types”“List all app-types in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/graph/service/app_types" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"