Open ravindrasingh22 opened 6 years ago
Hi,
You need to check the configurations in "setenv.sh" which forms the URL for the curl request.
org="yourID-eval" | you can check this by logging-in to your account
username="emailID" | your login account id
url="https://api.enterprise.apigee.com"
env="test" | test or prod
api_domain="apigee.net"
Cheers, Shubham
Hi, I have successfully configured the setup, provisioned the sample all but whenever I run ./invoke.sh from any environment the curl throw an error.
Because in invoke.sh file the $org-$env.$api_domain are getting concatenation which seems incorrect or maybe it is apigeetool configuration issue with the console.