IBM WebSphere · Example Payload

Websphere Startapplication Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Startapplication 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": "startApplication",
  "method": "POST",
  "path": "/applications/{appName}/start",
  "summary": "Start an Application",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Startapplication200Example",
      "example": {
        "name": "Example Title",
        "status": "started",
        "message": "example_value"
      }
    },
    {
      "status": "409",
      "contentType": "application/json",
      "name": "Startapplication409Example",
      "example": {
        "code": "example_value",
        "message": "example_value",
        "details": "example_value"
      }
    }
  ]
}