IBM WebSphere · Schema

Cluster

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string Cluster name
status string
members array
preferLocal boolean Whether to prefer local routing
View JSON Schema on GitHub

JSON Schema

websphere-admin-rest-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Cluster",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Cluster name"
    },
    "status": {
      "type": "string"
    },
    "members": {
      "type": "array"
    },
    "preferLocal": {
      "type": "boolean",
      "description": "Whether to prefer local routing"
    }
  }
}