Replaces the content of an Alert Receiver object.
| Tool | Description |
|---|
f5xc-api-statistics-alert-receiver-create | Create Alert Receiver. |
f5xc-api-statistics-alert-receiver-get | GET Alert Receiver. |
f5xc-api-statistics-alert-receiver-list | List Alert Receiver. |
f5xc-api-statistics-alert-receiver-update | Replace Alert Receiver. |
f5xc-api-statistics-alert-receiver-delete | DELETE Alert Receiver. |
| Parameter | Description | Example |
|---|
metadata.namespace | Namespace | - |
name | Name | - |
namespace | Namespace | - |
metadata.name | Name | - |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example | - |
label_filter | A LabelSelectorType expression that every item in list response will satisfy. | - |
report_fields | The report_fields parameter | - |
report_status_fields | The report_status_fields parameter | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.email | - | |
spec.opsgenie | - | |
spec.pagerduty | - | |
spec.slack | - | |
spec.sms | - | |
spec.webhook | - | |
| Option | Description | Recommended |
|---|
spec.opsgenie.api_key.blindfold_secret_info | - | |
spec.opsgenie.api_key.clear_secret_info | - | |
| Option | Description | Recommended |
|---|
spec.webhook.http_config.auth_token | - | |
spec.webhook.http_config.basic_auth | - | |
spec.webhook.http_config.client_cert_obj | - | |
spec.webhook.http_config.no_authorization | - | |
| Option | Description | Recommended |
|---|
spec.webhook.http_config.no_tls | - | |
spec.webhook.http_config.use_tls | - | |
| Option | Description | Recommended |
|---|
spec.webhook.http_config.use_tls.use_server_verification | - | |
spec.webhook.http_config.use_tls.volterra_trusted_ca | - | |
| Option | Description | Recommended |
|---|
spec.webhook.http_config.use_tls.disable_sni | - | |
spec.webhook.http_config.use_tls.sni | - | |
Ask Claude to help you work with Alert Receiver resources:
“Create a alert-receiver named ‘example’ in the ‘production’ namespace”
“List all alert-receivers in the ‘production’ namespace”
“Get details of the alert-receiver named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/alert_receivers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/alert_receivers/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/alert_receivers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/alert_receivers/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"