I'm currently using this SoftLayer API call to retrieve ISCSI target IP.
client['Network_Storage'].getNetworkConnectionDetails(id=iscsi_id)
However, this calls only return one IP but we need both IPs to configure multi path.
Please advice on the correct API to retrieve both IPs to configure MPIO.