Konnektr Logo
ReferenceApiImport jobs

Create and start a new import job

Creates and starts a new import job. The job will run in the background and return immediately. Monitor job progress using the GetImportJob endpoint.

PUT
/jobs/imports/{id}

Path Parameters

id*string

Request Body

application/json

inputBlobUri?string
Formaturi
outputBlobUri?string
Formaturi

Response Body

application/json

application/problem+json

application/problem+json

curl -X PUT "https://demo.api.graph.konnektr.io/jobs/imports/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "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
}