Register workspace proxy
Request body
AccessURL that hits the workspace proxy api.
DerpEnabled indicates whether the proxy should be included in the DERP map or not.
DerpOnly indicates whether the proxy should only be included in the DERP map and should not be used for serving apps.
ReplicaHostname is the OS hostname of the machine that the proxy is running on. This is only used for tracking purposes in the replicas table.
ReplicaError is the error that the replica encountered when trying to dial it's peers. This is stored in the replicas table for debugging purposes but does not affect the proxy's ability to register.
This value is only stored on subsequent requests to the register endpoint, not the first request.
ReplicaID is a unique identifier for the replica of the proxy that is registering. It should be generated by the client on startup and persisted (in memory only) until the process is restarted.
ReplicaRelayAddress is the DERP address of the replica that other replicas may use to connect internally for DERP meshing.
Version is the Coder version of the proxy.
WildcardHostname that the workspace proxy api is serving for subdomain apps.
Response
Created