Get Location Aliases

get

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locationaliases

Gets details about location aliases defined on the database.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Location aliases returned successfully.

Body ()
Root Schema : LocationAliasList
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : LocationAliasBean
Type: object
Show Source

400 Response

Bad Request

Failed to get location alias details.

500 Response

Internal Server Error.

Back to Top