Hi all,
I'm trying to export a huge amount of data from FMC.
Because of that, I must use many requests and the process takes a lot of time (in my case 20 hours, it's a huge network with many policies and objects).
I looked at the API docs and came across a request limit of 120 per minute.
I initially thought of running a parallel get request but that will not work because of a request limit of 120.
Can someone suggest how to execute multiple GET requests at a time, or include many objects (group,host,domain,subnets,ect) in a single request?
Any help will be much appreciated
Thanks!