Konnektr Logo
ReferenceApiImport jobs

Resume an import job

Resumes an interrupted import job from its last checkpoint. The job must be in a resumable state (Running or Failed).

POST
/jobs/imports/{id}/resume

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

curl -X POST "https://demo.api.graph.konnektr.io/jobs/imports/string/resume"
{
  "id": null,
  "status": "notstarted",
  "createdDateTime": "2019-08-24T14:15:22Z",
  "lastActionDateTime": "2019-08-24T14:15:22Z",
  "finishedDateTime": null,
  "purgeDateTime": null,
  "modelsCreated": 0,
  "twinsCreated": 0,
  "relationshipsCreated": 0,
  "errorCount": 0,
  "inputBlobUri": "http://example.com",
  "outputBlobUri": "http://example.com"
}
{
  "type": null,
  "title": null,
  "status": null,
  "detail": null,
  "instance": null
}
{
  "type": null,
  "title": null,
  "status": null,
  "detail": null,
  "instance": null
}