ServiceNowITOM / ansible-sn-inventory

Ansible Dynamic Inventory for ServiceNow
Apache License 2.0
79 stars 45 forks source link

Traverse multiple result pages #16

Closed ursetto closed 5 years ago

ursetto commented 5 years ago

ServiceNow may return multiple result pages if too many results are returned (defaulting to 10,000). Ensure all pages are traversed by following the Link: header, and coalesce results. Addresses https://github.com/ServiceNowITOM/ansible-sn-inventory/issues/15.

amittell commented 5 years ago

Thanks for contributing this!