# Functions

NewClient creates a new FlashBlade client and initializes it by getting the API version, refreshing a new session, and getting the array metadata.
NewCollector creates both a new array collector and its underlying array client.

# Constants

Endpoint constants.
Endpoint constants.
Other constants.
Endpoint constants.
Endpoint constants.
Endpoint constants.
Endpoint constants.
Other constants.
Endpoint constants.
ms.
Endpoint constants.
Endpoint constants.
Endpoint constants.
Endpoint constants.
Endpoint constants.
Other constants.
Other constants.
Other constants.
Other constants.

# Structs

AlertGenericResponse is from /alerts.
AlertResponse is a sub-object from /alerts.
APIVersionResponse is from /api/api_version.
ArrayCapacityMetricsGenericResponse is from /arrays/space.
ArrayCapacityMetricsResponse is a sub-object from /arrays/space.
ArrayCapacitySpace is a sub-object of ArrayCapacityMetricsResponse.
ArrayInfoGenericResponse is from /arrays.
ArrayInfoResponse is a sub-object from /arrays.
ArrayMetricsResponseBundle is used to return all array metric responses together.
ArrayPerformanceMetricsGenericResponse is from /arrays/performance.
ArrayPerformanceMetricsResponse is a sub-object of /arrays/performance.
Client is a FlashBlade client that handles specific REST API requests.
Collector is a FlashBlade collector that uses the client to make requests.
FileSystemCapacityMetricsGenericResponse is from /file-systems.
FileSystemCapacityMetricsResponse is a sub-object from /file-systems.
FileSystemCapacitySpace is a sub-object of FileSystemCapacityResponse.
FileSystemPerformanceMetricsGenericResponse is from /file-systems/performance.
FileSystemPerformanceMetricsResponse is a sub-object of /file-systems/performance.
FileSystemSnapshotGenericResponse is from /file-system-snapshots.
FileSystemSnapshotResponse is a sub-object of /file-system-snapshots.
ObjectCountResponseBundle is used to return all object count responses together.
PaginationResponse is a part of responses from all endpoints.

# Interfaces

ArrayClient is the interface for the FlashBlade client.