-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Title
The Export host button generates a JSON which can not be imported properly due to json formatting issue.
Platform
N/A
Server Installation Method
Docker
Version
1.9.0
Troubleshooting
- I have examined logs and tried to find the issue
- I have reviewed opened and closed issues
- I have tried restarting the application
- I have read Known Issues (Known Issues (Read Before Posting) #296)
The Problem
This is the exported JSON format
{
"name": "",
"ip": "",
"port": 22,
"username": "",
"authType": "",
"password": "",
...
}
While the format that import accepts is:
{
"hosts": [
{
"name": "Web Server - Production",
"ip": "192.168.1.100",
"port": 22,
"username": "admin",
"authType": "password",
"password": "your_secure_password_here",
...
}
]
}
How to Reproduce
- Export a host.
- Try to import it.
- It does not work!
Additional Context
Exporting and importing requires manual changes to the JSON file so it follows the sample JSON file format.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Bugs