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-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

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.