Selectee
Selectee provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-sites-selectee-get | Get Selectees. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name Name of the Virtual Site whose Site selections are to be found. | example-resource |
namespace | Namespace Namespace of the Virtual Site whose Site selections are to be found. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Selectee resources:
Get Selectee Details
Section titled “Get Selectee Details”“Get details of the selectee named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/virtual_sites/$${PARAM}/selectees" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"