Data Integration
- Data Integration
- All Products
/public/core/v3/export
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Name of the export job. If a name is not specified, the default name will be used in the following format: job-<currentTimeInMilliseconds>
| |
objects
| Collection <complex type>
| Yes
| Object IDs for objects to export.
Informatica recommends that you include no more than 1000 objects in an export file.
|
id
| String
| Yes
| Included in the objects object.
Global unique identifier for the export object. This can be a project, folder, or asset ID.
|
includeDependencies
| Boolean
| Included in the objects object.
Determines whether to include dependent objects for the assets in the export.
Default is True.
|
/public/core/v3/export?includeTagInformation =true
POST <baseApiUrl>/public/core/v3/export Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "name" : "testJob1", "objects" : [ { "id": "l7bgB85m5oGiXObDxwnvK9", "includeDependencies" : true }, { "id": "1MW0GDAE1sFgnvWkvom7mK", "includeDependencies" : false }, { "id": "iIVBNZSpUKFg4N6g2PKUox" } ] }
Field
| Type
| Description
|
---|---|---|
id
| String
| ID of the export job.
|
createTime
| String
| Time export package was created.
|
updateTime
| String
| Time export package was last updated.
|
name
| String
| Name of the import job.
|
startTime
| String
| Time the export job was started.
|
endTime
| String
| Time the export job ended.
|
status
| Complex type
| Status of the export.
|
state
| String
| Returned in the status object.
Status of the export job, such as In Progress, Success, or Failed.
|
message
| String
| Returned in the status object.
Export job status message.
|
objects
| Collection
| Collection of objects. Returns null if blank.
|
{ "id": "7evG9CokA1whk8ehF3opKM", "createTime": "2017-10-26T08:15:48.502Z", "updateTime": "2017-10-26T08:15:48.502Z", "name": "testJob1", "startTime": "2017-10-26T08:15:48.501Z", "endTime": null, "status": { "state": "IN_PROGRESS", "message": "In Progress" }, "objects": null }
{ "error": { "code": "MigrationSvc_034", "message": "Invalid object id/s [[242973wgfscbwasd23]]. Object resolution failed.", "requestId": "2ataXVlgw3ydI1Yb2MA4sq" } }