GET
/
deployment
/
stats
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/deployment/stats \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "aggregated_from": "2023-11-07T05:31:56Z",
  "collected_at": "2023-11-07T05:31:56Z",
  "next_update_at": "2023-11-07T05:31:56Z",
  "session_count": {
    "jetbrains": 123,
    "reconnecting_pty": 123,
    "ssh": 123,
    "vscode": 123
  },
  "workspaces": {
    "building": 123,
    "connection_latency_ms": {
      "p50": 123,
      "p95": 123
    },
    "failed": 123,
    "pending": 123,
    "running": 123,
    "rx_bytes": 123,
    "stopped": 123,
    "tx_bytes": 123
  }
}

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
aggregated_from
string

AggregatedFrom is the time in which stats are aggregated from. This might be back in time a specific duration or interval.

collected_at
string

CollectedAt is the time in which stats are collected at.

next_update_at
string

NextUpdateAt is the time when the next batch of stats will be updated.

session_count
object
workspaces
object