Viewing Application General Information
To view application details, on the Applications page, select the application for which you want to view details. The applications detail page is displayed as shown in the following image.
The Details section on the application detail page displays general information about the application. You can collapse and expand this section.
| Name | Description |
|---|---|
|
Components |
Number of components in the application. |
| Promoted References | The number of promoted references. |
| Promoted Services | The number of promoted services. |
| AMXCE Nodes | The number of AMXCE nodes on which the application is deployed. |
| Desired State | Displays readiness state for the applications as ready/total replicas. This field is not applicable for System applications. |
| System App | Specifies whether the deployed application is user application or System application. |
| Description | The application description from the YAML file |
| App Template | The application template version. |
| TEA Agent | Click the agent name to view details. |
You can perform the following tasks from the application details page:
| Task | Steps |
|---|---|
| Download Application Logs | To download all logs for an application, on the application details page, click Log File in the upper-right corner. This button will download all the logs available on the deployed nodes. The name of the downloaded file is <ApplicationName>_TimeStamp.logs.zip, the individual node log is included in a separate folder inside the zip file. |
| Download Application DAA | To download DAA for an application, on the application details page, click the DAA button in the upper-right corner. The downloaded .zip file contains the application DAA and any dependent DAA such as JDBC driver and custom features DAA. The name of the downloaded file is <ApplicationName>.zip. |
| Download Application Configuration YAML File | To download the YAML file for an application, on the application details page, click the Download YAML button in the upper-right corner. The name of the downloaded file is <ApplicationName>.yaml. |
| View Application Configuration YAML | To view the Application Configuration YAML file for an application, on the application details page, click View YAML. |
| View Log4j XML Configuration | To view the Log4j configuration applied to an application, click LOG4J in the upper-right corner. You need not inspect the container every time to view the Log4j configuration. |