Check if basepath is already exists and deployed in an environment

Is there any programmatic way [management api] to check if basepath is already exists and deployed in an given environment? For example, I need to check any proxy with basepath 'product/v1' is already exists and deployed in an environment.

0 2 295
2 REPLIES 2

Not applicable

I didn't find any management api to get the base path of a proxy. You can findout any query from cassandra to get all the basepaths. A simple check can be like you create a dummy proxy with the base path you want to check and try to deploy, if thats already existing and deployed then you can see the deployment error. if that doesn't throw any error then no proxy having the same base path is deployed in same environment.

Hi

Hope this utility I wrote help