metrics_load_balancer_frontend_firewall_dropped_bytes
Creates, updates, deletes, gets or lists a metrics_load_balancer_frontend_firewall_dropped_bytes
resource.
Overview
Name | metrics_load_balancer_frontend_firewall_dropped_bytes |
Type | Resource |
Id | digitalocean.monitoring.metrics_load_balancer_frontend_firewall_dropped_bytes |
Fields
Name | Datatype | Description |
---|---|---|
data | object | |
status | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
monitoring_get_lb_frontend_firewall_dropped_bytes | SELECT | end, lb_id, start | To retrieve firewall dropped bytes for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/frontend_firewall_dropped_bytes . This is currently only supported for network load balancers. |
SELECT
examples
To retrieve firewall dropped bytes for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/frontend_firewall_dropped_bytes
. This is currently only supported for network load balancers.
SELECT
data,
status
FROM digitalocean.monitoring.metrics_load_balancer_frontend_firewall_dropped_bytes
WHERE end = '{{ end }}'
AND lb_id = '{{ lb_id }}'
AND start = '{{ start }}';