Skip to content

Commit 659294c

Browse files
Merge branch 'feature/docs-for-mqtt-support' of https://github.com/OS2iot/OS2IoT-docs into feature/docs-for-mqtt-support
2 parents 98ae252 + f623adf commit 659294c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

source/exit-strategy/exit-strategy.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
Exit strategy
22
=============
33

4-
There are two primary ways of systematically exporting the data from OS2iot:
4+
There are three primary ways of systematically exporting the data from OS2iot:
55

6-
1. Using the REST API
6+
1. Using the Export
7+
8+
a. Ideal if you just need to get all the information about devices in an application.
9+
10+
2. Using the REST API
711

812
a. Ideal if you want to import/change it into something else, and OS2iot is still running.
913

10-
2. Exporting the database
14+
3. Exporting the database
1115

1216
a. If OS2iot is no longer running, the postgres database will contain all the data from the system.
1317

18+
Export using CSV export
19+
-----------------------
20+
21+
It is possible, when on the details page for an application, to get a csv file containing all the devices in the application.
22+
23+
This csv file is formatted to be compatible with the bulk import feature, button located right next to it, to make it possible to reimport the devices into a different application.
24+
25+
1426
Export using the REST API
1527
-------------------------
1628
The REST API is automatically exported from the backend via swagger.

0 commit comments

Comments
 (0)