Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 Glue request ID

Mandatory

array input possible

 All input parameters are case insensitive.

 Example of REST API call (against web service on the NSD system):
http://azweappddmo01:8001/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.

  • No labels