(Glue-2111) /glue-tables
Resource /tables serves to obtain details about Glue tables. It supports following input parameters passed in body of HTTP request (JSON format only):
Parameter name | Description | Usage | Notes |
tableName | Filtering based on Glue table name | Optional | Array input possible |
package | Filtering based on SAP development package | Optional | Array input possible |
author | Filtering based on author | Optional | Array input possible |
storageID | Filtering based on storage ID | Optional | Array input possible |
All input parameters are case insensitive.
Example of REST API call:
http://servername:portnumber/dvd/glue/api/v2/glue-tables?sap-client=800
JSON body:
{
"tableName": [
"ZAP_1",
"ZAD_TEST"
],
"package": [
"$TMP",
"ZAD_TEST"
],
"author": [
"APOLTANO",
"ADZIRBIK"
],
"storageID": [
"$T_ORACLE",
"ZAP_TB_A2"
]
}
Example of the REST API output:
Functionality is implemented in the SAP class /DVD/GL_EXT2_API_TABLES.