Click or drag to resize

SolidFireElementTestConnectMvipAsync Method (CancellationToken, 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 Task<TestConnectMvipResult> TestConnectMvipAsync(
	CancellationToken cancellationToken,
	string Mvip = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Mvip (Optional)
Type: SystemString

Return Value

Type: TaskTestConnectMvipResult

Implements

ISolidFireElementTestConnectMvipAsync(CancellationToken, String)
See Also