Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

POST system/files/command/backup

Resource Information

Requires Authentication?

Yes

Response Formats

json

HTTP Methods

POST

Back’s up system files, configured according to the attached data request.

Resource URL

https://{{ip_address}}:{{port}}/api/{{version}}/system/files/command/backup

Example Request

POST 

  1. 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": {}
}
  • No labels