ISolidFireElementTestConnectMvipAsync 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 Task<TestConnectMvipResult> TestConnectMvipAsync(
CancellationToken cancellationToken,
string Mvip = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- Mvip (Optional)
- Type: SystemString
Return Value
Type:
TaskTestConnectMvipResultSee Also