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”). The SDK also includes language bindings for the OneFS RAN (i.e. RESTful Access to Namespace) interface, which provides access to the OneFS filesystem namespace.

Installation

pip install isi_sdk_8_1_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_1_1
from isi_sdk_8_1_1.rest import ApiException

urllib3.disable_warnings()

# configure username and password
configuration = isi_sdk_8_1_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_1_1.ApiClient(configuration)
protocols_api = isi_sdk_8_1_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_9_0_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-1-1-0.2.11.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

isi_sdk_8_1_1-0.2.11-py2.py3-none-any.whl (2.6 MB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: isi-sdk-8-1-1-0.2.11.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.12

File hashes

Hashes for isi-sdk-8-1-1-0.2.11.tar.gz
Algorithm Hash digest
SHA256 2356ac339639d52500ba176f9f139d5bf453d445c27da32db08ff879104a7845
MD5 eb0d4f8f842d4e126df9a3cd53e0b52a
BLAKE2b-256 36b855dc4f4dbc9e068d8181382c3a3105dec41bb3edfe816d67a2a5a7fcbc63

See more details on using hashes here.

File details

Details for the file isi_sdk_8_1_1-0.2.11-py2.py3-none-any.whl.

File metadata

  • Download URL: isi_sdk_8_1_1-0.2.11-py2.py3-none-any.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.12

File hashes

Hashes for isi_sdk_8_1_1-0.2.11-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 415561ded6e553ffefd5b23dd3c3615b417d23849ff7022df739a6f7ecd191f0
MD5 4dab8dc112a27865fc0c3c9833798882
BLAKE2b-256 8650a197b47c8639227852f42526c4df78da8d5ffd50c35f23a7e869852c7e5f

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