IBM WebSphere · JSON Structure

Websphere Admin Rest Node Structure

Type: object Properties: 5
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

name hostName platformOS servers synchronized

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Node",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "hostName": {
      "type": "string"
    },
    "platformOS": {
      "type": "string"
    },
    "servers": {
      "type": "array"
    },
    "synchronized": {
      "type": "boolean"
    }
  }
}