IBM WebSphere · Example Payload

Websphere Applyfix Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Applyfix 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": "applyFix",
  "method": "POST",
  "path": "/fixes/{fixId}/apply",
  "summary": "Apply a Fix",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ApplyfixRequestExample",
      "example": {
        "serverIds": [
          "example_value"
        ],
        "schedule": "2026-01-15T10:30:00Z",
        "restartAfterApply": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "name": "Applyfix202Example",
      "example": {
        "taskId": "500123",
        "status": "example_value"
      }
    }
  ]
}