cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Apigee integration

Srishati.Yadav
Builder

hi team, 

 

i tried to setup apigee extension by adjusting all the URL parameters (i can confirm the on prem URL works fine and there are no authetication issues, but it is failing with below error upon running the script :- 

==> 000
cat: response.json: No such file or directory
The request failed with 000 response code.\n

 

Please suggest. 

 

5 REPLIES 5

Srishati.Yadav
Builder

Any updates please ?

can anyone from extension team suggest here ?

Hi Srishati, the error suggests that you have a network error or the Apigee API URL you have specified isn't correct: 

 
"000 is a common code to use when no HTTP code was received due to a network error000 also means that the client disconnected before completing the request for that service."
 
Please use the HTTP response code for troubleshooting. I'd suggest you send a curl request to Apigee to see if it is working before using the script. 

curl to the URL works fine , but still when runnign script it gives that error.

why is JQ needed as pre-requisite and what if JQ is not present, any alternatives ?