GET
/
debug
/
health
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/debug/health \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "access_url": {
    "access_url": "<string>",
    "dismissed": true,
    "error": "<string>",
    "healthy": true,
    "healthz_response": "<string>",
    "reachable": true,
    "severity": "<any>",
    "status_code": 123,
    "warnings": [
      {
        "code": "EUNKNOWN",
        "message": "<string>"
      }
    ]
  },
  "database": {
    "dismissed": true,
    "error": "<string>",
    "healthy": true,
    "latency": "<string>",
    "latency_ms": 123,
    "reachable": true,
    "severity": "<any>",
    "threshold_ms": 123,
    "warnings": [
      {
        "code": "EUNKNOWN",
        "message": "<string>"
      }
    ]
  },
  "derp": {
    "dismissed": true,
    "error": "<string>",
    "healthy": true,
    "netcheck": {
      "captivePortal": "<string>",
      "globalV4": "<string>",
      "globalV6": "<string>",
      "hairPinning": "<string>",
      "icmpv4": true,
      "ipv4": true,
      "ipv4CanSend": true,
      "ipv6": true,
      "ipv6CanSend": true,
      "mappingVariesByDestIP": "<string>",
      "oshasIPv6": true,
      "pcp": "<string>",
      "pmp": "<string>",
      "preferredDERP": 123,
      "regionLatency": {},
      "regionV4Latency": {},
      "regionV6Latency": {},
      "udp": true,
      "upnP": "<string>"
    },
    "netcheck_err": "<string>",
    "netcheck_logs": [
      "<string>"
    ],
    "regions": {},
    "severity": "<any>",
    "warnings": [
      {
        "code": "EUNKNOWN",
        "message": "<string>"
      }
    ]
  },
  "healthy": true,
  "provisioner_daemons": {
    "dismissed": true,
    "error": "<string>",
    "items": [
      {
        "provisioner_daemon": {
          "api_version": "<string>",
          "created_at": "2023-11-07T05:31:56Z",
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "last_seen_at": "2023-11-07T05:31:56Z",
          "name": "<string>",
          "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "provisioners": [
            "<string>"
          ],
          "tags": {},
          "version": "<string>"
        },
        "warnings": [
          {
            "code": "EUNKNOWN",
            "message": "<string>"
          }
        ]
      }
    ],
    "severity": "<any>",
    "warnings": [
      {
        "code": "EUNKNOWN",
        "message": "<string>"
      }
    ]
  },
  "severity": "<any>",
  "time": "2023-11-07T05:31:56Z",
  "websocket": {
    "body": "<string>",
    "code": 123,
    "dismissed": true,
    "error": "<string>",
    "healthy": true,
    "severity": "<any>",
    "warnings": [
      {
        "code": "EUNKNOWN",
        "message": "<string>"
      }
    ]
  },
  "wirtual_version": "<string>",
  "workspace_proxy": {
    "dismissed": true,
    "error": "<string>",
    "healthy": true,
    "severity": "<any>",
    "warnings": [
      {
        "code": "EUNKNOWN",
        "message": "<string>"
      }
    ],
    "workspace_proxies": {
      "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

Query Parameters

force
boolean

Force a healthcheck to run

Response

200 - application/json
OK
access_url
object
database
object
derp
object
healthy
boolean

Healthy is true if the report returns no errors. Deprecated: use Severity instead

provisioner_daemons
object
severity
any
time
string

Time is the time the report was generated at.

websocket
object
wirtual_version
string

The Wirtual version of the server that the report was generated on.

workspace_proxy
object