API Guide

Test connection Example response body
{
"JobName": "Validate Share",
"JobDescription": "Validate Share",
"Schedule": "startnow",
"State": "Enabled",
"Targets": [],
"Params": [
{
"Key": "checkPathOnly",
"Value": "false"
},
{
"Key": "shareType",
"Value": "<NFS/CIFS>"
},
{
"Key": "ShareNetworkFilePath",
"Value": "<Folder_Path>"
},
{
"Key": "shareAddress",
"Value": "<IP Address>"
},
{
"Key": "testShareWriteAccess",
"Value": "true"
}
],
"JobType":
{
"Id": 56,
"Name": "ValidateNWFileShare_Task"
}
}
Chassis Extract
Logs—Local Share
Example response body
{
"JobName": "Extract Log",
"JobDescription": "Extract device log",
"Schedule": "startnow",
"State": "Enabled",
"Targets": [
{
"Id": 25016,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "shareAddress",
"Value": "127.0.0.1"
},
{
"Key": "shareName",
"Value": "/var/nfsshare"
},
{
"Key": "OPERATION_NAME",
"Value": "EXTRACT_LOGS"
},
{
"Key": "shareType",
"Value": "HTTPS"
},
Monitor
307