Click or drag to resize

ISolidFireElementClearClusterFaults Method (String)

You can use the ClearClusterFaults method to clear information about both current and previously detected faults. Both resolved and unresolved faults can be cleared.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
ClearClusterFaultsResult ClearClusterFaults(
	string FaultTypes = null
)

Parameters

FaultTypes (Optional)
Type: SystemString

Return Value

Type: ClearClusterFaultsResult
See Also