Active Alert Policie
Active Alert Policie provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-active-alert-policie-create | Set Active Alert Policies. |
f5xc-api-tenantandidentity-active-alert-policie-list | Get Active Alert Policies. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace The name of the namespace. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Active Alert Policie resources:
Create Active Alert Policie
Section titled “Create Active Alert Policie”“Create a active-alert-policie named ‘example’ in the ‘production’ namespace”
List Active Alert Policies
Section titled “List Active Alert Policies”“List all active-alert-policies in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/active_alert_policies" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/active_alert_policies" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @active_alert_policie.json