Jedox OLAP documentation

home > API > [/script/execute] >
request url https://[SERVER]:[PORT]/script/execute[?PARAMETER1=value[&...]]
short description Executes provided script.
long description
parameters
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)
result
# name type description
0 OK integer "1" means OK
examples
description
execute a script
further information