ApiPerfInspectorPingArgs Data Model

Arguments to run ping test.

Properties
name data type description
pingTimeoutSecs number Timeout in seconds for the ping request to each target host. If not specified, defaults to 10 seconds.
pingCount number Number of iterations of the ping request to each target host. If not specified, defaults to 10 count.
pingPacketSizeBytes number Packet size in bytes for each ping request. If not specified, defaults to 56 bytes.

Example

{
  "pingTimeoutSecs" : 10,
  "pingCount" : 10,
  "pingPacketSizeBytes" : 56
}