Skip to content

Citie

Citie provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-citie-listList cities.
ParameterDescriptionExample
country_codeCountry code 2 characters country code as described in https://en.wikipedia.org/wiki/ISO_3166-1, column alpha-2-
prefixPrefix first two or more characters of the city you look for (can be upper or lower case)-
state_codeState 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.-

Ask Claude to help you work with Citie resources:

“List all cities in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/custom/countries/${PARAM}/states/${PARAM}/cities/${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"