Copy Database

post

/essbase/rest/v1/applications/{applicationName}/databases/actions/copy

Copies a database. You must provide the source and destination application and database names.

Request

Supported Media Types
Path Parameters
Body ()

Source and destination database information.

Root Schema : CubeCopy
Type: object
Show Source
Nested Schema : To
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Database copied successfully.

400 Response

Bad Request

Failed to copy database.

500 Response

Internal Server Error.

Back to Top