Revenge of the bugfixes
(This post refers to SoftLayer API version 1. Check out API version 3 for our latest updates.)
We’ve updated the API again! This latest refresh sports:
- fixed: getBandwidthList()’s output now mirrors the estimated and projected bandwidth amounts measured by our management portal.
- fixed: Hostnames and domain names in server names are now separated by a period in getBandwidthList()’s output.
- fixed: The Savvis #2 and Global Grossing links are now properly reported in getBackboneList().
- added: The getServerBandwidthDetails() method has been added to the SoftLayer API. getServerBandwidthDetails() mirrors getBandwidthList()’s output for a single server. It returns an array and requires two paraeters:
strServerIdentifier: A server ID, public IP addres, or private IP address.
strBandwidthType: The string “public” or “private” depending on which port you want to retrieve bandwidth data from. This value defaults to “public”.
We really should give a shout out to those that have been keeping us on our toes by reporting issues to us on our forums and in support tickets. Please keep them coming. Your contributions are turning the API into a great product. See ya’ll next time!