Start Bulk Load Operation

Use the following details to start a Bulk Load operation using REST interface:

HTTP Method

POST

Endpoint URL

See the REST Service Endpoint topic for more details.

Resource

/admin/bulk/start/{id}

Request Parameters

Provide values for the following parameters:

Parameter Name Data Type Mandatory
id string Yes

Request Model

Media Type: application/json

Response Model

{
  "data": {
    "completed": true,
    "endTime": "2016-07-31T05:17:58.873Z",
    "loadId": "string",
    "logs": [
      {
        "loadEntity": "string",
        "loadId": "string",
        "logData": "string",
        "logTime": "2016-07-31T05:17:58.873Z",
        "sid": 0,
        "tenantId": "string"
      }
    ],
    "startTime": "2016-07-31T05:17:58.873Z"
  },
  "duration": 0,
  "result": {
    "code": "string",
    "message": "string",
    "params": [
      "string"
    ]
  },
  "startTimestampMS": 0
}

Response Codes and Descriptions

Response Code Description
201 Created
401 Unauthorized
403 Forbidden
404 Not Found