The exportProcess and importProcess endpoints contain the following request parameters:

Parameter

Description

fileName

The name of the file to read from or create during the process. This parameter is required except when performing an export or import in standalone mode.

mode

Indicates if the export or import is standalone or archived. This parameter is only required if using standalone mode.

id

The operation ID. This parameter is required when working in the standalone mode.

format

The format to use during the export or import. This parameter is used only when working in the standalone mode.

items

Applies only to export. A list of objects to be exported. This array contains the format and id properties of the export operation.

param

Passes additional parameters to plug-ins. For example, you can speed up an import process by not looking for an existing item to update using the following:

{
   "fileName": "account.json",
    "id" : "bulkAccountHandler",
    "mode" : "standalone",
    "format" : "json",
    "params" :{
       "update":"false"
    }
}


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices