Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.