IBM WebSphere · Example Payload

Websphere Createjavadump Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Createjavadump 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": "createJavaDump",
  "method": "POST",
  "path": "/server/javadump",
  "summary": "Create a Java Dump",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Createjavadump200Example",
      "example": {
        "dumpFile": "example_value",
        "timestamp": "2026-01-15T10:30:00Z"
      }
    }
  ]
}