API Guide

Table Of Contents
"Internal": false
},
"JobStatus": {
"@odata.type": "#JobService.JobStatus",
"Id": 2080,
"Name": "New"
},
"ExecutionHistories@odata.navigationLink": "/api/JobService/Jobs(13288)/
ExecutionHistories"
}
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
LogsLocal
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"
},
352 Monitor