IBM WebSphere · JSON Structure

Websphere Liberty Collective Controller Rest Collective Cluster Structure

Type: object Properties: 5
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

CollectiveCluster 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 description memberCount membersStarted members

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CollectiveCluster",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "memberCount": {
      "type": "integer"
    },
    "membersStarted": {
      "type": "integer"
    },
    "members": {
      "type": "array"
    }
  }
}