Applications REST Endpoints
Applications
- Copy Application
- Method: postPath:
/essbase/rest/v1/applications/actions/copy - Copy Database
- Method: postPath:
/essbase/rest/v1/applications/{applicationName}/databases/actions/copy - Create Application and Database
- Method: postPath:
/essbase/rest/v1/applications - Create Shadow Application
- Method: postPath:
/essbase/rest/v1/applications/actions/shadowCopy - Decrypt Application
- Method: postPath:
/essbase/rest/v1/applications/{applicationName}/decrypt - Delete Application
- Method: deletePath:
/essbase/rest/v1/applications/{applicationName} - Delete Database
- Method: deletePath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName} - Delete Shadow Application
- Method: deletePath:
/essbase/rest/v1/applications/actions/shadowDelete/{shadowAppName} - Encrypt Application
- Method: postPath:
/essbase/rest/v1/applications/{applicationName}/encrypt - Execute Report Script
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/executeReport - Get Application
- Method: getPath:
/essbase/rest/v1/applications/{applicationName} - Get Application Provisioning Report
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/provisionReport - Get Application Tree View
- Method: getPath:
/essbase/rest/v1/applications/actions/tree - Get Calculation Functions
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/calculationFunctions - Get Currency Settings
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/currencySettings - Get Database
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName} - Get Encryption Info
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/encryptionconfig - Get Formula Functions
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/formulaFunctions - Get MDX Functions
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/mdxFunctions - List Active Aliases
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/aliases/getActiveAlias - List Aliases
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/aliases - List Application Names
- Method: getPath:
/essbase/rest/v1/applications/actions/name/{appVisiblity} - List Applications
- Method: getPath:
/essbase/rest/v1/applications - List Databases
- Method: getPath:
/essbase/rest/v1/applications/{applicationName}/databases - Promote Shadow Application
- Method: postPath:
/essbase/rest/v1/applications/actions/shadowPromote - Rename Application
- Method: postPath:
/essbase/rest/v1/applications/actions/rename - Rename Database
- Method: postPath:
/essbase/rest/v1/applications/{applicationName}/databases/actions/rename - Set Currency Settings
- Method: postPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/currencySettings - Start or Stop Application
- Method: putPath:
/essbase/rest/v1/applications/{applicationName} - Start or Stop Database
- Method: putPath:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}