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 - updates an existing Shell Entity (supported from CloudShell 7.2)
Get Installed Standards - gets a list of standards and matching versions installed on CloudShell (supported from CloudShell 8.1)
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 PackagingRestApiClient
Login to CloudShell:
client = PackagingRestApiClient('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
8.1.0.0 (2017-06-04)
Query installed standards on CloudShell server
7.2.0.6 (2016-09-01)
First release of with Add Shell and Update Shell features
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
File details
Details for the file cloudshell-rest-api-8.1.0.0.zip
.
File metadata
- Download URL: cloudshell-rest-api-8.1.0.0.zip
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f275c1870039ae440c32a42d7239b831c3478f54e6d1839473fe0f9f9708ca9 |
|
MD5 | 5d6f9d5b8a2482bc0afe4ce186221a73 |
|
BLAKE2b-256 | 621309bb005d96b257bfadc8ec1849bd93544c0cad3c0c626f660c41b55182b6 |