IBM WebSphere · Example Payload

Websphere Getdatasource Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getdatasource 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": "getDataSource",
  "method": "GET",
  "path": "/resources/datasources/{dsName}",
  "summary": "Get Data Source Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatasource200Example",
      "example": {
        "name": "Example Title",
        "jndiName": "example_value",
        "databaseType": "example_value",
        "jdbcProvider": "example_value",
        "connectionPool": {
          "minConnections": 10,
          "maxConnections": 10,
          "connectionTimeout": 10,
          "reapTime": 10
        },
        "status": "active"
      }
    }
  ]
}