IBM WebSphere · Schema

WebSphere Application

Represents a deployed application in IBM WebSphere Application Server or Liberty, including its configuration, modules, deployment targets, and runtime status.

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string The unique name of the application within the server or cell.
displayName string Human-readable display name for the application.
description string Description of the application purpose and functionality.
status string Current runtime status of the application.
type string Application archive type.
contextRoot string Context root for web modules within the application.
location string File system location of the application archive or directory.
autoStart boolean Whether the application starts automatically when the server starts.
targetServer string Name of the server where the application is deployed.
targetCluster string Name of the cluster where the application is deployed.
modules array Application modules contained within the deployment.
classloaderPolicy string Class loader policy for the application.
classloaderMode string Class loading delegation mode.
securityRoles array Security roles defined in the application.
sessionManagement object Session management configuration.
version string Application version identifier.
deployedDate string Date and time the application was deployed.
lastModified string Date and time the application was last modified.
metadata object Additional metadata associated with the application.
View JSON Schema on GitHub