Skip to content

Releases: ctera/ctera-python-sdk

2.17.0

30 Jun 23:07
55d12f0

Choose a tag to compare

Saimon/create array with all drives (#124)

Features:
1) Create an array using all available drives if no drive was specified
2) Support modfiying the Portal's time zone
3) List templates by name
4) Configure template auto assignment policy
5) Support managing the Portal's SSL certificate (import, export)
6) Support SNMP configuration APIs, unittests and docs

Technical improvements:
* Add docs for auto template assignment, SSL certificates and timezone
* Use from X import Y when needed
* Use rsplit with maxsplit 1 when getting the last value
* Use "with" when reading from files
* __all__ definitions - no need to map str method to strings

2.16.3

02 Jun 14:47

Choose a tag to compare

Edge Share - complete CRUD

Access Type - add get and set
Screened File Types - Add get, set, add and remove

2.16.2

31 May 14:28

Choose a tag to compare

Gateway Share - Add APIs for directly managing NFS Trusted Clients

Mimic the Share ACL functionality

2.16.1

25 May 19:10
f8b3536

Choose a tag to compare

Make replicate_from optional

2.16.0

21 May 21:07
79fad51

Choose a tag to compare

Add Support for NetApp StorageGRID S3

2.15.0

13 May 18:52
c292f09

Choose a tag to compare

  • Support managing local licenses on Edge Filers
  • Expand the implementation of configuration templates

2.14.1

21 Apr 13:16

Choose a tag to compare

Agent - Omit internal fields from string output

2.14.0

16 Mar 15:55
9167618

Choose a tag to compare

Integrated partial support for managing Portal configuration templates:

  1. Get, list, add, delete templates
  2. Set and remove template as default
  3. Trigger the template auto assignment rules process

2.13.3

05 Mar 14:26

Choose a tag to compare

Crypto - Restrict private key permissions

Set mod to 600 when saving the private key
Fixes #111

2.13.2

02 Mar 04:08
598e94a

Choose a tag to compare

Retry attempt 2, waiting for pypi backend