get path uri of a proxy using management api without downloading proxy bundle

Hi,

Can you please help me with the management api that can provide me with path suffix information without having to download the proxy revision bundle for apigeex. On apigee edge, I used to get this information from below api but this is not working in apigeex.

β€œ/v1/organizations/{o}/apis/{apiName}/revisions/{rev}/proxies/{proxy_enpoint_name}”

1 Like

Hi @indu456 , thanks for your question! Are you encountering a specific error or response?

We’re keeping an eye on this conversation - also, feel free to explore our articles and documentation, which may provide additional guidance. :slightly_smiling_face:

You cannot do that in Apigee X. You must download and inspect the proxy bundle, and each endpoint within the bundle.

There is no corresponding REST resource in Apigee X, that allows you to inspect the individual proxy endpoint configuration.