Skip to content

dsdk / v1.47 / SystemVersion

Type Alias: SystemVersion ​

SystemVersion: object

Response of Engine API: GET "/version"

Type declaration ​

NameTypeDescription
ApiVersion?stringThe default (and highest) API version that is supported by the daemon
Arch?stringThe architecture that the daemon is running on
BuildTime?stringThe date and time that the daemon was compiled.
Components?object[]Information about system components
Experimental?booleanIndicates if the daemon is started with experimental features enabled. This field is omitted when empty / false.
GitCommit?stringThe Git commit of the source code that was used to build the daemon
GoVersion?stringThe version Go used to compile the daemon, and the version of the Go runtime in use.
KernelVersion?stringThe kernel version (uname -r) that the daemon is running on. This field is omitted when empty.
MinAPIVersion?stringThe minimum API version that is supported by the daemon
Os?stringThe operating system that the daemon is running on ("linux" or "windows")
Platform?object-
Platform.Namestring-
Version?stringThe version of the daemon