Latest Activity
Hi, I am looking for a way to delete servers in the grace period (only) from the license manager table. I have checked the API, but it only allows me to free all licenses from a given server (host, name). What I want is to manually free all licenses i...
Hello, we are doing some testing with the Rest API of the SM https://community.denodo.com/docs/html/browse/8.0/en/solution_manager/administration/appendix/rest_api/rest_api We understand we can use HTTP Basic auth. For that, we are using the admin use...
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 (jus...
Hi team, We try to use python to call solution manager API to deploy revision, we now have prepare the vql revision file done, can we use python to call the solution manager API to do the deployment?
Hello, We have a datasource as Snowflake. QA and Prod Databases are in the same login. We have created the same jdbc datasource(ds_snowflake in both env) for this in both QA and prod. Lets say the QA database is named db_qa and prod database is named ...
Solution Manager Solution Manager API Deployment using Solution Manager Best Practice
Hi Team - I know we can deploy Scheduler jobs by using Create Revision GUI of Solution Manager. I also know there is a REST endpoint for creating revisions from VQL file which takes only a VQL file as an input. Now my question is how can I create a re...
I am looking at the documentation of creating a Revision from a VQL file https://community.denodo.com/docs/html/browse/7.0/solution_manager/administration/appendix/rest_api/rest_api#create-a-revision-from-a-vql-file Couple of questions on the usage of...