Click or drag to resize

SolidFireElementTestPingAsync Method (TestPingRequest, CancellationToken)

The TestPing API allows to test the reachability to IP address(s) using ICMP packets. Source address(v4 or v6), interface and vlan tag can be specified. If not Bond1G/10G network is used to reach the target address. The test uses the appropriate MTU sizes for each packet based on the MTU settings in the network configuration. 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<TestPingResult> TestPingAsync(
	TestPingRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiTestPingRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskTestPingResult

Implements

ISolidFireElementTestPingAsync(TestPingRequest, CancellationToken)
See Also