Troubleshooting

Table 5-2 HTTP Status Code

Problem Solution
404 Incorrect API URL. Verify API URL
401 Invalid, expired, or missing token. Verify that you are using the a client ID and secret from the correct IAM service, that the token has not expired, that the token is valid (e.g., echo cURL script), and the token is not missing.
403 Internal error. Submit a support ticket with the details of the API invocation (for example, a cURL script)
200
Response is:
{"msg":"Internal error, cannot connect to upstream service",
"detail":"java.net.ConnectException: Connection refused (Connection refused)"}