Click or drag to resize

SolidFireElementResetNode Method (String, Boolean, NullableBoolean, String)

The ResetNode API method enables you to reset a node to the factory settings. All data, packages (software upgrades, and so on), configurations, and log files are deleted from the node when you call this method. However, network settings for the node are preserved during this operation. Nodes that are participating in a cluster cannot be reset to the factory settings. The ResetNode API can only be used on nodes that are in an "Available" state. It cannot be used on nodes that are "Active" in a cluster, or in a "Pending" state. Caution: This method clears any data that is on the node. Exercise caution when using this method. Note: This method is available only through the per-node API endpoint 5.0 or later.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ResetNodeResult ResetNode(
	string Build,
	bool Force,
	Nullable<bool> Reboot = null,
	string Options = null
)

Parameters

Build
Type: SystemString
Force
Type: SystemBoolean
Reboot (Optional)
Type: SystemNullableBoolean
Options (Optional)
Type: SystemString

Return Value

Type: ResetNodeResult

Implements

ISolidFireElementResetNode(String, Boolean, NullableBoolean, String)
See Also