Skip to content
Fuse
Esc
navigateopen⌘Jpreview

Identify the orchestrator

Identifies this process as the fuse orchestrator and reports its build version (dev when the binary was not stamped at build time). Despite the /v1 prefix it is mounted on the outer mux, outside auth and the CIDR allowlist, so fuse connect can confirm it is talking to an orchestrator (rather than a host agent, or nothing at all) before it holds a validated token.

GET/v1/version
Responses
200Service identity and build version.
servicestringrequired
Allowed:fuse-orchestrator
versionstringrequired
Request
curl -X GET "http://localhost:8080/v1/version"
Response
{
  "service": "fuse-orchestrator",
  "version": "1.4.0"
}