This resource starts a stopped data source. Starting a data source re-initializes the data source, creates connections, and transitions the data source to a health state of Running
.
The resource supports the following methods:
The POST method on this resource starts a data source.
This method returns one of the Standard HTTP Status Codes.
This example uses the POST method to start a data source.
Example Request
curl -v \ --user username:password \ -H X-Requested-By:MyClient \ -H Accept:application/json \ -X POST http://localhost:7001/management/wls/latest/datasources/id/TestDataSource/start
Example Response
HTTP/1.1 200 OK Response Body: {"messages": [{ "message": "Data Source 'TestDataSource' was successfully started.", "severity": "SUCCESS" }]}