I have installed Apigee On GCP using **terraform** and tested everything on UI and everything seems to work. I also was able to deploy and test a proxy.
However when I use Apigee Managements APIs, for example
GET https://apigee.googleapis.com/v1/{name=organizations/*}, I receive an error:
{
"error": {
"code": 404,
"message": "generic::not_found: resource organizations/******* not found",
"status": "NOT_FOUND",
"details": [
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"requestId": "***************"
}
Also, when I try to run the gcloud command,
gcloud apigee organizations list, I get 0 listed items.
What am I missing?
I was able to resolve it. It was a data residency issue, I had to use GET https://us-apigee.googleapis.com/v1/{name=organizations/*}
Hi @sahilpawar, thank you for sharing how you resolved the issue! It would be great if you could mark your reply as the accepted solution to help others find it more easily.
We appreciate your contribution to the community! 👍🏼