Skip to main content

This SDK provides operations for interfacing with the Cohesity Cluster.

Project description

Cohesity SDK

License: Apache2 Maintenance

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 :scroll:

Let's get started :hammer_and_pick:

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 :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:

# 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.8.1_u1_release-20221206_d8f05407

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cohesity-sdk-1.1.0.tar.gz (1.7 MB view details)

Uploaded Source

File details

Details for the file cohesity-sdk-1.1.0.tar.gz.

File metadata

  • Download URL: cohesity-sdk-1.1.0.tar.gz
  • Upload date:
  • Size: 1.7 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

Hashes for cohesity-sdk-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c3ce86ba35ebf57a61ecc6044ce2c346e8370450a8e4452100b3d20982fb4a5f
MD5 afe194ff5824d922736eaeded033e769
BLAKE2b-256 720a85d8c962789f2b0cdf85160d674bff961c2dce82775da76c2c2a491c42f9

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