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.

20 lines
296 B

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