Skip to main content
POST
Python

Authorizations

X-API-Key
string
header
required

The API key to use for authentication.

Headers

Miru-Version
string
required

The API version the client was built against.

Example:

"2026-05-06.rainier"

Path Parameters

device_id
string
required

The unique identifier of the device.

Example:

"dvc_123"

Body

application/json
timeout_nanos
integer<int64>
required

The timeout in nanoseconds to wait for the ping operation to complete. The maximum timeout is 10 seconds.

Example:

1000000000

Response

200 - application/json

Successfully pinged the device.

code
enum<string>
required

The result of the ping operation.

Available options:
success,
timeout
round_trip_nanos
integer<int64>

The round trip time in nanoseconds to send the ping to the device and receive the response. Only present when code is success.

Example:

1000000000

Last modified on May 27, 2026