Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igor-feoktistov/go-ontap-sdk
Go library for interfacing with NetApp cDOT API
https://github.com/igor-feoktistov/go-ontap-sdk
netapp ontap zapi
Last synced: 16 days ago
JSON representation
Go library for interfacing with NetApp cDOT API
- Host: GitHub
- URL: https://github.com/igor-feoktistov/go-ontap-sdk
- Owner: igor-feoktistov
- License: mit
- Created: 2019-09-12T21:19:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T13:34:23.000Z (over 1 year ago)
- Last Synced: 2024-10-23T12:54:39.710Z (2 months ago)
- Topics: netapp, ontap, zapi
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-ontap-sdk: Go library for NetApp cDOT
`go-ontap-sdk` is a Go library for interfacing with NetApp cDOT API.
## Documentation
This library implements a subset of NetApp Manageability SDK 9.6 APIs
See Reference Manual for ONTAP 9.6 APIs at https://library.netapp.com/ecm/ecm_download_file/ECMLP2855863
## Installation
In order to install `go-ontap-sdk` execute the following command:
```
go get -v github.com/ifeoktistov/go-ontap-sdk
```## Tests
```
TBD
```## Examples
Check the included examples from this repository.
Please note that most of the examples create connection to vserver management LIF.
if you connect to cluster management LIF, make sure to remove comment
from `//c.SetVserver("")` to run API call in vserver scope.