(Glue 2402) /logs
Resource /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 SNP Glue™ request ID | Mandatory | Array input possible |
All input parameters are case insensitive.
Example of REST API call:
http://servername:portnumber/dvd/glue/api/v2/logs?sap-client=800
JSON body:
{
"requestID": [
" 284860",
" 284859"
]
}
Example of the REST API output:
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.