I want to get Icinga alerts between two last_state_change dates, I tried using
https://myhost:5665/v1/objects/hosts?filter=host.last_state_change>date1&&host.last_state_change<=date2
but its not working. Its taking the first filter condition host.last_state_change>date1 and giving the results.
Please let us know how we can use multiple conditions to get alerts between two last_state_change dates