Can you pull network status information from the Softlayer API?
问题 We are interested in using the API to get the information found on the Network > Status > Local page. Does the API allow for this? Thank you 回答1: Yes it is possible, but there is no a single API call which returns the result. Basically you need to get all the routers in your account. here a code which could help you (it is using the Python Client) """ Get network status local The script displays the same information as the https://control.softlayer.com/network/status/local page. Important