Invoke-RestMethod Error 504

Kenneth_rf
Here to help

Invoke-RestMethod Error 504

Hi,

 

I am making a list of all my clients connected to a network by API. I have always used the Invoke-RestMethod due to the fact that the parameters I receive are easy to deal with, my problem recurs when I filter by timespan and page always returns a gateway timeout error message.
 
I have tried to set a timeout time but the same problem still appears.

 

$response = Invoke-WebRequest -Uri $url -TimeoutSec 320 -Method 'GET' -Headers $headers -Verbose

 

Kenneth_rf_0-1606134556474.png

 

1 REPLY 1
PhilipDAth
Kind of a big deal
Kind of a big deal

I'd try again later.  Maybe the API load balancer is having an issue.

 

If you have done lots of API calls within a second it may also be ignoring you.

Get notified when there are additional replies to this discussion.