IBM WebSphere · Schema

WebSphere Server

Represents an IBM WebSphere Application Server or Liberty server instance, including its configuration, runtime status, resource allocations, and management properties.

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string The unique name of the server instance.
displayName string Human-readable display name for the server.
description string Description of the server purpose.
serverType string Type of server.
status string Current runtime status of the server.
nodeName string Name of the node where this server resides.
cellName string Name of the cell this server belongs to.
clusterName string Name of the cluster this server is a member of, if any.
hostName string Hostname or IP address of the machine running this server.
version string WebSphere product version.
productEdition string Product edition (e.g., Base, Network Deployment, Liberty).
pid integer Operating system process ID of the running server.
uptime integer Server uptime in milliseconds.
installDirectory string Installation directory path.
serverDirectory string Server-specific configuration directory path.
ports array Network ports configured for this server.
jvmConfig object JVM configuration for this server.
features array Enabled Liberty features (Liberty servers only).
webContainer object Web container configuration.
logging object Logging configuration.
applications array Applications deployed on this server.
dataSources array Data sources configured on this server.
createdDate string Date and time the server was created.
lastStarted string Date and time the server was last started.
metadata object Additional metadata associated with the server.
View JSON Schema on GitHub