Skip to main content

Export Cube Aggregates

GET 

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

Read a specific Aggregate.

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

    atScaleExportVersion string

    The AtScale system version from which the export originated.

    exportSummary ConnectionSummaries

    Summarized information such as aggregate count, grouped by Connection ID.

    exportTimestamp string

    Server-generated timestamp the export file was generated.

    exportOrgId string

    Source Organization

    exportProjectId string

    Project ID

    exportCubeId string

    Cube ID. Must exist on the target system.

    aggregates AggregateDefinitions

    Aggregate Definitions. For internal use only.

Loading...