Create Export Request

post

/exportRequests

Request

Header Parameters
  • Optional header parameter to process the request asynchronously
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match All
Show Source
Nested Schema : configOptionsType
Type: object
Specifies various configuration options that control the output of data replication content.
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : deletes
Used to export the list of primary keys deleted from a table within in a given time period.
Match All
Show Source
Nested Schema : objects
Describes content to be exported based on individally declared object names.
Match All
Show Source
Nested Schema : rangeAfter
Only include records that were inserted or updated after this date/time.
Match All
Show Source
Nested Schema : rangeBefore
Only include records that were inserted or updated before this date/time.
Match All
Show Source
Nested Schema : tables
Describes content to be exported based on individally declared table names.
Match All
Show Source
Nested Schema : targetSystem
Specifies where content should be sent.
Match All
Show Source
Nested Schema : requestItemType
Describes properties common to all item types. Many will override the corresponding value at the request level, if present.
Match All
Show Source
Nested Schema : requestItemType-allOf[1]
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : rangeAfter
Only include records that were inserted or updated after this date/time.
Match All
Show Source
Nested Schema : rangeBefore
Only include records that were inserted or updated before this date/time.
Match All
Show Source
Nested Schema : targetSystem
Specifies where content should be sent.
Match All
Show Source
Nested Schema : dateTimeType
Type: object
Show Source
Nested Schema : targetSystemType
Type: object
Specifies target system details for destination of data replication content.
Show Source
  • If true, the part name will be appended as an additional path element to the target system URL. Defaults to false.
  • Specifies transport method to be used to send content. Defaults to REST (currently only REST is supported).
  • Specifies External System GID where target details are configured.
  • Specifies HTTP method to be used - POST, PUT etc. Defaults to POST
  • Specifies any additional path element that should be appended to target system URL. Note: this would be before any additional part name is also appended.
  • Specifies target system URL e.g. Object Storage PAR.
Nested Schema : type
Type: object
Show Source
Nested Schema : filterCriteria
Type: object
Alternative criteria used to select records in preference to rangeAfter & rangeBefore.
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : filterCriteria
Type: object
Alternative criteria used to select records in preference to rangeAfter & rangeBefore.
Show Source
Back to Top

Response

Supported Media Types

200 Response

CSV content for synchronous request

202 Response

Status Response for asynchronous request.
Body ()
Root Schema : exportStatuses
Extended standard status message with additional Data Replication status data.
Match All
Show Source
Nested Schema : oraStatuses
Type: object
Show Source
Nested Schema : exportStatuses-allOf[1]
Type: object
Show Source
Nested Schema : endTime
Time at which the transaction ended.
Match All
Show Source
Nested Schema : startTime
Time at which the transaction starts.
Match All
Show Source
Nested Schema : dateTimeType
Type: object
Show Source
Nested Schema : result
Type: object
Specifies the full request status.
Show Source
Nested Schema : body
Type: object
Show Source
Nested Schema : submitDate
Date/Time at which the request was submitted.
Match All
Show Source
Nested Schema : tables
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : exportStatusItemType
Type: object
Specifies the status of an individual request item.
Show Source
Nested Schema : parts
Type: object
Information for each part within the item.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : partType
Type: object
Details for each part exported.
Show Source

400 Response

Error in request
Body ()
Root Schema : errorResponse
Type: object
Show Source
Back to Top