Replaces the content of an Log Receiver object.
| Tool | Description |
|---|
f5xc-api-statistics-log-receiver-create | Create Log Receiver. |
f5xc-api-statistics-log-receiver-get | GET Log Receiver. |
f5xc-api-statistics-log-receiver-list | List Log Receiver. |
f5xc-api-statistics-log-receiver-update | Replace Log Receiver. |
f5xc-api-statistics-log-receiver-delete | DELETE Log 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.syslog | - | |
| Option | Description | Recommended |
|---|
spec.site_local | - | |
| Option | Description | Recommended |
|---|
spec.syslog.syslog_rfc5424 | - | |
| Option | Description | Recommended |
|---|
spec.syslog.tcp_server | - | |
spec.syslog.tls_server | - | |
spec.syslog.udp_server | - | |
| Option | Description | Recommended |
|---|
spec.syslog.tls_server.trusted_ca_url | - | |
spec.syslog.tls_server.volterra_ca | - | |
| Option | Description | Recommended |
|---|
spec.syslog.tls_server.mtls_disabled | - | |
spec.syslog.tls_server.mtls_enable | - | |
| Option | Description | Recommended |
|---|
spec.syslog.tls_server.default_https_port | - | |
spec.syslog.tls_server.default_syslog_tls_port | - | |
spec.syslog.tls_server.port | - | |
| Option | Description | Recommended |
|---|
spec.syslog.tls_server.mtls_enable.key_url.blindfold_secret_info | - | |
spec.syslog.tls_server.mtls_enable.key_url.clear_secret_info | - | |
Ask Claude to help you work with Log Receiver resources:
“Create a log-receiver named ‘example’ in the ‘production’ namespace”
“List all log-receivers in the ‘production’ namespace”
“Get details of the log-receiver named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/log_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}/log_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}/log_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}/log_receivers/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"