-
Notifications
You must be signed in to change notification settings - Fork 767
Import and export for workstations #10489
New issue
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
base: development
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ, Kasia! I added a few additional details. C.f. my comments
|
|
||
| ## Introduction | ||
|
|
||
| You can manage and share station and workspace data across various workspaces and environments by exporting and importing the configuration of a single station, or of multiple stations at the same time. If performed by the workspace admin, the import includes applications and devices associated with the station. In this way, you can replicate or migrate of station setups, supporting efficient and consistent data handling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting to add more information about which workspace roles can do what. Maybe a table?
- "View only", "Computer admin": can only export single and bulk
- "Station admin": can import and export single and bulk, but not create workspace apps on import, only link stations to existing workspace apps
- "Workspace owner", "Workspace admin": can do all, incl. creating apps on import
| The export is saved to your computer in JSON format. | ||
|
|
||
| 5. Go to the workspace where you want to import the stations. | ||
| 6. On the **Stations** page, click the three-dot menu in the top right corner of the screen, and then click **Import Stations**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls. also explain these options:
- Include Apps: if selected, the apps that are linked to the exported stations are created in the workspace if they do not yet exist with the same URL and public key (prerequisite: imported by Workspace Owner or Admin).
- Include Devices: if selected, the stations are imported with the exported device configurations
No description provided.