I have been trying to get a list of unacknowleged critical status hosts with curl but for the life of me I can only get one or the other (critical hosts or unackloweged hosts not in critical) . I’ve tried multiple variations of the URL below.
I’d prefer not to have to build the query as JSON but I couldn’t find a working example of how to chain the filter like you can do in the web interface.
Can you do that this type of query with plain curl GET?
Thanks @moreamazingnick this seems to work and I already employed way too much time trying a “plain” cURL request with different approaches so I’ll go with yours and move forward.