Click or drag to resize

SolidFireElementGetHardwareInfoAsync Method

The GetHardwareInfo API method enables you to return hardware information and status for a single node. This generally includes details about manufacturers, vendors, versions, drives, and other associated hardware identification information.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetHardwareInfoResult> GetHardwareInfoAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetHardwareInfoResult

Implements

ISolidFireElementGetHardwareInfoAsync(CancellationToken)
See Also