PingOnceRequest
PingOnceRequest documentation for .NET SDK
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 | int? | Synthetic payload size in bytes (mutually exclusive with payload) | [optional] |
| TimeoutMs | int? | Per-probe timeout in milliseconds (0 uses server default) | [optional] |