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/ |
---|
requests/logs?sap-client= |
---|
clientnumber |
---|
JSON body:
Code Block | ||
---|---|---|
| ||
{ "requestID": [" 284860", " 284859"] } |
...