Start or Stop Database

put

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}

Performs specified action on the application and database. Valid actions are Start and Stop.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Action performed successfully.

400 Response

Bad Request

Failed to perform action.

500 Response

Internal Server Error.

Back to Top