ZendServerSDK
The ZendServerSDK, is a command line 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, Mac OS X, IBM i and Windows.
Note:
The ZendServerSDK replaced the CLI Tools, which as of Zend Server 8.5 is no longer supported.
The ZendServerSDK is controlled via the zs-client.sh wrapper script, exposing a specific set of commands, and located in:
- Linux, Mac OS X, 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.
command:configuration |
command:server |
command:codetracing |
command:jobqueue |
command:zray |
command:deployment |
command:monitor |
command:studio |
command:admin |
command:audit |
command:cache |
command:filter |
command:monitor-rules |
command:notification |
command:statistics |
command:pagecache |
command:library |
command:virtualhost |
command:urlinsight |
command:target |
command:highlevel |
command:deprectaed |
command:packaging |
command:client |
command:manual |
command:all |
For more information on the ZendServerSDK, and to download the latest stable version, go to https://github.com/zend-patterns/ZendServerSDK.