Just hit a wall trying to automate a compliance report. The Lacework UI has decent filters for things like `resource type` and `region`. Needed to pull just the S3 bucket alerts.
Went to the API docs. The available query parameters are shockingly limited. You can't replicate the UI's granularity. Ended up pulling everything and filtering client-side, which is inefficient and hits the rate limits faster.
* Can't filter by resource type directly in the API call.
* Time range filters feel clunky compared to the UI's date picker.
* Makes building any focused integration a pain.
Anyone else run into this? Found a workaround besides the brute-force "download everything" approach? This seems like a basic oversight for a platform built for devs and automation.
Ship fast, review slower