Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource /generate serves as a mass generation function for Glue objects.

...

 Example of REST API call (against web service on the NSD system):
http://azweappddmo01servername:8001portnumber/dvd/glue/api/v2/generate?sap-client=800

 JSON body:
{
    "SAPTableName": [
        "DD02L",
        "DD01L"
    ],
    "GlueTableSett": {
        "prefix": "ZGL_",
        "devclass": "$TMP",
        "glRequest": "X",
        "glRequestAsKey": "X"
    },
    "ext2Sett": {
        "prefix": "ZGL_",
        "devclass": "$TMP",
        "suffixFetcher": "_F",
        "suffixConsumer": "_C",
        "suffixProcess": "_P",
        "deltaType": "FULL",
        "loadType": "F"
    }
}

Example of the REST API output:

View file
namejson output generate.docx
page(Glue-2008) /generate
spaceDATAVARD

Note: If the job is scheduled in the background, the HTTP response code is set to 200 with information about Job
“200 Generation scheduled under Job name - ZDVD_GLUE_OBJ_GEN_MCHOMA”

...