Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, I am working on a report which uses product name + code version to obtain a list of Cisco BUGs using the BUG API 2.0. I have wrote custom code to identify the last page index and do a call for each page index while appending to a dictionary. T...
Thanks for the reply, as of now if I want to collect all bug ID's for a specific device platform / code and it returns over 100 bugs, I can capture the last index, and loop the API call for each page index. The only problem is you throttle the amount...