Click or drag to resize

SolidFireElementTestDrives Method (NullableInt64, NullableBoolean)

You can use the TestDrives API method to run a hardware validation on all drives on the node. This method detects hardware failures on the drives (if present) and reports them in the results of the validation tests. You can only use the TestDrives method on nodes that are not "active" in a cluster. Note: This test takes approximately 10 minutes. Note: This method is available only through the per-node API endpoint 5.0 or later.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public TestDrivesResult TestDrives(
	Nullable<long> Minutes = null,
	Nullable<bool> Force = null
)

Parameters

Minutes (Optional)
Type: SystemNullableInt64
Force (Optional)
Type: SystemNullableBoolean

Return Value

Type: TestDrivesResult

Implements

ISolidFireElementTestDrives(NullableInt64, NullableBoolean)
See Also