IBM WebSphere · Example Payload

Websphere Getmember Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getmember 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": "getMember",
  "method": "GET",
  "path": "/members/{memberName}",
  "summary": "Get Member Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmember200Example",
      "example": {
        "name": "Example Title",
        "hostName": "example_value",
        "userDir": "example_value",
        "status": "STARTED",
        "clusterName": "example_value",
        "httpsPort": 10,
        "wlpVersion": "example_value",
        "javaVersion": "example_value"
      }
    }
  ]
}