Need to find List of proxies pointing to single URL in node

navjot_k
Participant II

I need to generate a list of apis using a single url. This URL can be used in target endpoint, service callout or node. I could get the proxies which refer url in target but how to get all proxies that point to a URL through node considering the fact that majority of logic/routes is in nodejs

0 1 173
1 REPLY 1

@Navjot Kaur ,

There is no API which can give you direct results that you would like to see. Best way to filter the proxies by the URL used in the proxy is just scan the proxy bundles.

  • Download all the proxy bundles in your org.
  • Just do a file search on them to find out the proxies you would like to see.

You can automate above steps using Management API call that downloads proxy bundles & a simple script to do file search. Hope it helps.