IBM WebSphere · Example Payload

Websphere Testdatasourceconnection Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Testdatasourceconnection 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": "testDataSourceConnection",
  "method": "POST",
  "path": "/resources/datasources/{dsName}/test",
  "summary": "Test Data Source Connection",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Testdatasourceconnection200Example",
      "example": {
        "success": true,
        "message": "example_value"
      }
    }
  ]
}