IBM WebSphere · Arazzo Workflow
WebSphere Data Source Connectivity Check
Version 1.0.0
Find a JDBC data source, read its configuration, and test its connection.
View Spec
View on GitHub
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddlewareArazzoWorkflows
Provider
Workflows
check-datasource-connectivity
Read a JDBC data source configuration and test its database connection.
Locates a data source in the configured list, reads its pool settings, and runs the connection test, returning whether the database responded.
1
listDataSources
listDataSources
List the configured JDBC data sources so the target can be confirmed before reading or testing it.
2
getDataSource
getDataSource
Read the target data source to capture its JNDI name and connection pool configuration.
3
testConnection
testDataSourceConnection
Run the built-in connection test for the data source to confirm the database is reachable.