IBM WebSphere · JSON Structure

Websphere Liberty Admin Rest Liberty Server Structure

Type: object Properties: 9
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

LibertyServer is a JSON Structure definition published by IBM WebSphere, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name wlpVersion productEdition javaVersion javaVendor serverStatus uptime installDirectory serverDirectory

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LibertyServer",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "wlpVersion": {
      "type": "string"
    },
    "productEdition": {
      "type": "string"
    },
    "javaVersion": {
      "type": "string"
    },
    "javaVendor": {
      "type": "string"
    },
    "serverStatus": {
      "type": "string"
    },
    "uptime": {
      "type": "integer"
    },
    "installDirectory": {
      "type": "string"
    },
    "serverDirectory": {
      "type": "string"
    }
  }
}