Skip to content

Latest commit

 

History

History
119 lines (85 loc) · 2.07 KB

api.rst

File metadata and controls

119 lines (85 loc) · 2.07 KB

API Reference

itoolkit

Toolkit Object

iToolKit

Toolkit Operations

iPgm

iSrvPgm

iCmd

iCmd5250

iSh

iXml

iDS

iData

Transports

itoolkit.transport

XmlServiceTransport

HTTP Transport

HttpTransport

Database Transport

DatabaseTransport

SSH Transport

SshTransport

Direct Memory Transport

DirectTransport

Note

This transport will only work when run on an IBM i system. On other operating systems, calling it will fail with a RuntimeError.

Warning

When using a 64-bit Python, this transport will only work with XMLSERVICE 2.0.1 or higher. When using the system XMLSERVICE in QXMLSERV, the following PTFs are available to fix this problem:

  • IBM i 7.4 - SI70669
  • IBM i 7.3 - SI70668
  • IBM i 7.2 - SI70667

Deprecated Transports

itoolkit.rest.irestcall

1.6.0 Use itoolkit.transport.HttpTransport instead.

itoolkit.db2.idb2call

1.6.0 Use itoolkit.transport.DatabaseTransport instead.

itoolkit.lib.ilibcall

1.6.0 Use itoolkit.transport.DirectTransport instead.