Admin Notification
Admin Notification provides tools for listing, and updating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-admin-notification-list | Get admin ntfn preferences. |
f5xc-api-tenantandidentity-admin-notification-update | Update admin ntfn preferences. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Admin Notification resources:
List Admin Notifications
Section titled “List Admin Notifications”“List all admin-notifications 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/admin_notifications" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"