manila/releasenotes/notes/netapp-ontap-rest-api-client-4c83c7b931f950cf.yaml
CaiqueMello a092c79f25 NetApp ONTAP: REST transition - DHSS False Basic operations
This patch contains the implementation for the basic operations
for DHSS False (cluster and SVM scoped account) using the ONTAP
REST API. It covers:

  > Driver initialization
  > Periodic tasks
  > Share create/delete/manage/unmanage
  > Share extend/shrink
  > Share access allow/deny
  > Share snapshot create/delete/manage/unmanage

partially-implements: bp netapp-ontap-rest-api-client

Change-Id: I7ad046a45551ce5cad07e390530877bcd5cd7e93
Co-authored-by: Caique Mello <caiquemellosbo@gmail.com>
Co-authored-by: Felipe Rodrigues <felipefuty01@gmail.com>
Co-authored-by: Helena Dantas <helenamylena@gmail.com>
Co-authored-by: Matheus Andrade <matheus.andrade@netapp.com>
Co-authored-by: Lucas Oliveira <lucasmoliveira059@gmail.com>
Co-authored-by: Luisa Amaral <luisarfamaral@gmail.com>
Co-authored-by: Luiz Santos <luizfelipe.looze@gmail.com>
Co-authored-by: Raffaela de Castro Cunha <raffaelacunha@gmail.com>
Co-authored-by: Renan Vitor <renanv@netapp.com>
2023-02-22 13:56:06 +00:00

16 lines
806 B
YAML

---
features:
- |
NetApp driver: introduced the option to request ONTAP operations through
REST API when using ONTAP 9.12.1 or greater. The new option
`netapp_use_legacy_client` allows switching between the old ZAPI client
approach and new REST client. It is default to `True`, meaning that the
drivers will keep working as before using ZAPI operations. If desired, this
option can be set to `False` connecting with new REST client that performs
REST API operations if it is available, otherwise falls back to ZAPI.
Also, an option called `netapp_rest_operation_timeout` was added to allow
the user to set the maximum amount of time expected to get an output from
a synchronous operation when using REST API. By default, the timeout value
is 60 seconds.