The current implementation of API Pollers in 2020.2.1 doesn't support the required dynamic pagination required by Microsoft API's in which an @odata.nextLink is returned for the next page of results. The API Poller needs to loop through additional requests, following the next page of results until no @odata.nextLink is returned. Without this behavior, only the first page of results is returned and the resulting metrics are incomplete.