there is an auth summary page in the app that provides general summary of all denied/granted requests across a time range. the API endpoint is /reports/auth-summary. it seems it does not exist in the client nor in the documentation.
Use Case
We need that data in order to produce automated reports with a in-house tool. instead of gathering 100's of thousands or even millions of data from other endpoints and summating it we would rather use that endpoint
Workarounds
Im trying to extend the Admin class with a method but getting 301 moved permanently error code:
@ClovisIRex The/reports URL accessible via the Duo Admin Panel does not exist as an API endpoint. Making the /reports/auth-summary information available via the API would be new/expanded functionality.
Detailed Description
there is an auth summary page in the app that provides general summary of all denied/granted requests across a time range. the API endpoint is /reports/auth-summary. it seems it does not exist in the client nor in the documentation.
Use Case
We need that data in order to produce automated reports with a in-house tool. instead of gathering 100's of thousands or even millions of data from other endpoints and summating it we would rather use that endpoint
Workarounds
Im trying to extend the Admin class with a method but getting 301 moved permanently error code: