Get Sandbox Details
get
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/sandbox
Returns details about sandbox members.
Request
Path Parameters
-
applicationName(required): string
Application name.
-
databaseName(required): string
Database name.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Sandbox details returned successfully; includes total sandbox members, available members, and assigned member.
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.