Skip to content

Selectee

Selectee provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-selectee-getGet Selectees.
ParameterDescriptionExample
nameName Name of the Virtual Site whose Site selections are to be found.example-resource
namespaceNamespace Namespace of the Virtual Site whose Site selections are to be found.system

Ask Claude to help you work with Selectee resources:

“Get details of the selectee named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/virtual_sites/$${PARAM}/selectees" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"