PingStreamRequest
PingStreamRequest documentation for Java SDK
PingStreamRequest
Request payload for a streaming ping session
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| targetId | String | Target resource ID (UUID) | |
| targetTypeHint | PingTargetType | [optional] | |
| count | Integer | Number of probes to run (0 uses server default) | [optional] |
| intervalMs | Integer | Delay between probes in milliseconds (0 uses server default) | [optional] |
| timeoutMs | Integer | Per-probe timeout in milliseconds (0 uses server default) | [optional] |
| payloadType | PingPayloadType | [optional] | |
| payload | String | Explicit UTF-8 payload to send with each probe (mutually exclusive with payloadSizeBytes) | [optional] |
| payloadSizeBytes | Integer | Synthetic payload size in bytes (mutually exclusive with payload) | [optional] |
| maxInFlight | Integer | Maximum concurrent probes (defaults to 1) | [optional] |
| jitter | Boolean | Add jitter to probe scheduling | [optional] |
| labels | Map<String, String> | Optional labels to attach to the ping session | [optional] |