Skip to main content
POST
/
activeviam
/
pivot
/
rest
/
v9
/
cube
/
configuration
/
execute
Executes an MDX definition statement.
curl --request POST \
  --url http://localhost:9090/activeviam/pivot/rest/v9/cube/configuration/execute \
  --header 'Content-Type: application/json' \
  --data '
{
  "owner": [
    "<string>"
  ],
  "owners": [
    "<string>"
  ],
  "reader": [
    "<string>"
  ],
  "readers": [
    "<string>"
  ],
  "statement": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

MDX definition statement payload.

owner
string[]
write-only
owners
string[]
reader
string[]
write-only
readers
string[]
statement
string

Response

Status of the operation.