Update Location Alias

patch

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

Updates location alias with new application and database. Not supported when location alias is defined across Essbase instances.

Request

Supported Media Types
Path Parameters
Body ()

Location alias details.

Root Schema : LocationAliasBean
Type: object
Show Source
  • Name of the location alias.

  • If the location alias is based on a saved connection, this parameter should be true if the connection is application-level, or false if the connection is globally defined.

  • Application name for the database/cube to which the location alias refers.

  • If the location alias is based on a saved connection, the name of the connection.

  • Name of the database to which the location alias refers.

  • links
  • If the location alias is not based on a saved connection, the Essbase Server host name of the database/cube to which the location alias refers.

  • If the location alias is not based on a saved connection, the name of a user who is authorized to log in to serverName. Optional if both cubes are on the same Essbase Server.

Back to Top

Response

Supported Media Types

204 Response

OK

Location alias updated successfully.

400 Response

Bad Request

Failed to update location alias.

500 Response

Internal Server Error.

Back to Top