IBM WebSphere · Example Payload

Websphere Updateapplication Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Updateapplication 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": "updateApplication",
  "method": "PUT",
  "path": "/applications/{appName}",
  "summary": "Update Application Configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateapplicationRequestExample",
      "example": {
        "name": "Example Title",
        "status": "started",
        "contextRoot": "example_value",
        "targetServer": "example_value",
        "deployedModules": [
          {
            "name": "Example Title",
            "type": "web",
            "uri": "example_value"
          }
        ],
        "lastModified": "2026-01-15T10:30:00Z"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Updateapplication200Example",
      "example": {
        "name": "Example Title",
        "status": "started",
        "contextRoot": "example_value",
        "targetServer": "example_value",
        "deployedModules": [
          {
            "name": "Example Title",
            "type": "web",
            "uri": "example_value"
          }
        ],
        "lastModified": "2026-01-15T10:30:00Z"
      }
    }
  ]
}