Skip to content

Configmap

Configmap provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-configmap-listConfigMap List.
ParameterDescriptionExample
siteSite Site name.-
ParameterDescriptionExample
namespaceNamespace to scope the listing of configmaps in a site.system

Ask Claude to help you work with Configmap resources:

“List all configmaps in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/site/${PARAM}/api/v1/configmaps" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"