"SoftLayer_" prefix removed for readability.
Return a list of SoftLayer_Network_Subnet_IpAddress that can be authorized to this volume.
Name | Type | Description |
---|---|---|
subnetId | int | The Id of the Subnet required |
filterIpAddress | string | a string to filter the IpAddress by. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/getAllowableIpAddresses'