IBM WebSphere · Example Payload

Websphere Getvulnerability Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getvulnerability 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": "getVulnerability",
  "method": "GET",
  "path": "/vulnerabilities/{vulnerabilityId}",
  "summary": "Get Vulnerability Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getvulnerability200Example",
      "example": {
        "id": "abc123",
        "cveIds": [
          "example_value"
        ],
        "severity": "critical",
        "cvssScore": 42.5,
        "description": "A sample description.",
        "affectedServers": [
          "example_value"
        ],
        "status": "open",
        "availableFixes": [
          "example_value"
        ],
        "publishedDate": "2026-01-15T10:30:00Z",
        "discoveredDate": "2026-01-15T10:30:00Z"
      }
    }
  ]
}