Test
- 1 Minute to read
- Print
- DarkLight
- PDF
Test
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Runs a series of tests that verify Datajet Server configuration and installation
Key | Value(s) | Description |
---|---|---|
method | "Test" | |
test | "TestToRun" | The following tests are supported:
|
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?