API Guide

Table Of Contents
}
}
]
}
Extracting device
logs
Example response body
{
"Id": 0,
"JobName": "Extract Log",
"JobDescription": "Extract device log to CIFS location",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Id": 18,
"Name": "DebugLogs_Task"
},
"Targets": [
{
"Id": 10036,
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "OPERATION_NAME",
"Value": "EXTRACT_LOGS"
},
{
"Key": "shareAddress",
"Value": "100.69.127.105"
},
{
"Key": "shareName",
"Value": "\\cifs\\share"
},
{
"Key": "shareType",
"Value": "CIFS"
},
{
"Key": "userName",
"Value": "user-provided-user-name"
},
{
"Key": "password",
"Value": "user-provided-password"
},
{
"Key": "domainName",
"Value": "org-domain-name"
},
{
"Key": "maskSensitiveInfo",
"Value": "TRUE"
}
]
}
Extracting
SupportAssist
collection
Example response body
{
"Id":0,
"JobName":"Extract SupportAssist Collection",
"JobDescription":"Extract SupportAssist Collection to NFS location",
"Schedule":"startnow",
"State":"Enabled",
Monitor 363