Essbase 21.4 → 21.5
Description and summary text changes are ignored; everything below is a change to the shape of the API.
| 21.4 | 21.5 | Change | |
|---|---|---|---|
| Endpoints | 343 | 344 | +1 |
| Models | 238 | 240 | +2 |
Endpoints added in 21.5
- GET
/applications/{applicationName}/databases/{databaseName}/settings/compressioninfoGet Compression Settings
Endpoints removed in 21.5
No endpoints removed.
Endpoints changed
- DELETE
/applications/{applicationName}/databases/{databaseName}/partitions- parameter `type` in `query`: string{TRANSPARENT,REPLICATED,FEDERATED,LAZY_TRANSPARENT} (required) -> string{TRANSPARENT,REPLICATED,FEDERATED} (required)
- GET
/applications/{applicationName}/databases/{databaseName}/partitions- parameter `type` in `query`: array[string{TRANSPARENT,REPLICATED,FEDERATED,LAZY_TRANSPARENT}] -> array[string{TRANSPARENT,REPLICATED,FEDERATED}]
- POST
/applications/{applicationName}/databases/{databaseName}/partitions/lock- parameter `type` in `query`: string{TRANSPARENT,REPLICATED,FEDERATED,LAZY_TRANSPARENT} (required) -> string{TRANSPARENT,REPLICATED,FEDERATED} (required)
- POST
/applications/{applicationName}/databases/{databaseName}/partitions/unlock- parameter `type` in `query`: string{TRANSPARENT,REPLICATED,FEDERATED,LAZY_TRANSPARENT} (required) -> string{TRANSPARENT,REPLICATED,FEDERATED} (required)
Models added in 21.5
CompressionInfoOutput2 propertiesEssbaseASODbCompression13 properties
Models removed in 21.5
None.
Models changed
ConnectionInfoBean- added `isFactManagedByFederatedCube` - boolean
HPA- added `maxFileCount` - integer(int64)