View Preference
View Preference provides tools for listing, and updating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-view-preference-list | Get view preference. |
f5xc-api-tenantandidentity-view-preference-update | Set view preference. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with View Preference resources:
List View Preferences
Section titled “List View Preferences”“List all view-preferences in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/user/settings/view_preference" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"