We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using swagger api for eclipse che.
I need to get ssh key for workspace, for this I am using following api:
http://ip-address/api/ssh/servicename
Can you please tell me what is the "servicename" in this? Swagger url: http:///swagger/#!/ssh/getPairs
The text was updated successfully, but these errors were encountered:
@worksamp Service here is: vcs - to get all the SSH keys generated for git and svn hostings;
machine - to get all the SSH keys used to connect from the local machine to the workspace machine.
Sorry, something went wrong.
@ddementieva 👍 Thank you so much for your help. Its working :-)
No branches or pull requests
I am using swagger api for eclipse che.
I need to get ssh key for workspace, for this I am using following api:
http://ip-address/api/ssh/servicename
Can you please tell me what is the "servicename" in this?
Swagger url: http:///swagger/#!/ssh/getPairs
The text was updated successfully, but these errors were encountered: