go-ontap-rest
is a Go library for interfacing with NetApp ONTAP REST API.
This library implements a subset of ONTAP REST API
See Reference for ONTAP 9.12.1 REST API at https://library.netapp.com/ecmdocs/ECMLP2884821/html/index.html
In order to install go-ontap-rest
execute the following command:
go get -v github.com/ifeoktistov/go-ontap-rest
TBD
Check the included examples from this repository.