IBM WebSphere · JSON Structure

Websphere Admin Rest Cluster Status Structure

Type: object Properties: 5
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

ClusterStatus 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 status membersStarted membersTotal message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClusterStatus",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "membersStarted": {
      "type": "integer"
    },
    "membersTotal": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    }
  }
}