Hello,
I'm currently working with the Devolutions Server API (version 2026.1.14.0) and running into an issue when trying to create entries via the /api/v1/vault endpoint.
Specifically, I am unable to create entries of type SSH or WebBrowser. Each attempt results in the following error: "The specified entry type is not supported for creation."
The main difficulty I’m facing is that the available documentation at /dvls/api-documentation is quite limited. I couldn't find:
Given this, I have a few questions:
Any clarification or guidance would be greatly appreciated.
Thank you.
Recommended Answer
Hello,
Thank you for your feedback.
In this version of the API, it is not possible to create SSH entry types or any entries other than credential entries.
The best method for creating entries with DVLS is to use the Devolutions PowerShell module and its DVLS cmdlets (Verb-DSxxxx cmdlets). You can find some sample scripts in the following section of our GitHub repository.
https://github.com/Devolutions/DevoSamples-ps/tree/main/DVLS
Let us know if that helps.
Best regards,
Érica Poirier
Hello,
Thank you for your feedback.
In this version of the API, it is not possible to create SSH entry types or any entries other than credential entries.
The best method for creating entries with DVLS is to use the Devolutions PowerShell module and its DVLS cmdlets (Verb-DSxxxx cmdlets). You can find some sample scripts in the following section of our GitHub repository.
https://github.com/Devolutions/DevoSamples-ps/tree/main/DVLS
Let us know if that helps.
Best regards,
Érica Poirier
Thank you for your reply.
I'm trying to use the PowerShell module. I've managed to create SSH and Web entries, but I'm having trouble creating SFTP/FileZilla entries.
I've created a new post about this.
https://forum.devolutions.net/topics/54939/unable-to-create-a-filezillasftp-entry-with-devolutionspowershell-for-