Click or drag to resize

SolidFireElementListClusterFaultsAsync Method (CancellationToken, NullableBoolean, String)

ListClusterFaults enables you to retrieve information about any faults detected on the cluster. With this method, you can retrieve both current faults as well as faults that have been resolved. The system caches faults every 30 seconds.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListClusterFaultsResult> ListClusterFaultsAsync(
	CancellationToken cancellationToken,
	Nullable<bool> BestPractices = null,
	string FaultTypes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
BestPractices (Optional)
Type: SystemNullableBoolean
FaultTypes (Optional)
Type: SystemString

Return Value

Type: TaskListClusterFaultsResult

Implements

ISolidFireElementListClusterFaultsAsync(CancellationToken, NullableBoolean, String)
See Also