22 lines
317 B
GraphQL
22 lines
317 B
GraphQL
query {
|
|
system {
|
|
info {
|
|
configFile
|
|
cpuCores
|
|
currentVersion
|
|
dbHost
|
|
dbType
|
|
dbVersion
|
|
hostname
|
|
latestVersion
|
|
latestVersionReleaseDate
|
|
nodeVersion
|
|
operatingSystem
|
|
platform
|
|
ramTotal
|
|
upgradeCapable
|
|
workingDirectory
|
|
}
|
|
}
|
|
}
|