Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The resource/schedule serves as the main way to execute the Extraction Process to run immediately. It supports the following input parameters:

...

 Example of REST API call:
http://servername:portnumber/dvd/glue/api/v2/schedule?sap-client=800

 JSON body:
{
    "processid": "ZTS_SFLIGHT",
    "packagesize": "1000",
    "truncate": "X",
    "loadtype": "E"
}

Example of the REST API output:

...

Note: If the job is not executed within 20 seconds after the submit submission of the job, requestId is set to 0.

...

Example of the REST API output for preview mode: 

JSON body:
{
    "processid": "ZIG_SFLIGHT_P",
    "packagesize": "50",
    "previewmode": "X"
}

Example of the REST API output for preview mode:

...