Skip to main content

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_7_2

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_7_2
from isi_sdk_7_2.rest import ApiException

urllib3.disable_warnings()

# configure username and password
configuration = isi_sdk_7_2.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_7_2.ApiClient(configuration)
protocols_api = isi_sdk_7_2.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

Release files for isi-sdk-7-2 0.2.11

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for isi-sdk-7-2 0.2.11
File Size Uploaded
isi-sdk-7-2-0.2.11.tar.gz 569.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for isi-sdk-7-2 0.2.11
File Interpreter ABI Platform
isi_sdk_7_2-0.2.11-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size: 2.0 MB

Release files / isi-sdk-7-2-0.2.11.tar.gz

Download URL isi-sdk-7-2-0.2.11.tar.gz
Size 569.9 kB
Tags Source
SHA-256 checksum
How to use checksums
d340b5c699894928ae4e45e9aab5416e33eb1303c3e0f246d4ac09d7e48c8fea
BLAKE2b-256 checksum
How to use checksums
ac324e93a953c1886c2c49a623616fdc49b91ea6460a5e0b7ca97f8b2b17c948
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / isi_sdk_7_2-0.2.11-py2.py3-none-any.whl

Download URL isi_sdk_7_2-0.2.11-py2.py3-none-any.whl
Size 1.4 MB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
58c15a3032ba54206e1786915b371b30534d7dad42dcd4cd9a5f899d041fd76d
BLAKE2b-256 checksum
How to use checksums
9fcf083d52e9312093227b22c39772cd2b02d0c8fde55d5f7f6268d73fd79e70
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

This release

0.2.11 This release

2 release files

0.2.10

2 release files

0.2.9

2 release files

0.2.8

2 release files

0.2.7

2 release files

0.2.6

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.11

2 release files

0.1.9

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page