There seems all test, probe APIs are failing with 5xx. Do we have any alternative solution?
Please suggest us to resolve these issues. Thanks!
Example:
Request:
GET https://api.test.apigee.com/v1/organizations/{epsilon}/probes
Response:
HTTP/1.1 503 Service Unavailable
Connection:
keep-alive
Content-Length:
139
Content-Type:
application/json
Date:
Fri, 02 Sep 2016 18:39:09 GMT
Server:
Apigee Router
{
"fault": {
"faultstring": "The Service is temporarily unavailable",
"detail": {
"errorcode": "messaging.adaptors.http.flow.ServiceUnavailable"
}
}
}
Answer by vinothapigee · Sep 08, 2016 at 05:57 AM
We are looking in to this issue, Will update this space once it gets fixed.
Answer by Chad Kochel · Nov 25, 2017 at 05:09 PM
Hello,
I am having the same issue as mentioned above. When I try
https://api.test.apigee.com/v1/organizations/{org_name}/probes through PostMan or
https://docs.apigee.com/apigee-test/apis/get/organizations/%7Borg_name%7D/probes I am getting
{
"fault": {
"faultstring": "The Service is temporarily unavailable",
"detail": {
"errorcode": "messaging.adaptors.http.flow.ServiceUnavailable"
}
}
}
Should we expect a resolution soon?
Answer by soumyapaul · Jan 16, 2018 at 04:57 PM
Hello, I am getting the same issue.
https://api.test.apigee.com/v1/organizations/{org_name}/testcases
HTTP/1.1 503 Service Unavailable
{
"fault": {
"faultstring": "The Service is temporarily unavailable",
"detail": {
"errorcode": "messaging.adaptors.http.flow.ServiceUnavailable"
}
}
}
API Probe validation is not working 2 Answers
Apigee Test Probe is always created as active 1 Answer
Apigee Test (earlier called API Health) JavaScript Error 1 Answer
Is there an API to allow us to access the Apigee Test (Previously known as API Health) data 4 Answers
Can we import already configured Apigee Test probe from one org to another org? 5 Answers