27 Jun 2019 04:08 AM - last edited on 10 Mar 2023 03:45 PM by Ana_Kuzmenchuk
Hi Dynatrace,
Our Client sent us a screenshot of their request on one of our API.
They told us that upon calling our API, the response status they got is "No response". Upon checking the logger of our API. It did't log any entry of calling our API. I'm asking here on what "No response" status means?
I search the meaning of this Response status and did't found any useful reference.
Solved! Go to Solution.
27 Jun 2019 05:38 AM
Your screenshot does not show a call to our API, do you mean the Dynatrace API? If yes I would need the exact endpoint and call to verify.
27 Jun 2019 11:46 AM
Not dynatrace API. this but an API we created.
27 Jun 2019 08:03 AM
No response in general means that target server didn't respond in any way during time that request was waiting for response.
Sebastian
27 Jun 2019 11:45 AM
Hi @Sebastian K. thank you for your response. does this mean it is a connection issue?
27 Jun 2019 12:01 PM
From my experience, target process was unresponsive because of some issues. No response in general means that you reached process (port was open) but transaction wasn't handled by server.
Sebastian
27 Jun 2019 01:29 PM
Not handled by the "Server"... you mean the API that they are trying to reach?
Basically "AppUniversalOnline" API cannot handle the transaction being sent? Also can you confirm if this is a failure on "AppUniversalOnline" API. Thank you!
27 Jun 2019 01:33 PM
appuniverse api is not responding.
Sebastian
28 Jun 2019 02:14 AM
Thank you for the confirmation @sebastian k.. Is there any way we can extract the logs of this? like the stack trace on why it is not responding?
28 Jun 2019 07:53 AM
You don't have any data from unresponsive api side in such case. Basically what I'm doing if I have there agent, I'm looking at process metrics, process logs, host metrics and trying to figure it out why it was not responding. If you don't have agent there and have no access to any tool that can provide you metrics/logs, then sorry but there is no access. No Response isn't exception as well so looking for stacktrace in such example will not work.
Sebastian
28 Jun 2019 12:00 PM
Thanks @sebastian k. for the information you provide.