- URL:https://<items-url>/enterpriseDatabases/<datastore item>/machines/machine/start(POST only)
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.3
Description
This operation starts the database instance running on a Data Store machine.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default format is html. Values: html | json | pjson |
Example usage
Below is a sample POST request for start:
POST /webadaptor/admin/data/items/enterpriseDatabases/myDataStore/machines/dataStoreMachine/start HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}