Description
List the available iSCSI targets.
Request
Parameter
|
Required?
|
start
|
Y
|
limit
|
Y
|
returnGlobals
|
Y
|
Response
Example
{
"result": {
"msg": "",
"records": [
{
"incominguser": "No authentication required",
"initiators": "Unrestricted network access",
"lun1": "/pool3/LUN_vol3/lundata.dat",
"lundevice": "/pool3/LUN_vol3/lundata.dat",
"password": "",
"target": "iqn.2013-02.com.softnas:storage.target1",
"username": "",
"writecache": "on"
}
],
"success": true,
"total": 2
},
"session_id": 11255,
"success": true
}
|