I'm building an application for ordering hardware and I've seen that I can't get the same list of available datacenters for a given package id. I'm currently using getRegions()
which it is supposed to return the list of datacenter where the given package is available. However, I have seen that it differs from what I can see in the SoftLayer portal. For instance, for the package 253, I get 28 datacenters. However, if I try to place and order manually from the SL portal, those 28 are not present (just a subset of them).
I imagined that I had to query something else like isAvailable
or deliveryTimeInformation. isAvailable
looks to be 1 in all cases and I can't get a value for deliveryTimeInformation
other than an empty list.
My question is: is there any way to get the same datacenter list you guys show in the SL portal using the API?