# Functions

AddSystem: Uses the client to query and store system data.
GetPoolType: Return the pool type for a given pool.
GetPortals: Return a list of iSCSI portals for the storage system.
GetSystem: Return the System data object corresponding to the IP Address.
GetTargetId: Return the target id value for this storage system.
Log: Display the contents of all system information collected.
NewClient : Creates an API client by setting up its HTTP transport.
NewErrorStatus : Creates an error status when response is not available.
NewResponse : Unmarshals the raw data into a typed response object and generate a hash map from fields for optimization.

# Constants

Configuration constants.

# Structs

Client : Can be used to request the API.
No description provided by the author
No description provided by the author
Object : Typed representation of any XML API object.
Property : Typed representation of any XML API property.
Request : Used internally, and can be used to send custom requests (see Client.Request()).
Response : Typed representation of any XML API response.
ResponseStatus : Final representation of the "status" object in every API response.
Volume : volume-view representation.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author