This CLI command displays the status of an application deployed on a server/cluster. By default, the command will return the status of all applications.
This table lists arguments common to all zs-manage commands:
Abbreviated | Full | Description | Required/Optional |
-N |
--key-name |
WebAPI key name. |
Required |
-K |
--secret-key |
WebAPI secret key. |
Required |
-U |
--server-url |
Zend Server URL. Default: http://localhost:10081/ZendServer. |
Required - when action is performed on a remote server. |
-h |
--help |
Show usage information and exit. |
Optional |
|
|
|
To use app-get-status:
/usr/local/zend/bin/zs-manage app-get-status --help
/usr/local/zend/bin/zs-manage app-get-status -N <existing key name> -K <existing key secret> CLI Tools will return the status of all your applications.
/usr/local/zend/bin/zs-manage app-get-status [app ID] CLI Tools will return the status of the specified application. APPINFO 2 http://<default-server>:80/sanity mtrig http://localhost/sanity /usr/local/zend/var/apps/http/__default__/0/sanity/1.0.0 deployed SERVERAPPINFO 0 1.0.0 deployed |
|
|