Skip to content

takech9203/softlayer-python-tools

Repository files navigation

SoftLayer API Python Client tools

Miscellaneous tools developed using SoftLayer Python API.

  • sl_getAutoScaleGroup.py - shows the list of SoftLayer auto scale groups.
  • sl_getInstances.py - shows the list of SoftLayer VSIs and bare metal servers and their attributes.
  • sl_getLocation - shows the list of VSIs and hosts they are running on.
  • sl_getNetworkStorage.py - shows the list of SoftLayer network storage including iSCSI, CPS, NAS, Object Storage and EVault.
  • sl_getUsers - shows the list of SoftLayer users.
  • NetScaler/sl_lbNetScaler.py - integrates SoftLayer auto scale and NetScaler load balancing.

System Requirements

Installation

  • Simply copy and paste the scripts to a directory you like
  • Create the file "sluser.py" in the same directory with the scripts and put SoftLayer username and API key.
SL_USERNAME = "SoftLayer_username"
SL_API_KEY = "SoftLayer_API_Key"

Usage

python <script file>

Example

python sl_getAutoScaleGroup.py

License

Copyright © 2015 takechika
Distributed under the MIT License.

Have fun !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages