The initiator object contains information about an iSCSI or Fibre Channel initiator. An initiator object can contain IQN or WWPN identifiers. You can use the ListInitiators method to get a list of all initiators known on the system.
This object contains the following members:
Name | Description | Type |
---|---|---|
alias | The friendly name assigned to the initiator, if any. | string |
attributes | A set of JSON attributes assigned to this initiator. Empty if no attributes are assigned. | JSON object |
chapUsername | The unique CHAP username for this initiator. | string |
initiatorID | The numeric identifier for the initiator. | integer |
initiatorName | The initiator name, in IQN or WWPN format. | string |
initiatorSecret | The CHAP secret used to authenticate the initiator. | string |
requireChap | True if CHAP is required for this initiator. | boolean |
targetSecret | The CHAP secret used to authenticate the target (when using mutual CHAP authentication). | string |
volumeAccessGroups | A list of volume access group IDs that this initiator belongs to. | integer array |