We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create test data in the DB.
POST /rest/loader/load
BODY
{ "ehr": 1000, "healthcareFacilities":5, "bulkSize": 20000, "ehrsPerBatch": 100, "modes": ["MATRIX","LEGACY"] }
Response
Status: 200 OK
Resumes the last run. If nothing is running it will start a new one with the last parameters.
POST /rest/loader/resume
{}
Shows the current phase, whether a job is running and whether it was successful
GET /rest/loader/status
{ "done": true, "phase": "FINISHED", "success": true }