You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
Requires Authentication?
Yes
Response Formats
json
HTTP Methods
GET
Returns an
https://{{ip_address}}:{{port}}/api/{{version}}/system/files/download/{{uuid}}
Parameter
Data Type
Description
uuid(required)
string
The UUID of the desired file to download.
https://192.168.10.53/api/5.0/system/files/download/dcb2267b-0595-5bab-a9af-37d81f85f0d8
DELETE
Delete a specific users configuration.
https://{{ip_address}}:{{port}}/api/{{version}}/users/config/{{uuid}}
The UUID of the users config to be deleted.
https://192.168.10.53/api/5.0/users/config/fe5e61a7-ead6-4bd1-983e-8322073995b1
{ "data": { "success": true }, "metadata": {} }
POST
Back’s up system files, configured according to the attached data request.
https://{{ip_address}}:{{port}}/api/{{version}}/system/files/command/backup
https://192.168.10.53/api/5.0/system/files/command/backup
Response
{ "data": { "uuid": "f3341f06-6238-4cc6-9f02-eceb2b478a80", "created": 1644427178999, "type": "Db Backup", "state": "Running", "progress": 0, "attributes": {}, "result": null }, "metadata": {} }