Get Sandbox Details

get

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

Returns details about sandbox members.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Sandbox details returned successfully; includes total sandbox members, available members, and assigned member.

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

400 Response

Bad Request

Failed to get sandbox details. 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