While trying to do the initial pull of details from Apple, API limit was exceeded. By default the code should be respecting the API rate limit. Possible Apple changed the limit and the code needs to be updated.
Error: sync failed: fetching ABM devices: request failed: status=429 Too Many Requests body={"meta":null,"detail":"You have exceeded the allowable number of requests for this time period","id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","code":"RATE_LIMIT_EXCEEDED","title":"Too Many Requests","status":429}
settings.yaml
# Enable rate limiting for API calls
rate_limit: true
While trying to do the initial pull of details from Apple, API limit was exceeded. By default the code should be respecting the API rate limit. Possible Apple changed the limit and the code needs to be updated.
settings.yaml