API Guide

Table Of Contents
Failover of
management
module
Example response body
{
"JobName": "Failover Operation",
"JobDescription": "Failover Operation",
"Schedule": "",
"State": "Enabled",
"Targets": [
{
"Id": 25039,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "operationName",
"Value": "FAILOVER"
}
],
"JobType": {
"Id": 3,
"Name": "DeviceAction_Task"
}
}
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>"
348
Monitor