Skip to main content

Create New Aggregates for Cube

POST 

/org/:orgId/project/:projectId/cube/:cubeId/aggregates

Create one or more new Aggregate(s) for this Cube.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    projectId stringrequired

    The Project ID (UUID) for which you are querying.

    cubeId stringrequired

    The Cube ID (UUID) for which you are querying.

Responses

Success.

Schema

    id string
    name string
    properties CommonProperties
    attributes AttributeReferences
    partitions PartitionReferences
Loading...