nimble-sdk 1.2.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

nimblesdk 1.2.1

HPE Nimble Storage SDK for Python
This is a Python Software Development Kit (SDK) for HPE Nimble Storage arrays. The HPE Nimble Storage array has a Representational State Transfer (REST) web service application programming interface (API). The SDK implements a simple client library for communicating with the HPE Nimble Storage REST API. The Python Requests library is being used to communicate with the API over HTTPS.
The SDK provides a pythonic client library to interact with the HPE Nimble Storage REST API. The code abstracts the lower-level API calls into Python objects that you can easily incorporate into any automation or DevOps workflows. Use it to create, modify and delete most resources like volumes, volume collections, initiator groups and more, as well as perform other tasks like snapshotting, cloning, restoring data, etc.
Synopsis
See the documentation on how to install, use and some pre-cooked workflows for more elaborate examples.
$ pip install nimble-sdk
$ python
Python 3.7.7 (default, Mar 10 2020, 15:43:03)
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from nimbleclient import NimOSClient
>>> api = NimOSClient("192.168.1.100", "admin", "admin")
>>> api.
api.access_control_records api.fibre_channel_sessions api.replication_partners
api.active_directory_memberships api.folders api.shelves
api.alarms api.groups api.snapshot_collections
api.application_categories api.initiator_groups api.snapshots
api.application_servers api.initiators api.software_versions
api.arrays api.jobs api.space_domains
api.audit_log api.key_managers api.subnets
api.chap_users api.master_key api.tokens
api.controllers api.network_configs api.user_groups
api.disks api.network_interfaces api.user_policies
api.events api.performance_policies api.users
api.fibre_channel_configs api.pools api.versions
api.fibre_channel_initiator_aliases api.protection_schedules api.volume_collections
api.fibre_channel_interfaces api.protection_templates api.volumes
api.fibre_channel_ports api.protocol_endpoints api.witnesses

Requirements
The HPE Nimble Storage SDK for Python supports NimbleOS 5.0 or later and requires a recent version of Requests along with Python 3.6 or newer.
Support
HPE Nimble Storage SDK for Python is supported by HPE when used with HPE Nimble Storage arrays on valid support contracts. Please send an email to support@nimblestorage.com to get started with any issue you might need assistance with. Engage with your HPE representative for other means on how to get in touch with Nimble support directly.
Contributing
Contributing guidelines are available in the official documentation.
Community
Join the HPE DEV slack by signing up at slack.hpedev.io. HPE employees may sign in direct at hpedev.slack.com with a valid HPE address. We hang out in #NimbleStorage.
License
See LICENSE

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.