Start of change

Setting up the provided REST APIs

To call any of the REST service APIs that are provided by Db2 Admin Tool, you must first define the provided stored procedures and then bind them as REST services.

About this task

For a list of REST APIs provided by Db2 Admin Tool and their corresponding stored procedures, see Provided REST APIs.

Procedure

To set up the provided REST APIs:

  1. Create the stored procedures.
  2. Run one or more of the following sample jobs to bind the stored procedures as a REST service:
    Sample job Stored procedures that it binds as a REST service
    ADB2MER ADB2MES, ADB2MEX, ADB2ME2
    ADB2FMS ADB2FMP, ADB2FMM
    ADBSERV ADBGDDL

    ADBGMS

    ADBGMSP
End of change