IBM WebSphere · Example Payload

Websphere Getscalingpolicy Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getscalingpolicy 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": "getScalingPolicy",
  "method": "GET",
  "path": "/scaling/policies/{policyName}",
  "summary": "Get Scaling Policy Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getscalingpolicy200Example",
      "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
      }
    }
  ]
}