Client Management Support APIs

The client management support APIs and the related exit programs are provided to act on the client information database found on the server. Functions include adding clients to and removing clients from the server, updating client information, and refreshing the database with directory, hardware, and software information stored on the client.

The client information database is a set of physical and logical files that enables the use of IBM® i database interfaces or SQL to retrieve client information. The information stored in the database has been retrieved by using the Simple Network Management Protocol (SNMP) GET and GETNEXT requests from the client when it was connected to the server.

The client management support APIs can call an exit program if it has been registered with the associated exit point of that API. The exit program can be registered by using the Work with Registration Information (WRKREGINF) command. When the API function is complete, the Add, Refresh, and Update exit programs are called; the associated exit programs notify you when the API functions have been completed. The Remove exit program is called before the API performs the remove function.

The client management support APIs are:

The client management support exit programs are:


[ Back to top | APIs by category ]