IBM WebSphere · Schema

LibertyServer

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string Server name
wlpVersion string Liberty version
productEdition string Product edition
javaVersion string Java version
javaVendor string Java vendor
serverStatus string
uptime integer Server uptime in milliseconds
installDirectory string Liberty installation directory
serverDirectory string Server configuration directory
View JSON Schema on GitHub

JSON Schema

websphere-liberty-admin-rest-liberty-server-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LibertyServer",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Server name"
    },
    "wlpVersion": {
      "type": "string",
      "description": "Liberty version"
    },
    "productEdition": {
      "type": "string",
      "description": "Product edition"
    },
    "javaVersion": {
      "type": "string",
      "description": "Java version"
    },
    "javaVendor": {
      "type": "string",
      "description": "Java vendor"
    },
    "serverStatus": {
      "type": "string"
    },
    "uptime": {
      "type": "integer",
      "description": "Server uptime in milliseconds"
    },
    "installDirectory": {
      "type": "string",
      "description": "Liberty installation directory"
    },
    "serverDirectory": {
      "type": "string",
      "description": "Server configuration directory"
    }
  }
}