When you perform a process in standalone mode, no archive file is generated as the data is saved directly into a single file. To use the standalone mode use the mode parameter to identifies the process mode type as standalone.

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

{
  "fileName" : "opt.json",
  "mode" : "standalone",
  "id" : "ID1",
  "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, which are described in the Process parameters section.


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