Click or drag to resize

SolidFireElementTestConnectEnsemble Method (String)

The TestConnectEnsemble API method enables you to verify connectivity with a specified database ensemble. By default, it uses the ensemble for the cluster that the node is associated with. Alternatively, you can provide a different ensemble to test connectivity with. 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 TestConnectEnsembleResult TestConnectEnsemble(
	string Ensemble = null
)

Parameters

Ensemble (Optional)
Type: SystemString

Return Value

Type: TestConnectEnsembleResult

Implements

ISolidFireElementTestConnectEnsemble(String)
See Also