| 7 |
5.00 ms |
SELECT m0_.webhook_id AS webhook_id_0, m0_.alert_id AS alert_id_1, m0_.alert_data AS alert_data_2, m0_.alert_type AS alert_type_3, m0_.alert_level AS alert_level_4, m0_.alert_type_id AS alert_type_id_5, m0_.sent_at AS sent_at_6, m0_.occurred_at AS occurred_at_7, m0_.organization_id AS organization_id_8, m0_.organization_url AS organization_url_9, m0_.organization_name AS organization_name_10, m0_.network_name AS network_name_11, m0_.network_url AS network_url_12, m0_.network_tags AS network_tags_13, m0_.network_id AS network_id_14, m0_.device_name AS device_name_15, m0_.device_tags AS device_tags_16, m0_.device_mac AS device_mac_17, m0_.device_url AS device_url_18, m0_.device_model AS device_model_19, m0_.device_serial AS device_serial_20, m0_.version AS version_21, m0_.is_processed AS is_processed_22 FROM meraki_webhook m0_ WHERE m0_.is_processed = ? AND m0_.device_name = ? ORDER BY m0_.sent_at ASC LIMIT 1
Parameters: [
0
"jit_rou_pkwabreramx2"
]
SELECT m0_.webhook_id AS webhook_id_0, m0_.alert_id AS alert_id_1, m0_.alert_data AS alert_data_2, m0_.alert_type AS alert_type_3, m0_.alert_level AS alert_level_4, m0_.alert_type_id AS alert_type_id_5, m0_.sent_at AS sent_at_6, m0_.occurred_at AS occurred_at_7, m0_.organization_id AS organization_id_8, m0_.organization_url AS organization_url_9, m0_.organization_name AS organization_name_10, m0_.network_name AS network_name_11, m0_.network_url AS network_url_12, m0_.network_tags AS network_tags_13, m0_.network_id AS network_id_14, m0_.device_name AS device_name_15, m0_.device_tags AS device_tags_16, m0_.device_mac AS device_mac_17, m0_.device_url AS device_url_18, m0_.device_model AS device_model_19, m0_.device_serial AS device_serial_20, m0_.version AS version_21, m0_.is_processed AS is_processed_22 FROM meraki_webhook m0_ WHERE m0_.is_processed = 0 AND m0_.device_name = 'jit_rou_pkwabreramx2' ORDER BY m0_.sent_at ASC LIMIT 1;
|