Click or drag to resize

SolidFireElementTestDrivesAsync Method

Overload List
  NameDescription
Public methodTestDrivesAsync(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.
Public methodTestDrivesAsync(CancellationToken, 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.
Top
See Also