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
Path Parameters
Body ()

Maximum count of sandbox dimension members. Default is 100 if body is empty.

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

Response

Supported Media Types

200 Response

OK

Sandbox created successfully; includes links to sandbox details.

Body ()
Root Schema : SandboxDetail
Type: object
Show Source

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.

Back to Top