This SDK provides operations for interfacing with the Cohesity Cluster.
Project description
Cohesity Management SDK
Overview
The Cohesity Management SDK provides an easy-to-use language binding to harness the power of Cohesity REST APIs in your python applications.
Table of contents :scroll:
- Getting Started
- Cluster Version and Compatibility Matrix
- Documentation
- How to use
- More samples
- How can you contribute
- Suggestions and Feedback
Let's get started :hammer_and_pick:
Installation
Install via pip:
pip install cohesity-management-sdk
Install from source:
The generated code uses Python packages named requests, jsonpickle and dateutil. You can resolve these dependencies using pip. This SDK uses the Requests library and will work for Python 2 >=2.7.9 and Python 3 >=3.4.
git clone https://github.com/cohesity/management-sdk-python.git
cd management-sdk-python
pip install -r requirements.txt
python setup.py install
Upgrade
To upgrade the package:
pip install cohesity-management-sdk --upgrade
To upgade the package to specific release:
pip install cohesity-management-sdk==1.5.1
Compatibility Matrix
Cluster Version | SDK Version |
---|---|
6.6.0x | 1.8.1 |
6.6x | 1.6.0 |
6.5.1x | 1.5.0 |
6.5.0x | 1.4.0 |
6.4.1x | 1.2.0 |
6.3.1x | 1.1.3 |
6.4x | 1.1.1 |
6.3x | 1.1.0 |
Documentation :books:
Refer Python docs for your cluster version.
How to Use: :mag_right:
This SDK exposes all the functionality provided by Cohesity REST API.
Initializing the Client:
username = 'Username'
password = 'Password'
domain = 'Domain' #optional
cluster_vip = 'prod-cluster.eng.cohesity.com'
client = CohesityClient(cluster_vip, username, password, domain)
cluster_controller = client.cluster
result = cluster_controller.get_basic_cluster_info()
result_dict = result.__dict__
print(result_dict['cluster_software_version'])
#OUTPUT
6.4.1_release-20191219_aafe3274
More sample code to get going: :bulb:
Check out the scripts included under samples
for reference.
Contribute :handshake:
Questions or Feedback :raised_hand:
We would love to hear from you. Please send your questions and feedback to: cohesity-api-sdks@cohesity.com
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 cohesity_management_sdk-1.6.14.tar.gz
.
File metadata
- Download URL: cohesity_management_sdk-1.6.14.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.8.3 requests/2.27.1 setuptools/59.6.0 requests-toolbelt/0.8.0 tqdm/4.64.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2f3e53c3e495605ab6cc661db1a80f4310e6100d217d437fcfe7215d58cae96 |
|
MD5 | f1d0a207f65453f3bee6bd12141a2963 |
|
BLAKE2b-256 | a7e24c68efc5cf27f71c5bfbaa6e2b1fbefde4b5157bd432f5acfdae1bddd713 |