name |
type |
description |
database |
identifier |
Identifier of the database |
name_database |
string |
Name of the database. Used only if database parameter is omitted. |
cube |
identifier |
Identifier of the cube |
name_cube |
string |
Name of the cube. Used only if cube parameter is omitted. |
function |
integer |
Optional predictive function. (0 - no prediction (default), 1 - linear regression on consolidated level) |
path |
path |
Source cell path used for copy (function=0). Comma separated list of element identifiers. |
name_path |
npath |
Source cell path used for copy (function=0). Comma separated list of element names. Used only if path parameter is omitted. |
area |
area |
Source area used for the predictive function (function=1). Comma separated list of element identifiers lists. Each element identifiers list is colon separated, only one list can contain multiple elements. The area is the cartesian product. |
path_to |
path |
Target cell path. Comma separated list of element identifiers. |
name_path_to |
npath |
Target cell path. Comma separated list of element names. Used only if path_to parameter is omitted. |
use_rules |
boolean |
If 1, then copy rule based cell values (default is 0) |
value |
double |
The numeric value of the target cube cell. (optional) |
locked_paths |
path |
Optional colon separated list of paths. Each path is a comma separated list of element identifiers. Splashing will not change locked paths and sources areas of these paths if they are consolidated. |
wait |
boolean |
If 1 then waits until the asynchronous part of operation is finished (optional, default is 0) |
sid |
string |
Session identifier for a server connection. Use the /server/login request to get a valid session identifier. |