Get Supported Partition Types

get

/essbase/rest/v1/applications/partitions/supportedfederatedtypes

Returns supported federated partition types.

Federated partition feature requires the following infrastructure: Essbase and Oracle Autonomous Database Serverless (with Autonomous Data Warehouse workload type) are deployed together in a shared OCI tenancy. The Autonomous Data Warehouse is the repository database for Essbase's RCU schemas.

This API returns [ "ANALYTIC_VIEW" ] if federated partitions are supported in the current environment, and an empty result otherwise.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK

Returned supported partition types successfully.

400 Response

Bad Request

Failed to get supported types.

500 Response

Internal Server Error.

Back to Top