You can translate the question and the replies:

Solution Manager REST API port

Hi Team - what port number should i use while invoking Solution Manager REST APIs ? should it be 19090 (web container port) or 10090 or some other port ? http://<hostname>:<port>/environments - is this the correct URI to call REST API (just confirming) ? Thanks
user
23-07-2020 11:01:59 -0400
code

5 Answers

Hello, The default REST API port of the Solution Manager is 10090. The base URL for all the operations (except externalShutdown and pingLicenseManager) is below: https://<host of the Solution Manager server>:<Solution Manager server port> For more information on this please refer to the [Rest API](https://community.denodo.com/docs/html/browse/7.0/solution_manager/administration/appendix/rest_api/rest_api) Solution Manager Administration guide. Hope this helps!
Denodo Team
23-07-2020 17:49:29 -0400
code
I am trying to get the environments details in the solution manager using REST API. https://localhost:19090/environments The above URL returns Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Fri Jun 10 11:41:37 UTC 2022 There was an unexpected error (type=Unauthorized, status=401). Permission denied: Kerberos not configured properly. Please let me know the port 10090 correct or not. if I try with 19443 I get 404 error. Please can you give a swagger UI link if possible or correct port number. but the below 2 URL's give results as OK, ping for solution manager and license manager. https://localhost:10090/pingSolutionManager https://localhost:10091/pingLicenseManager
user
10-06-2022 07:43:52 -0400
Hello, I was able to get the expected response by calling the following API endpoint from tools like POSTMAN, Advanced Rest Client. http://localhost:10090/environments Hence, we would suggest you to perform the API calls from the API tools instead of calling from the browser and let us know the Outcome. Besides that, please note that you are using the port 19090 in your URL. The correct port for the REST API calls is 10090. Hope this helps!
Denodo Team
14-06-2022 11:31:54 -0400
code
Thanks, using POSTMAN it works. Is there a REST API for VDP ? like we have for Solution mmanager - https://community.denodo.com/docs/html/browse/8.0/en/solution_manager/administration/appendix/rest_api/rest_api#rest-api Data catalog - https://community.denodo.com/docs/html/browse/8.0/en/vdp/data_catalog/appendix/rest_api/rest_api Scheduler - https://community.denodo.com/docs/html/browse/8.0/en/scheduler/administration/developer_api/rest_api/rest_api
user
15-06-2022 07:27:11 -0400
Hello, REST API's are only available for Solution Manager, Scheduler and Data Catalog at this moment. Hope this helps!
Denodo Team
21-06-2022 14:54:22 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here