More efficient polling of REST APIs with `changes-since`
https://developer.openstack.org/api-guide/compute/polling_changes.html
Rather than re-downloading and re-parsing the full status at each polling interval, your REST client may use the changes-since and/or changes-before parameters to check for changes within a specified time.
Edited by Chris Martin