pyTenable icon indicating copy to clipboard operation
pyTenable copied to clipboard

Refactored to support paginated audit log api. #770

Open SteveMcGrath opened this issue 9 months ago • 0 comments

Description

Adds pagination support and an iterable to handle the pagination needs for the updated audit log events API.

Fixes #770

Type of change

Please delete options that are not relevant.

  • [x] New feature (non-breaking change which adds functionality)
  • [x] This change requires a documentation update

How Has This Been Tested?

Tested against a live environment to ensure the new iterable worked as expected,.

Test Configuration:

  • Python Version(s) Tested: 3.10.3

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules

SteveMcGrath avatar May 10 '24 21:05 SteveMcGrath