GET
/
workspaceagents
/
{workspaceagent}
/
connection
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/workspaceagents/{workspaceagent}/connection \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "derp_force_websockets": true,
  "derp_map": {
    "homeParams": {
      "regionScore": {}
    },
    "omitDefaultRegions": true,
    "regions": {}
  },
  "disable_direct_connections": true
}

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

workspaceagent
string
required

Workspace agent ID

Response

200 - application/json
OK
derp_force_websockets
boolean
derp_map
object
disable_direct_connections
boolean