Create Sandbox
post
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/sandbox
Creates Sandbox and CellProperties dimensions, while at the same time enabling scenario management for this cube.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
applicationName(required): string
Application name.
-
databaseName(required): string
Database name.
Maximum count of sandbox dimension members. Default is 100 if body is empty.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Sandbox created successfully; includes links to sandbox details.
400 Response
Bad Request
Failed create sandbox. The application or database name may be incorrect, or the logged in user may not have the appropriate application role.
500 Response
Internal Server Error.