This repository is part of the Isilon SDK, which is an evolving package of documents and files. This README describes how to install and configure Python language bindings in order to access the OneFS API on an Isilon cluster from a Python script. You can use the OneFS API to automate the configuration, maintenance, and monitoring of your Isilon cluster.
- For OneFS API reference documents, discussions, and blog posts, refer to the OneFS SDK Info Hub.
- To browse the Isilon InsightIQ statistics API, refer to the Stat Key Browser GitHub repository.
Isilon SDK - Language bindings for the OneFS API
This Python package is automatically generated by the Swagger Codegen project:
- Package version: 0.2.11
- Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit https://github.com/Isilon/isilon_sdk
| OneFS Version | Supporting Package Name |
|---|---|
| OneFS 9.0.0 | isi_sdk_9_0_0 |
| OneFS 8.2.2 | isi_sdk_8_2_2 |
| OneFS 8.2.1 | isi_sdk_8_2_1 |
| OneFS 8.2.0 | isi_sdk_8_2_0 |
| OneFS 8.1.2 | isi_sdk_8_1_1 |
| OneFS 8.1.1 | isi_sdk_8_1_1 |
| OneFS 8.1.0 | isi_sdk_8_1_0 |
| OneFS 8.0.1 | isi_sdk_8_0_1 |
| OneFS 8.0 | isi_sdk_8_0 |
| OneFS 7.2 | isi_sdk_7_2 |
Install the package from the Python Package Index
pip install <Supporting Package Name>Then import the package:
import <Supporting Package Name>Copyright (c) 2018 Dell EMC Isilon
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.