IBM WebSphere · Example Payload

Websphere Listdatasources Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listdatasources 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": "listDataSources",
  "method": "GET",
  "path": "/resources/datasources",
  "summary": "List Data Sources",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listdatasources200Example",
      "example": [
        {
          "name": "Example Title",
          "jndiName": "example_value",
          "databaseType": "example_value",
          "jdbcProvider": "example_value",
          "connectionPool": {
            "minConnections": 10,
            "maxConnections": 10,
            "connectionTimeout": 10,
            "reapTime": 10
          },
          "status": "active"
        }
      ]
    }
  ]
}