Skip to main content

This SDK provides operations for interfacing with the Cohesity Cluster.

Reason this release was yanked:

1.6.12 Custom Release

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.

Install

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

How to Use:

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)

You can perform a wide range of operations such as:

  • Retrieve Cohesity Cluster details
  • List protection sources
  • List the protection jobs
  • Resolve alerts
  • vCenter workflows
  • AWS boto3 object store workflows

And much more, check out the scripts included under samples for reference.

Upgrade

To upgrade the package:

 pip install cohesity-management-sdk --upgrade

To upgade the package to specific release:

pip install cohesity-management-sdk==1.1.3

Questions or Feedback :

We would love to hear from you. Please send your questions and feedback to: cohesity-api-sdks@cohesity.com

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

cohesity_management_sdk-1.6.12.tar.gz (1.9 MB view details)

Uploaded Source

File details

Details for the file cohesity_management_sdk-1.6.12.tar.gz.

File metadata

  • Download URL: cohesity_management_sdk-1.6.12.tar.gz
  • Upload date:
  • Size: 1.9 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

Hashes for cohesity_management_sdk-1.6.12.tar.gz
Algorithm Hash digest
SHA256 9b0a9f2fbbcc8e318d6e71cd3275a4692fb3b43ed334130419ba042b78a467f7
MD5 8cb8e4b3544b7f7f96b4178eab082fe8
BLAKE2b-256 42372e9a4ae7b99b9189f3bcfe70927c5f6acc08aa0ffef19d680162605e4fa3

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