2
0

admin-system-query-info.gql 335 B

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