Click or drag to resize

SolidFireElementGetIpmiConfig Method (String)

GetIpmiConfig enables you to retrieve hardware sensor information from sensors that are in your node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public GetIpmiConfigResult GetIpmiConfig(
	string ChassisType = null
)

Parameters

ChassisType (Optional)
Type: SystemString

Return Value

Type: GetIpmiConfigResult

Implements

ISolidFireElementGetIpmiConfig(String)
See Also