Click or drag to resize

ISolidFireElementTestConnectSvip Method (TestConnectSvipRequest)

The TestConnectSvip API method enables you to test the storage connection to the cluster. The test pings the SVIP using ICMP packets, and when successful, connects as an iSCSI initiator. 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#
TestConnectSvipResult TestConnectSvip(
	TestConnectSvipRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiTestConnectSvipRequest

Return Value

Type: TestConnectSvipResult
See Also