Skip to main content

Isilon SDK

Project description

About

This package is part of the Isilon SDK. It includes language bindings for easier programmatic access to the OneFS API for cluster configuration (on your cluster this is the REST API made up of all the URIs underneath https://[cluster]:8080/platform/*, also called the “Platform API” or “PAPI”).

Installation

pip install isi_sdk_8_0_1

Documentation

The SDK documentation is auto generated by Swagger Codegen and is located in the isilon_sdk_python repository. Please select the repository branch that is applicable to the SDK package and OneFS version for accurate documentation references. All SDK methods and models are linked from the top level README file.

Example program

Here’s an example of using the Python PAPI bindings to retrieve a list of NFS exports from your cluster:

from pprint import pprint
import urllib3

import isi_sdk_8_0_1
from isi_sdk_8_0_1.rest import ApiException

urllib3.disable_warnings()

# configure username and password
configuration = isi_sdk_8_0_1.Configuration()
configuration.username = "YOUR_USERNAME"
configuration.password = "YOUR_PASSWORD"
configuration.verify_ssl = False

# configure host
configuration.host = "https://YOUR_CLUSTER_HOSTNAME_OR_NODE_IP:8080"
api_client = isi_sdk_8_0_1.ApiClient(configuration)
protocols_api = isi_sdk_8_0_1.ProtocolsApi(api_client)

# get all exports
sort = "description"
limit = 50
dir = "ASC"
try:
    api_response = protocols_api.list_nfs_exports(sort=sort, limit=limit, dir=dir)
    pprint(api_response)
except ApiException as e:
    print "Exception when calling ProtocolsApi->list_nfs_exports: %s" % e

There are more examples of coding to the Python PAPI bindings in the tests subdirectory of the repo. The tests currently run against a generic isi_sdk import which is how the bindings library is named by default if you build your own bindings. If you want to run the tests against one of the libraries you’ve downloaded from the prebuilt releases page, you should change the import isi_sdk lines to import isi_sdk_7_2 or import isi_sdk_8_0 depending on which one you downloaded.

More info

See the Github repo for more information: https://github.com/isilon/isilon_sdk

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

isi-sdk-8-0-1-0.2.1.tar.gz (931.6 kB view details)

Uploaded Source

Built Distribution

isi_sdk_8_0_1-0.2.1-py2.py3-none-any.whl (2.4 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file isi-sdk-8-0-1-0.2.1.tar.gz.

File metadata

File hashes

Hashes for isi-sdk-8-0-1-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8de11c9c186ad9a79190a90c4d96581f537969b3eef2f0a40b6c2ee86aa9a566
MD5 37f61458a065a08445bc5eddd7e8de95
BLAKE2b-256 35770c93a45513d9e7293a1a5588cc5e807e27c62ffcabcbaeff76340ba09b18

See more details on using hashes here.

File details

Details for the file isi_sdk_8_0_1-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for isi_sdk_8_0_1-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5ea5e87e8a7735d9a25ff06098fb0feb35e0386b94faddc3d7efa7a66ce542a9
MD5 3cac7011afda753b94c19510acc2be3b
BLAKE2b-256 7491856b4886218fcd4fd330f370ddcd312463395d9ccdb92bb9d5f25a30f366

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page