API Guide

Table Of Contents
POST method for chassis backup
Chassis backup Example response body
{
"Id": 0,
"JobName": "Backup Task",
"JobDescription": "Create a Backup of the chassis",
"Schedule": "startnow",
"State": "Enabled",
"Targets": [],
"Params": [
{
"Key": "shareName",
"Value": "Floder_Name"
},
{
"Key": "backup_filename",
"Value": "backup file name.bin"
},
{
"Key": "shareType",
"Value": "CIFS/NFS"
},
{
"Key": "device_id",
"Value": "<Chassis ID>"
},
{
"Key": "shareAddress",
"Value": "<IP Address>"
},
{
"Key": "encryption_password",
"Value": "<encryption password>"
},
{
"Key": "userName",
"Value": "<Share username>"
},
{
"Key": "password",
"Value": "<Share user password>"
}
],
"JobType": {
"Id": 21,
"Name": "Backup_Task",
"Internal": false
}
}
POST method for chassis restore
Example
response body
{
"Id": 0,
"JobName": "Restore Task",
"JobDescription": "Restore an existing device backup"
"Schedule": "startnow",
"State": "Enabled",
"Targets": [],
"Params": [
{
"Key": "shareType",
408 Monitor