GET
/
workspaceproxies
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/workspaceproxies \
  --header 'Wirtual-Session-Token: <api-key>'
[
  {
    "regions": [
      {
        "created_at": "2023-11-07T05:31:56Z",
        "deleted": true,
        "derp_enabled": true,
        "derp_only": true,
        "display_name": "<string>",
        "healthy": true,
        "icon_url": "<string>",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "path_app_url": "<string>",
        "status": {
          "checked_at": "2023-11-07T05:31:56Z",
          "report": {
            "errors": [
              "<string>"
            ],
            "warnings": [
              "<string>"
            ]
          },
          "status": "ok"
        },
        "updated_at": "2023-11-07T05:31:56Z",
        "version": "<string>",
        "wildcard_hostname": "<string>"
      }
    ]
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
regions
object[]