IBM WebSphere · Example Payload

Websphere Getfix Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getfix 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": "getFix",
  "method": "GET",
  "path": "/fixes/{fixId}",
  "summary": "Get Fix Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getfix200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "type": "security",
        "description": "A sample description.",
        "resolvedCVEs": [
          "example_value"
        ],
        "applicableVersions": [
          "example_value"
        ],
        "downloadURL": "https://www.example.com",
        "releaseDate": "2026-01-15T10:30:00Z",
        "size": 10
      }
    }
  ]
}