Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igor-feoktistov/go-ontap-rest
Go library for interfacing with NetApp ONTAP REST API
https://github.com/igor-feoktistov/go-ontap-rest
netapp ontap rest-api
Last synced: 29 days ago
JSON representation
Go library for interfacing with NetApp ONTAP REST API
- Host: GitHub
- URL: https://github.com/igor-feoktistov/go-ontap-rest
- Owner: igor-feoktistov
- License: mit
- Created: 2021-03-26T21:07:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:05:27.000Z (8 months ago)
- Last Synced: 2024-10-03T11:41:47.500Z (about 2 months ago)
- Topics: netapp, ontap, rest-api
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-ontap-rest: Go library for NetApp ONTAP REST API
`go-ontap-rest` is a Go library for interfacing with NetApp ONTAP REST API.
## Documentation
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
## Installation
In order to install `go-ontap-rest` execute the following command:
```
go get -v github.com/ifeoktistov/go-ontap-rest
```## Tests
```
TBD
```## Examples
Check the included examples from this repository.