(Glue-2408) /glue-tables

Resource /tables serve to obtain details about SNP Glue™ tables. It supports the following input parameters passed in the body of the HTTP request (JSON format only): 

Parameter name

Description

Usage

Notes

Parameter name

Description

Usage

Notes

tableName 

Filtering based on SNP Glue™ table name 

Optional 

Array input possible 

package 

Filtering based on the SAP development package 

Optional 

Array input possible 

author 

Filtering based on the 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.