#BlueXP API 504 Gateway Timeout - What could cause this?

1 messages · Page 1 of 1 (latest)

oak elm
#

Hi everyone,

i created a Service Account with the role "Account Admin" for All Workspaces and I used the https://netapp-cloud-account.auth0.com/oauth/token API to get a token. So far so good. Then I just used the https://cloudmanager.cloud.netapp.com/occm/api/occm/system/about API to see if i can get anything back. However I only receive 504 Gateway Time-out messages. And I swear I did the same thing before Christmas and it worked. What could be the reason? I tried it via Postman on my local Windows machine and via curl an a remote Linux box. Both are showing the same result:

<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>Microsoft-Azure-Application-Gateway/v2</center>
</body>
</html>

Here is the curl command:

curl --location --request GET 'https://cloudmanager.cloud.netapp.com/occm/api/occm/system/about' --header 'Content-Type: application/json' --header 'x-agent-id: Lmvhc1Mbf<restoftheagentid>2Fc2cYHqc2Y' --header 'Authorization: Bearer eyJhbGci<rest of the really long token>nldqf8zxg'