You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get the response codes of http-server tests? Currently, there's a DesiredStatusCode field which returns the expected HTTP status code but I was not able to find a field for the actual responseCode.
Hello,
Is it possible to get the response codes of
http-server
tests? Currently, there's aDesiredStatusCode
field which returns the expected HTTP status code but I was not able to find a field for the actualresponseCode
.I see the code is using
/tests/testID.json
for fetching the response which does not contain theresponseCode
field. However, the/web/http-server/testID.json
does - https://developer.thousandeyes.com/v6/test_data/#/http-server.The text was updated successfully, but these errors were encountered: