We have around 200 VMs and we are using scripts to fetch the metric data using summarizeMetricsData APIs. We are receiving the below error
{
"code" : "TooManyRequests",
"message" : "Maximum rate exceeded"
}, error=429
Found the below post from 2020
https://community.oracle.com/customerconnect/discussion/526398/summarizemetricsdata-too-many-requests-with-in-a-short-period-of-time
But we want to know is there any kind of limit per second/minute/hour for the API counts based on any type/resource. Based on that we can throttle the requests from our end. Expecting an official count for the API limit from Oracle.