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:

.. code:: python

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
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_ADDRESS: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/`` <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
# noqa: E501


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.0.tar.gz (920.0 kB view details)

Uploaded Source

Built Distribution

isi_sdk_8_0_1-0.2.0-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.0.tar.gz.

File metadata

File hashes

Hashes for isi-sdk-8-0-1-0.2.0.tar.gz
Algorithm Hash digest
SHA256 91c87a676fddd8c0307109fef47e60c2058a4604022dc9301368246a8fdf6c40
MD5 d3bcb7a0f671f23c0eebeca24d9114a2
BLAKE2b-256 acb94166a3ec2cef361540c6e6b86b98ef14ba13dfc9ca328e5202185a8d13ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for isi_sdk_8_0_1-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 97d58269726772539f19bb3b464d8c947b784930de29c7f92a461dc755e673ec
MD5 28862fa5569e996c7f38b228a811f094
BLAKE2b-256 f0eebfe16e0a005064b7bd5baeeff2dbecd161695a4b2c73f97ca78c654f5a44

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