Update Allow Advertise On Public
Update Allow Advertise On Public provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-update-allow-advertise-on-public-create | Update allow advertise on public. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Update Allow Advertise On Public resources:
Create Update Allow Advertise On Public
Section titled “Create Update Allow Advertise On Public”“Create a update-allow-advertise-on-public named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/system/update_allow_advertise_on_public" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @update_allow_advertise_on_public.json