isiclient

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ISIClient

type ISIClient struct {
	UserName string
	Password string

	ClusterAddress string
	ClusterName    string
	ISIVersion     string
	NumNodes       int64
	ErrorCount     float64
	// contains filtered or unexported fields
}

ISIClient is used to connect to an EMC Isilon Cluster

func NewIsiClient

func NewIsiClient(user string, pass string, target string) (*ISIClient, error)

NewIsiClient returns an initialized Isilon Client.

func (*ISIClient) CallIsiAPI

func (c *ISIClient) CallIsiAPI(request string, retryAttempts int) (response string, err error)

CallIsiAPI uses the client auth to call against an API endpoint and returns the string response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL