22 lines
335 B
GraphQL
22 lines
335 B
GraphQL
query {
|
|
system {
|
|
info {
|
|
currentVersion
|
|
latestVersion
|
|
latestVersionReleaseDate
|
|
operatingSystem
|
|
hostname
|
|
cpuCores
|
|
ramTotal
|
|
workingDirectory
|
|
nodeVersion
|
|
redisVersion
|
|
redisUsedRAM
|
|
redisTotalRAM
|
|
redisHost
|
|
postgreVersion
|
|
postgreHost
|
|
}
|
|
}
|
|
}
|