Click or drag to resize

ISolidFireElementTestConnectMvip Method (TestConnectMvipRequest)

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#
TestConnectMvipResult TestConnectMvip(
	TestConnectMvipRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiTestConnectMvipRequest

Return Value

Type: TestConnectMvipResult
See Also