IBM WebSphere · Example Payload

Websphere Stopmember Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Stopmember 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": "stopMember",
  "method": "POST",
  "path": "/members/{memberName}/stop",
  "summary": "Stop a Collective Member",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Stopmember200Example",
      "example": {
        "name": "Example Title",
        "status": "STARTED",
        "message": "example_value"
      }
    }
  ]
}