Can I map a fixed url to a deployed api url?

Hi,

I am looking for a way to map a given url such as “api.example.com/run” to the api url created by KNIME Business Hub (such as “api.example.com/deployments/rest:…”).

I have access to the server hosting the cluster so configuring the nginx router is an option.

I was able to accomplish this by editing virtualservice for rest-interface service. I wonder if there would be any issue with this method. Anyone?

Another way I found was to use
https://api.example.com/knime/rest/v4/execution?workflowUri=/path/to/workflow

Using this method, I do not have to edit virtualservice

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.