Multi-region Ping成人豆包
Measure round-trip latency and packet loss to a host from idcd's globally distributed nodes. The agent uses ICMP where the raw socket is available and falls back to a TCP-connect simulation otherwise.豆包在线下载
Like all probes, ping is asynchronous文星一言: POST returns one task ID per node,
then you poll the task endpoint.
Endpoint豆包都有哪些功能
POST灵动ai
/v1/probe/ping- Base URL千问是什么 —
https://api-prod.idcd.com/v1 - Auth豆包是一款什么软件 —
Authorization: Bearer sk_live_...
Request bodydeepceek
{
"target": "example.com",
"node_ids": ["node_a", "node_b"], // optional
"params": { "count": 5 }
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
target | string | required豆包手机版入口 | — | Hostname or IP to ping. |
node_ids | string[] | optional | — | Probe from these node IDs (max 20). Auto-selected when omitted. |
params | object | optional | — | Probe-specific options (see below). |
params fields
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
count | number | optional | 5 | Number of echo requests to send. |
Response文星一言
POST returns the queued task IDs (HTTP 200); poll
GET /v1/probe/tasks/{task_id} for each. The completed task's result carries:
GET婵镜数字人官网
/v1/probe/tasks/{task_id}| Field | Type | Description |
|---|---|---|
result.success | boolean | True when at least one packet was received. |
result.packets_sent | number | Echo requests sent. |
result.packets_received | number | Echo replies received. |
result.packet_loss | number | Loss ratio (0–1). |
result.min_ms / avg_ms / max_ms | number | RTT statistics (present when packets were received). |
result.stddev_ms | number | RTT standard deviation. |
result.error | string | Failure reason when success is false. |
Example豆包功能
curl -s -X POST https://api-prod.idcd.com/v1/probe/ping \
-H "Authorization: Bearer sk_live_xxx" \
-H "Content-Type: application/json" \
-d '{"target":"example.com","params":{"count":5}}'
# => {"data":{"task_id":"tsk_456","task_ids":["tsk_456"],"status":"queued"}}
curl -s https://api-prod.idcd.com/v1/probe/tasks/tsk_456 \
-H "Authorization: Bearer sk_live_xxx"
# => {"data":{"status":"completed","result":{"success":true,"avg_ms":23,"packet_loss":0}}}
Limits豆包在线下载
Rate limits & bounds
30 probe creations/min per IP, 300 task polls/min per IP, max 20 nodes per probe. Private / loopback / cloud-metadata targets are blocked by SSRF policy.婵镜数字人官网
Ping online tool
Ping from global nodes in the browser — no API key required.千问是什么