v1

latestSwagger 2.02026-07-175684145.0 KB

Get Pouchd version

get/version

Response

no error

Versionstring

version of Pouch Daemon

ApiVersionstring

Api Version held by daemon

GitCommitstring

Commit ID held by the latest commit operation

GoVersionstring

version of Go runtime

Osstring

Operating system type of underlying system

Archstring

Arch type of underlying hardware

KernelVersionstring

Operating system kernel version

BuildTimestring

The time when this binary of daemon is built

Example response

{
  "Version": "0.1.2",
  "GoVersion": "1.8.3",
  "Os": "linux",
  "Arch": "amd64",
  "KernelVersion": "3.13.0-106-generic",
  "BuildTime": "2017-08-29T17:41:57.729792388+00:00"
}