PingOnceRequest
PingOnceRequest documentation for Java SDK
PingOnceRequest
Request payload for a single ping probe
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| targetId | String | Target resource ID (UUID) | |
| targetTypeHint | PingTargetType | [optional] | |
| payloadType | PingPayloadType | [optional] | |
| payload | String | Explicit UTF-8 payload to send with the probe (mutually exclusive with payloadSizeBytes) | [optional] |
| payloadSizeBytes | Integer | Synthetic payload size in bytes (mutually exclusive with payload) | [optional] |
| timeoutMs | Integer | Per-probe timeout in milliseconds (0 uses server default) | [optional] |