IBM WebSphere · JSON Structure

Websphere Liberty Collective Controller Rest Scaling Policy Structure

Type: object Properties: 8
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

name clusterName enabled minMembers maxMembers scaleUpTrigger scaleDownTrigger cooldownPeriod

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScalingPolicy",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "clusterName": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "minMembers": {
      "type": "integer"
    },
    "maxMembers": {
      "type": "integer"
    },
    "scaleUpTrigger": {
      "type": "object"
    },
    "scaleDownTrigger": {
      "type": "object"
    },
    "cooldownPeriod": {
      "type": "integer"
    }
  }
}