GET
/
buildinfo
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/buildinfo
{
  "agent_api_version": "<string>",
  "dashboard_url": "<string>",
  "deployment_id": "<string>",
  "external_url": "<string>",
  "provisioner_api_version": "<string>",
  "telemetry": true,
  "upgrade_message": "<string>",
  "version": "<string>",
  "workspace_proxy": true
}

Response

200 - application/json
OK
agent_api_version
string

AgentAPIVersion is the current version of the Agent API (back versions MAY still be supported).

dashboard_url
string

DashboardURL is the URL to hit the deployment's dashboard. For external workspace proxies, this is the wirtuald they are connected to.

deployment_id
string

DeploymentID is the unique identifier for this deployment.

external_url
string

ExternalURL references the current Wirtual version. For production builds, this will link directly to a release. For development builds, this will link to a commit.

provisioner_api_version
string

ProvisionerAPIVersion is the current version of the Provisioner API

telemetry
boolean

Telemetry is a boolean that indicates whether telemetry is enabled.

upgrade_message
string

UpgradeMessage is the message displayed to users when an outdated client is detected.

version
string

Version returns the semantic version of the build.

workspace_proxy
boolean