You can translate the question and the replies:

How to Use python to Call solution Manager APJ to deploy Revision

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?
user
04-01-2022 20:49:07 -0500
code

1 Answer

Hi, You could call the below Rest API as a Post request to perform the Deployment in Solution Manager using Python code. > https://<host of the Solution Manager server>:10090/deployments For more information, you could refer to the [Start a New Deployment from a List of Revisions](https://community.denodo.com/docs/html/browse/latest/en/solution_manager/administration/appendix/rest_api/rest_api#start-a-new-deployment-from-a-list-of-revisions) section of the Solution Manager Administration Guide. Hope this helps!
Denodo Team
06-01-2022 03:58:09 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here