Update Advertisement Statu
Update Advertisement Statu provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-ddos-update-advertisement-statu-create | Update Infraprotect Internet prefix advertisement. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace… | system |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
activation_selection
Section titled “activation_selection”| Option | Description | Recommended |
|---|---|---|
activation_announce | Activation announce | |
activation_withdraw | Activation withdraw |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Update Advertisement Statu resources:
Create Update Advertisement Statu
Section titled “Create Update Advertisement Statu”“Create a update-advertisement-statu named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect_internet_prefix_advertisements/update-advertisement-status" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @update_advertisement_statu.json