Versions Compared

Key

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

Resource GET /processes/requestrequests/logs serve as the main way to get the job logs for a specific Request. It supports the following input parameters:

Parameter name

Description

Usage

Notes

requestID

Filtering based on Glue request ID

Mandatory

Array input possible

 All input parameters are case insensitive.

Example of REST API call:

GET

http://servername:portnumber/dvd/glue/api/v3_1/processes/

request

requests/logs?sap-client=

800

clientnumber

JSON body:

Code Block
languagejson
{ "requestID": [" 284860", " 284859"] }

...