Click or drag to resize

SolidFireElementGetNodeHardwareInfo Method (Int64)

GetNodeHardwareInfo enables you to return all the hardware information and status for the node specified. This generally includes details about manufacturers, vendors, versions, 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 GetNodeHardwareInfoResult GetNodeHardwareInfo(
	long NodeID
)

Parameters

NodeID
Type: SystemInt64

Return Value

Type: GetNodeHardwareInfoResult

Implements

ISolidFireElementGetNodeHardwareInfo(Int64)
See Also