Can I search for a proxy by base path

Is there a way in EdgeUI to search for proxies by base path?

That kind of search capability is not included in the Admin API natively.

As a result you need to use a brute-force search to accomplish that.

for example, this. You could build something similar with the powershell module, if that’s your bag.

Wrote this a while back - https://github.com/ssvaidyanathan/BasePathNode

1 Like