Citie
Citie provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-citie-list | List cities. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
country_code | Country code 2 characters country code as described in https://en.wikipedia.org/wiki/ISO_3166-1, column alpha-2… | - |
prefix | Prefix first two or more characters of the city you look for (can be upper or lower case) | - |
state_code | State code 2 characters country code as described in https://en.wikipedia.org/wiki/ISO_3166-2:US/CA/IN, column code, excluding the leading country code. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Citie resources:
List Cities
Section titled “List Cities”“List all cities in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/custom/countries/${PARAM}/states/${PARAM}/cities/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"