This SDK provides operations for interfacing with the Cohesity Cluster.
Project description
Cohesity SDK
Overview
The Cohesity SDK provides an easy-to-use language binding to harness the power of Cohesity REST APIs in your python applications.
Table of contents
- Getting Started
- Documentation
- How to use
- More samples
- How can you contribute
- Suggestions and Feedback
Let's get started
Installation
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/cohesity_sdk.git
cd cohesity_sdk
pip install -r requirements.txt
python setup.py install
Documentation
Refer Python docs for your cluster version.
How to Use:
This SDK exposes all the functionality provided by Cohesity REST API.
Initializing the Client:
# Cluster client Initialization
from cohesity_sdk.cluster.cluster_client import ClusterClient
cluster_vip = 'prod-cluster.eng.cohesity.com'
username = 'admin'
password = 'admin'
domain = "LOCAL"
client = ClusterClient(
cluster_vip=cluster_vip, username=username, password=password, domain=domain)
print(client.platform.get_cluster().sw_version)
#OUTPUT
6.6.0d_ent_release-20220621_a04bcd28
More sample code to get going:
Check out the scripts included under samples
for reference.
Contribute :handshake:
Questions or Feedback
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-sdk-1.0.1.tar.gz
.
File metadata
- Download URL: cohesity-sdk-1.0.1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.10 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba00c26481d95fe7d12b3f76522ad182ce5def5e258185df9e05a47e67b9b1fe |
|
MD5 | 5b835ed2c482d0b0076323a290a3efcd |
|
BLAKE2b-256 | 480535306cd0aed433b6e627ad5268e9d108e03347f5963c31ea30a0282ad2ad |