Partitions
Retrieves the list of partitions of a loaded schemas.
URL
/icCube/api/console/admin/Partitions
Parameters
Name | Type | Cardinality | Default value |
filter | string | zero-n |
Return (Payload)
{ "header": { "headers": [ "cube", -- can be used in filter parameter "facts", -- can be used in filter parameter "name", -- can be used in filter parameter "kind" -- can be used in filter parameter ] }, "rows": [ { "cells": [ "Sales", "Sales", "JPN", "TABLE" ] }, { "cells": [ "Sales", "Sales", "USA", "TABLE" ] }, { ... } ] }
Description
This request retrieves the list of partitions of a schemas loaded in the icCube server.
The kind of partition can be either NONE or LEVEL or TABLE depending of the kind of facts (aka. measure groups) partitioning being used.