When you perform an export or import in standalone mode, no archive file is generated as the data is saved directly into a single file. To transfer data in the standalone mode, use the mode parameter to identify the process mode type as standalone.

The following is an export request in standalone mode, which creates a single file:

POST /ccadmin/v1/exportProcess
{
  "fileName" : "product.json",
  "mode" : "standalone",
  "id" : "Products",
  "format" : "json"
}

As displayed in the above example, the request contains the fileName parameter, which represents the name of the data file, as well as the id and format parameter.


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