Rest API documentation

avatar

Hi,

im struggeling to find the rest api documentation. Could you please help me out?
Its still supported, is it?
If found an option to enable API documentation in the server, but cant find the documentation itself.

Best regards

All Comments (2)

avatar

Hello,

That setting you found will be removed in the coming version, it's a remnant of a feature that was removed.

As for the REST API, to date, we have not invested time in producing something with Postman or Swagger, but only had time to maintaining the GitHub repo with a lot of samples (available at https://github.com/Devolutions/devolutions-server)

How do you intend to consume the API?

Maurice

avatar

Hi Maurice,

thanks for your response. I want to use it for several usecases:

  • Automatically create accounts and credentials for new customers
  • Rotating credentials on the firewalls, switches and so on


Im currently mainly using python for the automations. But ansible might also be used later down the road.

I got the calls already, but the updating of an existent entry currently fails and a new entry is created.