Test
  • 1 Minute to read
  • Dark
    Light
  • PDF

Test

  • Dark
    Light
  • PDF

Article summary

Runs a series of tests that verify Datajet Server configuration and installation

KeyValue(s)Description
method"Test"
test"TestToRun"The following tests are supported:
  • CheckEngine

The following will return success if the Engine server is correctly installed: 

{
  "method": "Test"
  "test":"CheckEngine"
}

A successful CheckEngine test result is as follows:

{
  "tresult": {
    "tests": [
      "running",
      "homepath",
      "plugins",
      "core"
    ],
    "running": true,
    "homepath": true,
    "plugins": true,
    "core": true,
    "info": {
      "running": "Server is running",
      "homepath": "Homepath directory exists",
      "plugins": "Plugins directory exists",
      "core": "Server can ping core"
    },
    version: 2105.2104
  }
}

Note: "tests" array will expand as more checks are added.   All "tests" must  be true for a correct installation.


Was this article helpful?

What's Next