Web service / REST api

avatar

Hi

Is there a rest service that would be running on the RDM server? I'm looking for a simple and stable way to get the guid of templates we have defined, possibly as a json array via a rest call.
Does anything like this exist or is the only current way to get that list to check the database or running Get-RDMTemplate?

Thanks!

All Comments (16)

avatar

Hello,

We do not offer such a service at this time, our next version will support some session management features, but nothing for the management of templates is on the board.

We have put our efforts in the powershell module, this is the only method that you can use to get information about your templates.


Best regards,

Maurice

avatar

Hello,

An REST Api to customize logs and integrate with other products (such as our CRM) will be very apreciated for us.

avatar

Hello,

Our Devolutions Server product will have a REST API, hopefully before next year.

It doesnt make sense to create a whole new web interface around connecting to other types of data sources (SQL Server, MySQL, etc). Our Devolutions Server already fills that role.

Best regards,

Maurice

avatar

Any update on this? I have integrations waiting on it.

avatar

@Darren Kattan,

Could you send me your license key and/or client information via Private Message so that I can validate this information and after, send you information's on REST API.

Best regards,

Jeff Dagenais

avatar

Hello,

I'm also interested about REST API information.

avatar

@Tony Doval,

The Python SDK is not ready for deployment yet. Our engineering department is still working on it.

When it will be available, I will contact you via Private Message.

Best regards,

Jeff Dagenais

avatar

@everyone,

For information's concerning our Python SDK, please consult this thread
https://forum.devolutions.net/topic30062-python-sdk-available-on-our-bitbucket-space.aspx

Best regards,

Jeff Dagenais

avatar

Hey guys,

beside the Python SDK - is there another way of using a restfull api? Just for example some use cases:

- Inserting new connections, launched via ansible
- Import and export of passwords and server information via Jenkins

Right now, we're inserting new connections directly into the MS SQL db...but for passwords this isn't the best idea...especially for password extraction.

Regards

avatar

Hello,

The python SDK is using exactly that, it just hides the complexity of negotiating an encryption key and it also has knowledge of our object's fields.

What would you have liked instead?

Best regards,

Maurice

avatar

Hey Maurice,

from what I've read, this Python SDK is just for Devolutions Password Server.

Right now, we're just using Remote Desktop Manager, in combination with MS-SQL, to handle our connections (maybe credentials as well in the future). Could we install a kind of service with API for RDM, too? Or is it a must have to use DPS?

Regards

avatar

Hello Martin,

The Python SDK is only available with DPS and there is no other API you can use with other advanced data sources like SQL.

Best regards,

Érica Poirier

avatar

Hello Martin,

Another solution could be using the RDM PowerShell module. Here is the main online help page of RDM PowerShell Scripting.
And you can find some samples on the following forum section https://forum.devolutions.net/forum42-remote-desktop-manager--powershell-repository.aspx.

Best regards,

Érica Poirier

avatar

Hi Darren,

Hope you are doing well.

My organisation is using RDM and we want to access your REST API for a project.

How can I send you a private message for the REST API details? What is your email address, please?

p.s. I know you have a Python library but we want to make the REST API call in C#

Thanks.









avatar

@Yu Shen,

All information’s on our PythonSDK can be found here
https://forum.devolutions.net/topic30062-python-sdk-available-on-our-bitbucket-space.aspx

If you encounter any issue with the Python SDK or if you have any questions after it’s installation, please post your question on our dedicated forum at
https://forum.devolutions.net/forum83-devolutions-password-server--api-and-sdks.aspx

Best regards,

Jeff Dagenais

avatar

Hello, I know that this post is coming in long after the last one, but our group is looking for RestAPI access to configure sessions among other actions in RDM. Is this a possibility now. I saw that some things have been done recently in Devolutions Server, but looking specifically at RDM so we can use Ansible modules to interact with the RestAPI for automating most actions in RDM.