معرفی شرکت ها


cohesity-sdk-1.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

This SDK provides operations for interfacing with the Cohesity Cluster.
ویژگی مقدار
سیستم عامل -
نام فایل cohesity-sdk-1.1.0
نام cohesity-sdk
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cohesity
ایمیل نویسنده cohesity-api-sdks@cohesity.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/cohesity-sdk/
مجوز -
Cohesity SDK ================= [![License: Apache2](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/cohesity/cohesity_sdk/blob/master/LICENSE) ![Maintenance](https://img.shields.io/maintenance/yes/2022) ## 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: - [Getting Started](#get-started) - [Documentation](#documentation) - [How to use](#howto) - [More samples](#sample) - [How can you contribute](#contribute) - [Suggestions and Feedback](#suggest) ## <a name="get-started"></a> 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](https://pip.pypa.io/en/stable/). 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 ``` ## <a name="documentation"></a> Documentation :books: <a href="https://developer.cohesity.com/versions.html">Refer Python docs for your cluster version. </a> ## <a name="howto"></a> 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 ``` ## <a name="sample"></a> More sample code to get going: :bulb: Check out the scripts included under [`samples`](./samples) for reference. ## <a name="contribute"></a> Contribute :handshake: * [Refer our contribution guideline](./CONTRIBUTING.md). ## <a name ="suggest"></a> Questions or Feedback :raised_hand: We would love to hear from you. Please send your questions and feedback to: *cohesity-api-sdks@cohesity.com*


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl cohesity-sdk-1.1.0:

    pip install cohesity-sdk-1.1.0.whl


نصب پکیج tar.gz cohesity-sdk-1.1.0:

    pip install cohesity-sdk-1.1.0.tar.gz