The session (iSCSI) object contains detailed information about each volume's iSCSI session. You can retrieve iSCSI session information with the ListISCSISessions API method.
This object contains the following members:
Name | Description | Type |
---|---|---|
accountID | The account ID of the account used for CHAP authentication, if any. | integer |
accountName | The name of the account used for CHAP authentication, if any. | string |
createTime | The time of the creation of the iSCSI session, in UTC+0 format. | ISO 8601 date string |
driveID | The driveID associated with the transport service hosting the session. | integer |
driveIDs | A list of the driveIDs of the drives reporting the failure. An empty list if not applicable. | integer array |
initiator | Information about this iSCSI session's server initiator. Members:
|
JSON object |
initiatorIP | The IP address and port number of the iSCSI server initiator. | string |
initiatorName | The iSCSI Qualified Name (IQN) of the iSCSI server initiator. | string |
initiatorPortName | The initiatorName combined with the initiatorSessionID; identifies the initiator port. | string |
initiatorSessionID | A 48-bit ID provided by the initiator that identifies the iSCSI session as belonging to that initiator. | integer |
msSinceLastIscsiPDU | The time, in milliseconds, since the last iSCSI PDU was received for this session. | integer |
msSinceLastScsiCommand | The time, in milliseconds, since the last SCSI command was received for this session. | integer |
nodeID | The nodeID associated with the transport service hosting the session. | integer |
serviceID | The serviceID of the transport service hosting the session. | integer |
sessionID | The iSCSI session ID. | integer |
targetIP | The IP address and port number of the iSCSI storage target. | string |
targetName | The IQN of the iSCSI target. | string |
targetPortName | The targetName combined with the target portal group tag; identifies the target port. | string |
virtualNetworkID | The virtual network ID associated with the session. | integer |
volumeID | The volumeID of the volume associated with the session, if any. | integer |
volumeInstance | Identifies the volume object associated with the iSCSI session, if any. | integer |