You are currently viewing Zend Server 5.x documentation. Click here to view the latest Zend Server online documentation.
You are here: Web API Reference Guide > Data Types > Response Data Types > applicationInfo

applicationInfo

Information about a specific deployed application.

Parameter

 Type

Count

Description

ID

Integer

1

The application's ID.

baseUrl

String

1

The application's base URL.

appName

String

1

The application's name.

userAppName

String

1

Free text for the user defined application identifier.

installedLocation

String

1

The location of the file system in which the application's source code is located.

status

String

1

The application's status, which may be one of the following codes:

  • uploadError
  • staging
  • stageError
  • activating
  • deployed
  • activateError
  • deactivating
  • deactivateError
  • unstaging
  • unstageError
  • rollingBack
  • rollbackError
  • unknown
  • partially deployed (available for Zend Server Cluster Manager only)
  • notExists

servers

applicationServer

0+

Details of the application's status and version per server.

deployedVersions

deployedVersions

1

A list of messages related to the application.

 

 

Related Links

Related Links:

Response Data Types

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.