pycloudsigma
pycloudsigma copied to clipboard
CloudSigma's official python library.
Having the credentials stored in a config file makes sense for most situations. However, if working with multiple DCs, it would be handy if one would be able to override...
Please review following changes: - Fix `get_permission()` call to return permission string of given argument path. Also make use of `st_mode` attribute which removes need to import `stats` module to...
Updated set SSH key example code to reflect changes made to `set_ssh_key.py` script. Patch to `set_ssh_key.py` script is required, otherwise the example code and actual download script will vary. Please,...
No LIcense in the repository
When loading the library on FreeBSD, the serial device should be `/dev/ttyu1` and not `/dev/ttyS1`. Let's add a simple OS check and load the properly loads the right serial device.
To be able to login with session based login with an OTP change your cloudsigma.conf to: ``` api_endpoint = https://.cloudsigma.com/api/2.0/ ws_endpoint = wss://direct..cloudsigma.com/websocket username = password = secret = login_method...