The applicationGetStatus Web API Method
Get the list of applications currently deployed (or staged) on the server or the cluster and information about each application. If application IDs are specified, this method will return information about the specified applications. If no IDs are specified, this method will return information about all applications on the server or cluster.
Version: 1.2
Required Permissions: Read-only
HTTP method: GET
Supported by Editions:Zend Server
Request Parameters:
Parameter |
Type |
Required |
Description |
applications |
Array |
No |
A list of application IDs. If specified, information will be returned about the specific applications only. If not specified, information about all applications will be returned. If a non-existing application ID is provided this action will not fail but instead will return no information about the specific application. |
direction |
String |
No |
One of ASC|DESC. Sets the ordering direction. Ordering is always by User application name. |
Expected Response Code: 200 OK - For more information see Response Format.
Response Type: applicationsList
Possible Action Specific Error Codes: This action has no specific error codes
Example
|
Request
Response
|
Important Note:
For Zend Server on Mac or Linux, this action is also available via the command line using CLI Tools. For more information see CLI Tools.