Resource GET /processes/request/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/logs?sap-client=800 |
---|
JSON body:
{ "requestID": [" 284860", " 284859"] }
Message type values:
S Success, status
I Information
E Error
W Warning
A Abend (abnormal end of task)
X Exit
Functionality is implemented in the SAP class /DVD/GL_EXT2_API_LOGS.