After looking through all the documentation here:
https://ovirt.github.io/ovirt-engine-api-model/4.5
I don't see a way to query the REAST API for events GET
/ovirt-engine/api/events;from={event_id}?search={query} by datetime
Any ideas would be great.
Also bonus question I do see that I can query by a set of objects (like cluster,
data_center, storage_domain, etc) like this:
GET "ovirt-engine/api/events?search=$($Item)%3D$($SearchText)" however searching
by "host" kicks out an error, I'm wondering if there is a code error in the
DB or the REST engine. Thoughts?