/cube/configuration

API to access ActivePivot Configuration service.

get

Gets all defined editable calculated members defined in a given ActivePivot.

Some additional calculated members may be defined in the ActivePivot instance. However, if they cannot be edited through this API, they won't be listed by this call.

get

Gets all defined editable KPIs defined in a given ActivePivot.

Some additional KPIs may be defined in the ActivePivot instance. However, if they cannot be edited through this API, they won't be listed by this call.

post

Executes an MDX definition statement.

The statement itself defines on which ActivePivot instance it applies. There are various types of statements that are supported by the API. The full list and examples are provided by this documentation page.

post

Sets the locale for the calling user

/cube/dataexport

API to export the result of MDX queries.

post

Sends to the client the result of a MDX query in CSV or Arrow format.

post

Exports the result of a MDX query in CSV or Arrow format to a file in the server or in the cloud.

Local Server Export: Files are exported to directories under the system temporary directory:

  • Linux/Unix: /tmp/<directoryName>
  • Windows: C:\Users\<userName>\AppData\Local\Temp\<directoryName>

Important: The target directory must already exist before export. The export will fail if the directory does not exist.

Cloud Export: Cloud exports are supported for configured cloud storage providers. For cloud exports, the directoryName should specify the cloud path (e.g., S3 bucket path).

/cube/discovery

API to access an ActivePivot cube.

get

Discover the topology of all cubes

/cube/query

API to access an ActivePivot cube.

post

Queries the cube using an MDX query (either SELECT or DRILLTHROUGH).

post

Gets the possible column headers for a given drillthrough MDX query. The request has the same format as the request for the actual drillthrough query, just the URL changes.

get

Gets the query plans for an MDX SELECT query. Note that the given MDX is run and the result is computed but only the query plans are returned.

post

Gets the query plans for an MDX SELECT query. Note that the given MDX is run and the result is computed but only the query plans are returned.

get

Lists all currently running queries on the specified cube.

Availability: This endpoint is only available in version 10, revision 2 of the Pivot API. It is not available in version 9.