Gets the status of a bulk processing request
post
/config/sim/v2/bulkStatusRequest
Get the status for the bulk processing request ID provided
Request
Supported Media Types
- application/json
- multipart/form-data
Root Schema : schema
Type:
Show Source
object
-
requestId(required):
integer
Bulk processing request IDExample:
1012
Response
Supported Media Types
- application/json
200 Response
A response body containing the status of the bulk request
Root Schema : BulkProcessingStatusResponse
Type:
object
A response body containing the status of the bulk request
Show Source
-
comments:
string
The comments provided by the user while placing the bulk insert request.Example:
Bulk Insert
-
failedRecordCount:
integer
The count of failed records.Example:
5000
-
message:
string
A message giving details about the bulk request.Example:
Time taken to process the bulk request : 1012 is 2 seconds
-
requestId:
integer
The bulk processing request IDExample:
1012
-
response:
array response
The result for each object submitted in the bulk request
-
status:
string
Bulk processing request ID status. Status can be one of the following :- Queued - To be processed, InProgress - Being processed, Completed - Processed successfully, CompletedWithErrors - Processing completed with some errorsExample:
Completed
-
successRecordCount:
integer
The count of successful records.Example:
5000
Nested Schema : response
Type:
array
The result for each object submitted in the bulk request
Show Source
-
Array of:
object BulkRecordsResponse
A response body containing details for an object submitted in the bulk request.
Nested Schema : BulkRecordsResponse
Type:
object
A response body containing details for an object submitted in the bulk request.
Show Source
-
hierUnitId:
integer
Hierarchy reference where the object has been added.Example:
88
-
objectNum:
integer
The object numberExample:
100
-
recordStatus:
string
Status of the object submitted in the bulk requestExample:
Success