GET
/
replicas
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/replicas \
  --header 'Wirtual-Session-Token: <api-key>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "database_latency": 123,
    "error": "<string>",
    "hostname": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "region_id": 123,
    "relay_address": "<string>"
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
created_at
string

CreatedAt is the timestamp when the replica was first seen.

database_latency
integer

DatabaseLatency is the latency in microseconds to the database.

error
string

Error is the replica error.

hostname
string

Hostname is the hostname of the replica.

id
string

ID is the unique identifier for the replica.

region_id
integer

RegionID is the region of the replica.

relay_address
string

RelayAddress is the accessible address to relay DERP connections.