I can't get the location longName (Paris, Amsterdam, ...) using this URL https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getVirtualGuests.json?objectMask=mask[id,hostname,domain,primaryIpAddress,primaryBackendIpAddress,location[id,name,longName]]
0
votes
1 Answers
0
votes
Currently the control portal use the relational property datacenter instead of location to retrieve the information you need, try this request:
https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getVirtualGuests.json?objectMask=mask[id,hostname,domain,primaryIpAddress,primaryBackendIpAddress,datacenter[id,name,longName]]