ManagersΒΆ

>>> from SoftLayer import CCIManager, Client
>>> client = Client(...)
>>> cci = CCIManager(client)
>>> cci.list_instances()
[...]

Managers mask out a lot of the complexities of using the API into classes that provide a simpler interface to various services. These are higher-level interfaces to the SoftLayer API.

Previous topic

Developer Interface

Next topic

SoftLayer.CCI

This Page