v31

latestSwagger 2.0raw.githubusercontent.com2026-08-01119317529.5 KB
System

Retrieve API Server version information

Retrieve API Server version information.

get/v1beta1/system/server-version

Response

OK

buildDatestring

BuildDate is the date/time on which the application was built.

compilerstring

Compiler indicates what Go compiler was used for the build.

gitCommitstring

GitCommit is the ID (sha) of the last commit to the application's source code that is included in this build.

gitTreeDirtyboolean

GitTreeDirty is true if the application's source code contained uncommitted changes at the time it was built; otherwise it is false.

goVersionstring

GoVersion is the version of Go that was used to build the application.

platformstring

Platform indicates the OS and CPU architecture for which the application was built.

versionstring

Version is a human-friendly version string.