How do I get the path of my api proxy on private unix machine?

Not applicable

There is a way to know which is the path where my api proxy is being stored on a private cloud ? This is on a unix machine.

for example when you export an api proxy it comes on a zip file, which has an structure like this...

policies

...xml

proxies

...xml

resorces

...jsc

...xsl

...jar

api_name.xml

I found something like this, but there is no xml or resources:

/opt/apigee4/var/log/apigee/message-processor/work/o/{org}/e/{env}/a

0 3 331
3 REPLIES 3

@Claudio Munoz Jimenez ,

Welcome to Apigee Community 🙂

I don't think API Proxy created in Enterprise portal is stored in the file system. I believe proxy & policy details are stored in cassandra.

Oh, ok. I got it, my question was because I wanted to share some resources (javascripts, .jar) between different API's. I found a way to do this by curl commands here http://docs.apigee.com/api-services/content/resource-files but it seems to have some issues sharing the resources at least this way (I don't see my shared javascript on the API proxies -> develop -> navigator -> scripts) the shared resources works, but I don't see them and when I download a revision it doesn't bring the shared resources.

Not applicable

Oh, ok. I got it, my question was because I wanted to share some resources (javascripts, .jar) between different API's. I found a way to do this by curl commands here http://docs.apigee.com/api-services/content/resource-files but it seems to have some issues sharing the resources at least this way (I don't see my shared javascript on the API proxies -> develop -> navigator -> scripts) the shared resources works, but I don't see them and when I download a revision it doesn't bring the shared resources.