/rdm-service/external/v1/import/job/<job Id>/errorDetails
/rdm-service/external/v1/import/job/<job Id>/errorDetails?pageNum=<page number>&recordsPerPage=<records per page>
Parameter
| Description
|
---|---|
pageNum
| Optional. Page number to display. Default value is
0 .
|
recordsPerPage
| Optional. Number of records to display per page. Default value is
100000 .
|
Field
| Type
| Description
|
---|---|---|
jobId
| String
| ID of the job.
|
entityType
| String
| Type of entity imported. Value is
BusinessEntity or
Relationship .
|
fileName
| String
| Name of the file. Value must end with the
.csv file extension.
|
entityName
| String
| Name of the entity.
|
errorDetails
| -
| Includes the error details.
|
lineNumber
| Number
| Line number where the error occurred.
|
entitySourcePkey
| String
| Column identifier.
|
reasons
| Array
| Explanation of failure.
|
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/import/job/dae4301e9369c16c08bf0881/errorDetails HTTP/1.1
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/import/job/dae4301e9369c16c08bf0881/errorDetails?pageNum=2&recordsPerPage=100 HTTP/1.1
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 395 IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX { "jobId":"5984980d317a4b00cfe18880", "entityType":"BusinessEntity", "fileName":"import.csv", "entityName":"rdm.value.be.442ac56e11d5fc9bb11f6a3f", "errorDetails":[ { "lineNumber":1, "entitySourcePkey":"Code-1101", "reasons":[ "The code value INX does not exist in the picklist that is in the path Country. Specify a code value from the picklist." ] } ] }
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 354 { "jobId":"dae4301e9369c16c08bf0881", "entityType":"Relationship", "fileName":"import.csv", "entityName":"rdm.crosswalk.rel.21ffd6b5f92d10c744acc27c.fc66c441288cf898c6fe5023", "errorDetails":[ { "lineNumber":1, "entitySourcePkey":"AF_AFG", "reasons":[ "The requested resource with ID 'AFG' does not exist." ] } ] }