name |
type |
description |
sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |
definition |
string |
Content of the script to execute. |
database |
identifier |
Identifier of the database. |
name_database |
string |
Name of the database. Used only if database parameter is omitted. |
new_name |
string |
Name of the new database to be created. Used only if database and name_database parameters are omitted. |
variables |
string |
Variables values. Variable name string + comma + type (1=NUMERIC, 2=STRING) + comma + variable value, variables separated by semicolon. Example: "var1",1,5;"var2",2,"Demo" |
use_audit |
boolean |
Store cell change operations made by the script to audit (relevant cube audit still has to be enabled; default false) |