System Endpoints¶
GET /system/backup¶
Retrieve the backup of your instance.
-
Request: No request body required.
-
Response:
json
{
"apiVersion": "1.0",
"exportedAt": "2024-10-15T08:54:14.491Z",
"devices": [
{
...
},
{
...
},
...
],
"gateways": [
{
...
},
{
...
},
...
]
}
POST /system/restore¶
Restore your instance to a previous state.
- Request Body:
json
{
"apiVersion": "1.0",
"exportedAt": "2024-10-15T08:54:14.491Z",
"devices": [
{
...
},
{
...
},
...
],
"gateways": [
{
...
},
{
...
},
...
]
}
-
Response:
- 200 OK on successful restore.