IBM WebSphere · Example Payload

Websphere Listscalingpolicies Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listscalingpolicies Example is an example object payload from IBM WebSphere, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listScalingPolicies",
  "method": "GET",
  "path": "/scaling/policies",
  "summary": "List Scaling Policies",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listscalingpolicies200Example",
      "example": [
        {
          "name": "Example Title",
          "clusterName": "example_value",
          "enabled": true,
          "minMembers": 10,
          "maxMembers": 10,
          "scaleUpTrigger": {
            "metric": "cpuUtilization",
            "threshold": 42.5,
            "duration": 10
          },
          "scaleDownTrigger": {
            "metric": "cpuUtilization",
            "threshold": 42.5,
            "duration": 10
          },
          "cooldownPeriod": 10
        }
      ]
    }
  ]
}