Click or drag to resize

SolidFireElementGetIpmiInfoAsync Method

GetIpmiInfo enables you to display a detailed reporting of sensors (objects) for node fans, intake and exhaust temperatures, and power supplies that are monitored by the system.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetIpmiInfoResult

Implements

ISolidFireElementGetIpmiInfoAsync(CancellationToken)
See Also