The Zend Server WebAPI allows external systems to connect to a programmatic, restful API that allows access to all of Zend Server’s management features. Using the WebAPI, a 3rd party system can automate cluster management, application deployment, and other development and integration tasks.
The Zend Server UI is both an example and a test case for the use of the Zend Server WebAPI. Almost every functionality in the UI is executed via sthe WebAPI.
The WebAPI is a restful gateway that relies on a signature-based authentication solution for identity control. Seated behind the authentication mechanism is also a detailed permissions system that handles access control and allows you to limit access to your Zend Server.
After a response is generated by the WebAPI it will be parsed into either in XML or JSON, and returned to the requesting entity.
To better understand how to use WebAPI, watch this video:
This reference guide includes the following sections:
WebAPI |
Zend Server |
1.0 |
5.1 |
1.1 |
5.5 |
1.2 |
5.6 |
1.3 |
6.0 |
1.4 |
6.0.1 |
1.5 |
6.1.0 |
*Current version
Note:
For a versioning of available WebAPI methods, see Available API Methods.
|
|
|
Related Links: Zend Server 5.1 WebAPI Reference Guide |
DN: ZS-WAPI-030112-5.6-01
© 1999-2013 Zend Technologies, Ltd. All rights reserved.