Is it possible to use endpoints configured in G-Reg while creating an API in API manager?
Asked
Active
Viewed 48 times
2
-
Please elaborate more on your question? – tk_ Jan 19 '17 at 01:45
1 Answers
0
Currently, there is no straightforward way to do this. But it's already suggested as an improvement.
But let me suggest a workaround. Here are steps in brief.
- Store your endpoint in the registry.
- Write a custom sequence to read endpoint from the registry, and set
To
header accordingly.- These posts might help on how to read the registry.
- See this for how to set
To
header.
- Pick default endpoint as the endpoint type of your API.
- Attach the custom sequence to your API.
That's it.

Bee
- 12,251
- 11
- 46
- 73