Rename Database

post

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

Renames a database. You must provide the source application name, and the source and destination database names. Destination application name is not required.

Request

Supported Media Types
Path Parameters
Body ()

Source and destination database information.

Root Schema : CopyRenameBean
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Database renamed successfully.

400 Response

Bad Request

Failed to rename database.

500 Response

Internal Server Error.

Back to Top