ZendServerSDK

The ZendServerSDK, is a command line (CLI) application that communicates with Zend Server's Web API. The ZendServerSDK allows you to perform common setup operations as well as Web API operations either locally or remotely. It can run on all modern operating systems, including Linux, IBM i and Windows.

Note:

The ZendServerSDK replaced the CLI Tools, which as of Zend Server 8.5 are no longer supported.

The ZendServerSDK is controlled via the zs-client.sh wrapper script, exposing a specific set of commands, and located in:

  • Linux, IBM i: /usr/local/zend/bin/zs-client.sh
  • Windows: C:\Program Files (x86)\Zend\ZendServer\bin\zs-client.bat

The ZendServerSDK code is installed as a library at '<install_path>\data\libraries\ZendServerSDK', and as such can be updated manually or automatically.

Command Groups

The following command groups are available.

For more information on the ZendServerSDK, and to download the latest stable version, go to https://github.com/zend-patterns/ZendServerSDK.