IBM WebSphere · Example Payload

Websphere Getmanagedserver Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getmanagedserver 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": "getManagedServer",
  "method": "GET",
  "path": "/servers/{serverId}",
  "summary": "Get Managed Server Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmanagedserver200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "type": "was-traditional",
        "version": "example_value",
        "host": "example_value",
        "port": 10,
        "status": "active",
        "vulnerabilityCount": 10,
        "lastScanDate": "2026-01-15T10:30:00Z",
        "registeredDate": "2026-01-15T10:30:00Z",
        "installedFixes": [
          "example_value"
        ]
      }
    }
  ]
}