Click or drag to resize

SolidFireElementTestDrivesAsync Method (TestDrivesRequest, CancellationToken)

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 Task<TestDrivesResult> TestDrivesAsync(
	TestDrivesRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiTestDrivesRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskTestDrivesResult

Implements

ISolidFireElementTestDrivesAsync(TestDrivesRequest, CancellationToken)
See Also