IBM WebSphere · JSON Structure

Websphere Admin Rest Server Structure

Type: object Properties: 7
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

name nodeName clusterName status serverType pid ports

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Server",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "nodeName": {
      "type": "string"
    },
    "clusterName": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "serverType": {
      "type": "string"
    },
    "pid": {
      "type": "integer"
    },
    "ports": {
      "type": "array"
    }
  }
}