×
Menu
Index

iscsitargetlist

 

Description

 
List the available iSCSI targets.
 

Request

 
In addition to the Standard Request Structure, the following parameters are required.
 
For more information, consult section Parameters.
 
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
}
Made with help of Dr.Explain
Copyright (c) SoftNAS LLC