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
  • notExists

isRollbackable

Boolean

1

If the application can be rollbacked (added 1.3)

isRedeployable

Boolean

1

If the application can be redeployed (added 1.3)

servers

applicationServer

0+

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

deployedVersions

deployedVersions

1

A list of messages related to the application.

creationTime

Date

1

ISO8061 formatted date and time (added 1.3)

lastUsed

Date

1

ISO8061 formatted date and time (added 1.3)

isDefinedApplication

Boolean

1

Indicates if this is a defined application, as opposed to a deployed package

vhostId

Integer

1

Unique identifier of the vhost the application is deployed on

Version: 1.1