Click or drag to resize

SolidFireElementTestConnectMvip Method (String)

The TestConnectMvip API method enables you to test the management connection to the cluster. The test pings the MVIP and executes a simple API method to verify connectivity. 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 TestConnectMvipResult TestConnectMvip(
	string Mvip = null
)

Parameters

Mvip (Optional)
Type: SystemString

Return Value

Type: TestConnectMvipResult

Implements

ISolidFireElementTestConnectMvip(String)
See Also