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. |
path |
path |
Comma separated list of element identifiers |
name_path |
npath |
Comma separated list of element names. Used only if path parameter is omitted. |
value |
double/string |
The numeric or string value of the cube cell. Do not forget to URL encode string values. |
add |
boolean |
If 0 (the default), then a numeric value given is stored in the cube. If 1, then a numeric value given is added to the existing value or set if no value currently exists. Setting add to 1, requires splash mode 0 or 1. |
splash |
integer |
Optional splash mode for setting values if the comma
separated list of elements contains consolidated elements. (0=no splashing, 1=default, 2=add, 3=set) |
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. |
event_processor |
boolean |
If 1 (the default), then setting a new value will possibly call the supervision event processor. If 0, then the supervision event processor is circumvented. Note that you need extra permissions to use this feature. |
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. |