tenable / pyTenable

Python Library for interfacing into Tenable's platform APIs
https://pytenable.readthedocs.io
MIT License
348 stars 172 forks source link

Work around inconsistent data returned by the Security Center API #824

Closed ewing-bpl closed 3 weeks ago

ewing-bpl commented 2 months ago

Description

Symptom:

API Recordkeeping error. api_total=127255, api_count=10000.052631578947, page_size=10001, iter_total=1

This is a workaround (or perhaps a fix) for the problem.

See issue #823 for more details.

Fixes #823

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist:

SteveMcGrath commented 3 weeks ago

Addressed in #834