Merge Data
post
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/asodataload/actions/merge
Merges aggregate storage incremental data slices.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
applicationName(required): string
Application name.
-
databaseName(required): string
Database name.
Root Schema : MergeSliceOption
Type:
Show Source
object
-
mergeOption:
string
Allowed Values:
[ "ALL", "INCREMENTAL" ]
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Data merged successfully.
400 Response
Bad Request
Failed to merge data.
500 Response
Internal Server Error.