Skip to main content

RUSTACK-ESU Cloud API Wrapper

Project description

PyPI Version Build Status

rustack-esu

rustack-esu является Python библиотекой для работы с публичным облаком СБКлауд.

Установка

Минимальная версия Python для установки пакета: 3.5.

$ pip install rustack-esu

Примеры использования

Создание ВЦОД

from esu import Manager, Project, Vdc

token = '72321013a102d2d3da2eaa79f0a613d40cf642fb'

manager = Manager(token=token)
client = manager.get_all_clients()[0]
project = Project(name='Новый проект', client=client, token=token)
project.create()
vdc = Vdc(name='Новый ВЦОД', hypervisor_type='kvm', project=project, token=token)
vdc.create()

print(f'ID нового ВЦОД: {vdc.id}')

Напечатает:

ID нового ВЦОД: 62a2df46-5412-4ca2-9d60-f6fcbe5f4b5f

Создание сервера

from esu import Manager, Project, Vdc

vdc = Vdc.get_object('62a2df46-5412-4ca2-9d60-f6fcbe5f4b5f', token=token)
vm = vdc.create_vm('Новый сервер', 'KVM Ubuntu 18', 'xj3$mNW11')

print(f'ID нового сервера: {vm.id}')
print(f'URL VNC консоли: {vm.get_vnc_url()}')  # login: ubuntu

Напечатает:

ID нового сервера: 6c53c690-bd65-4fa5-888a-c9f8054a8ddc
URL VNC консоли: https://...

Документация

Более подробную информация можно получить в документации.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rustack-esu-0.1.5.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

rustack_esu-0.1.5-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file rustack-esu-0.1.5.tar.gz.

File metadata

  • Download URL: rustack-esu-0.1.5.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.1

File hashes

Hashes for rustack-esu-0.1.5.tar.gz
Algorithm Hash digest
SHA256 d3646135bbc628296af80b6eb2364bbc415ce356736beac4236740768de9a965
MD5 4f4a74d82847b56eabe0a79e304a76e2
BLAKE2b-256 19bf13a313c0261b26805352ba098caa99953981c6343fed651c5318d9b46620

See more details on using hashes here.

File details

Details for the file rustack_esu-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: rustack_esu-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.1

File hashes

Hashes for rustack_esu-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7b1dcf04dd16245c3a800c838bee47beb2877cf8d48075d5e7b9f6bcd4e92e07
MD5 23e85825a60935fd7eb3bcc22ece7ad4
BLAKE2b-256 ce737da4e4eca9738e1b7e9abb60db2e3dcabe4852714c17526dba9ddcfa6988

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page