Python client for the CloudShell REST API
Project description
cloudshell-rest-api
Python client for the CloudShell REST API
Features
Add Shell - adds a new Shell Entity (supported from CloudShell 7.2)
Update Shell - adds a new Shell Entity (supported from CloudShell 7.2)
Installation
Install cloudshell-rest-api Python package from PyPI:
pip install cloudshell-rest-api
Getting started
Make sure to include this line in the beginning of your file:
from cloudshell.rest.api import CloudShellRestApiClient
Login to CloudShell:
client = CloudShellRestApiClient('SERVER', 9000, 'USER', 'PASS', 'Global')
Add a new Shell to CloudShell:
client.add_shell('work//NutShell.zip')
License
Free software: Apache Software License 2.0
History
0.1.0 (2016-08-31)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cloudshell-rest-api-7.2.0.2.zip
(19.1 kB
view details)
File details
Details for the file cloudshell-rest-api-7.2.0.2.zip
.
File metadata
- Download URL: cloudshell-rest-api-7.2.0.2.zip
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fbfc9b4c38ef7cdd89969ae087231aa1b2d3876722f2f09c88178b860f301da |
|
MD5 | 8450a31df5fcfb9b19c137d5c16332b5 |
|
BLAKE2b-256 | 25f135f62a369c0537a532b1a71c154383b3ac6c62377f4a48e862bed5a90bfb |