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

Example program

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

import isi_sdk_8_0_1
from isi_sdk_8_0_1.rest import ApiException
from pprint import pprint
import urllib3
urllib3.disable_warnings()

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

# configure host
host = "https://YOUR_CLUSTER_HOSTNAME_OR_NODE_IP_ADDRESS:8080"
api_client = isi_sdk_8_0_1.ApiClient(host)
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/ <https://github.com/Isilon/isilon_sdk/tree/master/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.1.9.tar.gz (768.4 kB view details)

Uploaded Source

Built Distribution

isi_sdk_8_0_1-0.1.9-py2.py3-none-any.whl (2.5 MB view details)

Uploaded Python 2Python 3

File details

Details for the file isi_sdk_8_0_1-0.1.9.tar.gz.

File metadata

  • Download URL: isi_sdk_8_0_1-0.1.9.tar.gz
  • Upload date:
  • Size: 768.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for isi_sdk_8_0_1-0.1.9.tar.gz
Algorithm Hash digest
SHA256 e523be31c0212cc8271f72c52b7033ff24996aa79b308e0683ddd92afa3eb0a1
MD5 ea7787ecc8f83c0bbda96d860d4fd8cb
BLAKE2b-256 6dd44a22c0dd9ba399687fd437b98f4c1d403e8868e9d62312b08c4c217890b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for isi_sdk_8_0_1-0.1.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7142a53422505ce5fbc9bec6a2b0da795d3847ea2929f0a82c1fed633f94c518
MD5 834fd031308284deea46a69bcc8cfa81
BLAKE2b-256 9ffe4ee7959b29b1c7f38dd4aea5b14b28409d5355eacfd4ca2c2a33d92d80f0

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