You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
355 B

  1. query {
  2. system {
  3. info {
  4. configFile
  5. currentVersion
  6. dbType
  7. dbVersion
  8. dbHost
  9. latestVersion
  10. latestVersionReleaseDate
  11. operatingSystem
  12. hostname
  13. cpuCores
  14. ramTotal
  15. workingDirectory
  16. nodeVersion
  17. redisVersion
  18. redisUsedRAM
  19. redisTotalRAM
  20. redisHost
  21. }
  22. }
  23. }