How to find location of an EVault using SoftLayer API?
I see there is SoftLayer_Account::getEvaultNetworkStorage() to get a list of my EVault storages. However, using the information that I have, I cannot figure out the location of a particular EVault. Below is the type of information I get from getEvaultNetworkStorage(): { "accountId" : 7xxx, "capacityGb" : 30, "createDate" : "2016-xxx", "guestId" : 14xxx, "hardwareId" : null, "hostId" : 14xxx, "id" : 83xxx, "nasType" : "EVAULT", "password" : "Bxxx", "serviceProviderId" : 1, "serviceResourceBackendIpAddress" : "ev-xxx.service.softlayer.com", "serviceResourceName" : "ev-xxx.service.softlayer.com",