All REST Endpoints
AI
The operations from the AI category.
- AI Pass Through
- Method: postPath:
/ai/applications/{applicationName}/chat/passThrough - Associate AI Connection
- Method: postPath:
/ai/applications/{applicationName}/connection/{connectionName} - Chat with Ask Essbase
- Method: getPath:
/ai/aiconnection/{aiConnectionName}/vectorindex/{vectorIndexName}/narrate/{profileName} - Check If Ask Essbase Is Enabled
- Method: getPath:
/ai/vectorindex - Create OCI Chat Credential using Signing Key
- Method: postPath:
/ai/dbconnection/{dbConnectionName}/chat/credential/signingkey/{credentialName} - Create OCI Chat Profile
- Method: postPath:
/ai/aiconnection/{aiConnectionName}/chat/profile/{profileName} - Create OCI Vector Credential
- Method: postPath:
/ai/dbconnection/{dbConnectionName}/vector/credential/{credentialName} - Delete Calculation-specific Conversation
- Method: deletePath:
/ai/applications/{applicationName}/databases/{databaseName}/calculation/conversation/{conversationId} - Delete Conversation History
- Method: deletePath:
/ai/applications/{applicationName}/databases/{databaseName}/conversationHistory - Delete OCI Chat Credential
- Method: deletePath:
/ai/dbconnection/{dbConnectionName}/chat/credential/{credentialName} - Delete OCI Chat Profile
- Method: deletePath:
/ai/aiconnection/{aiConnectionName}/chat/profile/{profileName} - Delete OCI Vector Credential
- Method: deletePath:
/ai/dbconnection/{dbConnectionName}/vector/credential/{credentialName} - Disable Ask Essbase
- Method: deletePath:
/ai/aiconnection/{aiConnectionName}/job/vectorindex - Dissociate AI Connection
- Method: deletePath:
/ai/applications/{applicationName}/connection - Enable Ask Essbase
- Method: postPath:
/ai/aiconnection/{aiConnectionName}/job/vectorindex - Generate Calculation Script
- Method: postPath:
/ai/applications/{applicationName}/databases/{databaseName}/calculation/generate - Get AI Connection
- Method: getPath:
/ai/connection - Get Calculation-specific Conversation History
- Method: getPath:
/ai/applications/{applicationName}/databases/{databaseName}/calculation/conversation/{conversationId} - Get Conversation History
- Method: getPath:
/ai/applications/{applicationName}/databases/{databaseName}/conversationHistory - List Calculation-specific Conversations IDs
- Method: getPath:
/ai/applications/{applicationName}/databases/{databaseName}/calculation/conversation - List Conversations
- Method: getPath:
/ai/applications/{applicationName}/databases/{databaseName}/conversation - List Sample Queries
- Method: postPath:
/ai/applications/{applicationName}/databases/{databaseName}/listSampleQueries - MDX Generator
- Method: postPath:
/ai/applications/{applicationName}/databases/{databaseName}/mdxgenerator - N-Nearest-Neighbour Search
- Method: postPath:
/ai/applications/{applicationName}/databases/{databaseName}/nnearestneighboursearch - Semantic Search
- Method: postPath:
/ai/applications/{applicationName}/databases/{databaseName}/semanticsearch - Vectorization Date
- Method: postPath:
/ai/applications/{applicationName}/databases/{databaseName}/vectorizationDate - Vectorize Outline Job
- Method: postPath:
/ai/applications/{applicationName}/job/vectorize/databases/{databaseName}
About Essbase
The operations from the About Essbase category.
- About Essbase
- Method: getPath:
/about - About Essbase Instance
- Method: getPath:
/about/instance
Aggregate Storage Load Buffers
The operations from the Aggregate Storage Load Buffers category.
- Create Buffer
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/asodataload/buffers - Destroy Dataload Buffer
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/asodataload/buffers - List Buffers
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/asodataload/buffers - Merge Data
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/asodataload/actions/merge
Application Configuration
The operations from the Application Configuration category.
- Add Application Configuration
- Method: postPath:
/applications/{applicationName}/configurations - Delete Application Configuration
- Method: deletePath:
/applications/{applicationName}/configurations/{configId} - Get Application Configuration
- Method: getPath:
/applications/{applicationName}/configurations - Get Application Configuration Filtered
- Method: getPath:
/applications/{applicationName}/configurationkeys - Get Application Configuration Property
- Method: getPath:
/applications/{applicationName}/configurations/{configId} - Update Application Configuration
- Method: putPath:
/applications/{applicationName}/configurations/{configId} - Update Application Configurations
- Method: putPath:
/applications/{applicationName}/configurations
Application Connections
The operations from the Application Connections category.
- Create Application Connection
- Method: postPath:
/applications/{applicationName}/connections - Delete Application Connection
- Method: deletePath:
/applications/{applicationName}/connections/{connectionName} - Get Application Connection
- Method: getPath:
/applications/{applicationName}/connections/{connectionName} - List Application Connections
- Method: getPath:
/applications/{applicationName}/connections - Test New Application Connection
- Method: postPath:
/applications/{applicationName}/connections/actions/test - Test Saved Application Connection
- Method: postPath:
/applications/{applicationName}/connections/{connectionName}/actions/test - Update Application Connection
- Method: putPath:
/applications/{applicationName}/connections/{connectionName} - Upload Application Connection Wallet File
- Method: putPath:
/applications/{applicationName}/connections/{connectionName}/wallet
Application Datasources
The operations from the Application Datasources category.
- Create Application Datasource
- Method: postPath:
/applications/{applicationName}/datasources - Delete Application Datasource
- Method: deletePath:
/applications/{applicationName}/datasources/{datasourceName} - Get Application Datasource
- Method: getPath:
/applications/{applicationName}/datasources/{datasourceName} - Get Application Datasources
- Method: getPath:
/applications/{applicationName}/datasources - Get Streamed Datasource Results
- Method: postPath:
/applications/{applicationName}/datasources/query/stream - Update Application Datasource
- Method: putPath:
/applications/{applicationName}/datasources/{datasourceName}
Application Logs
The operations from the Application Logs category.
- Download All Application Logs
- Method: getPath:
/applications/{applicationName}/logs/all - Download Application Logs
- Method: getPath:
/applications/{applicationName}/logs - Download Latest Application Log
- Method: getPath:
/applications/{applicationName}/logs/latest
Application Role Provisioning
The operations from the Application Role Provisioning category.
- Deprovision User or Group from Application
- Method: deletePath:
/applications/{app}/permissions/{id} - Get Application Role Provisioning
- Method: getPath:
/applications/{app}/permissions/{id} - Import Application Role Provisioning
- Method: postPath:
/applications/{app}/permissions - Provision Application Role to User or Group
- Method: putPath:
/applications/{app}/permissions/{id} - Search Application Role Provisioning
- Method: getPath:
/applications/{app}/permissions
Application Settings and Statistics
The operations from the Application Settings and Statistics category.
- Get Application General Settings
- Method: getPath:
/applications/{applicationName}/settings - Get Application Security Settings
- Method: getPath:
/applications/{applicationName}/settings/security - Get Application Startup Settings
- Method: getPath:
/applications/{applicationName}/settings/startup - Get Application Statistics
- Method: getPath:
/applications/{applicationName}/statistics - Update Application Settings
- Method: patchPath:
/applications/{applicationName}/settings
Applications
The operations from the Applications category.
- Copy Application
- Method: postPath:
/applications/actions/copy - Copy Database
- Method: postPath:
/applications/{applicationName}/databases/actions/copy - Create Application and Database
- Method: postPath:
/applications - Create Shadow Application
- Method: postPath:
/applications/actions/shadowCopy - Decrypt Application
- Method: postPath:
/applications/{applicationName}/decrypt - Delete Application
- Method: deletePath:
/applications/{applicationName} - Delete Database
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName} - Delete Shadow Application
- Method: deletePath:
/applications/actions/shadowDelete/{shadowAppName} - Encrypt Application
- Method: postPath:
/applications/{applicationName}/encrypt - Execute Report Script
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/executeReport - Get Application
- Method: getPath:
/applications/{applicationName} - Get Application Provisioning Report
- Method: getPath:
/applications/{applicationName}/provisionReport - Get Application Tree View
- Method: getPath:
/applications/actions/tree - Get Calculation Functions
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/calculationFunctions - Get Currency Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/currencySettings - Get Database
- Method: getPath:
/applications/{applicationName}/databases/{databaseName} - Get Encryption Info
- Method: getPath:
/applications/{applicationName}/encryptionconfig - Get Formula Functions
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/formulaFunctions - Get MDX Functions
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/mdxFunctions - Get Supported Partition Types
- Method: getPath:
/applications/partitions/supportedfederatedtypes - List Active Aliases
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/aliases/getActiveAlias - List Aliases
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/aliases - List Aliases
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/aliases/setActiveAlias - List Application Names
- Method: getPath:
/applications/actions/name/{appVisiblity} - List Applications
- Method: getPath:
/applications - List Databases
- Method: getPath:
/applications/{applicationName}/databases - Promote Shadow Application
- Method: postPath:
/applications/actions/shadowPromote - Rename Application
- Method: postPath:
/applications/actions/rename - Rename Database
- Method: postPath:
/applications/{applicationName}/databases/actions/rename - Set Currency Settings
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/currencySettings - Start or Stop Application
- Method: putPath:
/applications/{applicationName} - Start or Stop Database
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}
Audit Trail
The operations from the Audit Trail category.
- Delete Audit Data
- Method: deletePath:
/applications/{application}/databases/{database}/audittrail/data - Get Audit Data
- Method: getPath:
/applications/{application}/databases/{database}/audittrail/data
Batch Outline Editing
The operations from the Batch Outline Editing category.
- Run Batch Outline Edit
- Method: postPath:
/applications/{application}/databases/{database}/boe
CentralizedURL
The operations from the CentralizedURL category.
- Add Essbase Server to Centralized URL List
- Method: postPath:
/centralizedurl - Delete Essbase Server URL from Centralized URL List
- Method: deletePath:
/centralizedurl - Get Essbase Server List
- Method: getPath:
/centralizedurl - Update Essbase Server in Centralized URL List
- Method: putPath:
/centralizedurl
Cube designer
The operations from the Cube designer category.
- Analyze Schema
- Method: postPath:
/cubedesigner/analyze - Cleanup Sessions
- Method: postPath:
/cubedesigner/sessions/cleanup - Create Session
- Method: postPath:
/cubedesigner/session - Delete Session
- Method: deletePath:
/cubedesigner/session - Deploy Cube
- Method: postPath:
/cubedesigner/deploy - Discover Relations Between Two Or More Tables
- Method: postPath:
/cubedesigner/discover - Export Cube Creator Template
- Method: postPath:
/cubedesigner/export-osi - Get Analyze Logs
- Method: getPath:
/cubedesigner/analyze-logs - Get Pipeline Logs
- Method: getPath:
/cubedesigner/logs - Get Pipeline Result
- Method: getPath:
/cubedesigner/result - Import OSI Schema
- Method: postPath:
/cubedesigner/import-osi - List Personas
- Method: getPath:
/cubedesigner/personas - List Scenarios
- Method: postPath:
/cubedesigner/recommend - List Scenarios
- Method: getPath:
/cubedesigner/scenarios - List Sessions
- Method: getPath:
/cubedesigner/sessions - Validate Connection
- Method: postPath:
/cubedesigner/validate - Validate OSI Schema
- Method: postPath:
/cubedesigner/validate-osi-schema
Database Settings and Statistics
The operations from the Database Settings and Statistics category.
- Export Query Tracking
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/settings/querytracking/export - Get ASO Compression Info
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/compressioninfo - Get Attribute Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/outline/attributes - Get Buffer Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/buffers - Get Cache Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/caches - Get Calculation Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/calculation - Get Compression Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/compression - Get Date Formats
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/outline/dateformats - Get General Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings - Get General Statistics
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/statistics - Get Outline Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/outline - Get Runtime Statistics
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/statistics/runtime - Get Startup Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/startup - Get Storage Statistics
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/statistics/storage - Get Transaction Settings
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/settings/transactions - Import Query Tracking
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/settings/querytracking/import - Update Outline Settings
- Method: patchPath:
/applications/{applicationName}/databases/{databaseName}/settings/outline - Update Settings
- Method: patchPath:
/applications/{applicationName}/databases/{databaseName}/settings
Database Size Statistics
The operations from the Database Size Statistics category.
- Get Database Size Statistics
- Method: getPath:
/databasesizestatistics
Dimensions
The operations from the Dimensions category.
- Get Generation
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/generations/{generationNumber} - Get Level
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/levels/{levelNumber} - List Dimensions
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/dimensions - List Generations
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/generations - List Levels
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/levels - Update Generation
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/generations/{generationNumber} - Update Level
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/levels/{levelNumber}
Drill Through Reports
The operations from the Drill Through Reports category.
- Create Drill Through Report
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/reports - Delete Drill Through Report
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/reports/{name} - Execute Drill Through Report
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/reports/{name} - Get Drill Through Report
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/reports/{name} - Get Drill Through Reports
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/reports - List Drill Through Reports for Given Cell Intersections
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/dtreports/list - Update Drill Through Report
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/reports/{name}
Email
The operations from the Email category.
- Add Imap Configuration
- Method: putPath:
/email/imap - Add Smtp Configuration
- Method: putPath:
/email/smtp - Delete Imap Configuration
- Method: deletePath:
/email/imap - Delete Smtp Configuration
- Method: deletePath:
/email/smtp - Get Email Configuration
- Method: getPath:
/email - Get Imap Configuration
- Method: getPath:
/email/imap - Get Smtp Configuration
- Method: getPath:
/email/smtp
Essbase Configuration
The operations from the Essbase Configuration category.
- Get Essbase Configuration
- Method: getPath:
/cfg
Execute MDX
The operations from the Execute MDX category.
- Run MDX Query
- Method: postPath:
/applications/{application}/databases/{database}/mdx - Run MDX Report
- Method: getPath:
/applications/{application}/databases/{database}/mdx/{name}
File Scanner
The operations from the File Scanner category.
- Delete Antivirus
- Method: deletePath:
/filescanner - Get Antivirus
- Method: getPath:
/filescanner - Set Antivirus
- Method: putPath:
/filescanner - Validate Antivirus
- Method: postPath:
/filescanner/actions/validate
Files
The operations from the Files category.
- Abort Multipart File Upload
- Method: deletePath:
/files/abort/{path} - Commit Multipart File Upload
- Method: postPath:
/files/upload-commit/{path} - Copy File
- Method: postPath:
/files/actions/copy - Create Multipart File Upload
- Method: postPath:
/files/upload-create/{path} - Delete File Or Folder
- Method: deletePath:
/files/{path} - Extract Zip File
- Method: postPath:
/files/actions/extract - Extract Zip File Using Job
- Method: postPath:
/files/actions/extractJob - Get Database Names from LCM Zip File
- Method: getPath:
/files/getDatabasesFromLCMZip - Get Home Path
- Method: getPath:
/files/homepath - Get Object Storage Uri
- Method: getPath:
/files/getobjectstoreuri - Get Shared Path
- Method: getPath:
/files/sharedpath - Get Upload Configuration
- Method: getPath:
/files/uploadconfig - List or Download Files
- Method: getPath:
/files/{path} - List Root Folders
- Method: getPath:
/files - Move or Rename File
- Method: postPath:
/files/actions/move - Upload File Or Create Folder
- Method: putPath:
/files/{path} - Upload File Part
- Method: putPath:
/files/upload-part/{path}
Filters
The operations from the Filters category.
- Add Permissions in Filter
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions - Copy Filter
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/filters/filterops/copy - Create Filter
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/filters - Delete Filter
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName} - Delete Permission from Filter
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions/{userGroupId} - Get Filter
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName} - Get Filter Rows
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/rows - Get Filters
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/filters - Get Permissions
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions - Rename Filter
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/filters/filterops/rename - Replace Filter Permissions
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions - Update Filter
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/filters/{filterName} - Validate Filter
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/filters/filterops/validate
Global Connections
The operations from the Global Connections category.
- Clone Connection
- Method: postPath:
/connections/clone - Create Global Connection
- Method: postPath:
/connections - Delete Global Connection
- Method: deletePath:
/connections/{connectionName} - Get Global Connection
- Method: getPath:
/connections/{connectionName} - List Dependent Connection Names
- Method: getPath:
/connections/{connection}/getdependentconnections - List Global Connections
- Method: getPath:
/connections - Test New Global Connection
- Method: postPath:
/connections/actions/test - Test Saved Global Connection
- Method: postPath:
/connections/{connectionName}/actions/test - Update Global Connection
- Method: putPath:
/connections/{connectionName} - Upload Global Connection Wallet File
- Method: putPath:
/connections/{connectionName}/wallet
Global Datasources
The operations from the Global Datasources category.
- Create Global Datasource
- Method: postPath:
/datasources - Delete Global Datasource
- Method: deletePath:
/datasources/{datasourceName} - Get Global Datasource
- Method: getPath:
/datasources/{datasourceName} - Get Global Datasources
- Method: getPath:
/datasources - Get Streamed Global Datasource Results
- Method: postPath:
/datasources/customdelimited/query/stream - Get Streamed Global Datasource Results
- Method: postPath:
/datasources/query/stream - Get Streamed Global Datasource Results By ID
- Method: getPath:
/datasources/query/data/{streamId} - Stream Global Datasource Results
- Method: postPath:
/datasources/query - Update Global Datasource
- Method: putPath:
/datasources/{datasourceName}
Grid
The operations from the Grid category.
- Execute Grid Layout
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/grid/layout/{layout} - Execute Grid Operation
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/grid - Execute MDX Report
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/grid/mdx - Get Default Grid
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/grid - Get Layout Grid
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/grid/layout
Grid Preferences
The operations from the Grid Preferences category.
- Get Grid Preferences
- Method: getPath:
/preferences/grid - Set Grid Preferences
- Method: putPath:
/preferences/grid
Group Provisioning Report
The operations from the Group Provisioning Report category.
- Get All Applications Provisioning Report
- Method: getPath:
/groups/{groupId}/provisionReport/applications - Get Application Provisioning Report
- Method: getPath:
/groups/{groupId}/provisionReport/applications/{application} - Get Application Roles Provisioning Report
- Method: getPath:
/groups/{groupId}/provisionReport/applications/{application}/roles - Get Filters Provisioning Report
- Method: getPath:
/groups/{groupId}/provisionReport/applications/{application}/filters - Get Full Provisioning Report
- Method: getPath:
/groups/{groupId}/provisionReport - Get Scripts Provisioning Report
- Method: getPath:
/groups/{groupId}/provisionReport/applications/{application}/scripts
Groups
The operations from the Groups category.
- Add Group Users
- Method: postPath:
/groups/{id}/members/users - Add Groups to Group
- Method: postPath:
/groups/{id}/members/groups - Add or Import Groups
- Method: postPath:
/groups - Delete Group
- Method: deletePath:
/groups/{id} - Delete Groups in File
- Method: postPath:
/groups/actions/delete - Get Group
- Method: getPath:
/groups/{id} - Get Group Members
- Method: getPath:
/groups/{id}/members - Get Group Users
- Method: getPath:
/groups/{id}/members/users - Get Groups in Group
- Method: getPath:
/groups/{id}/members/groups - Remove Group Users
- Method: deletePath:
/groups/{id}/members/users - Remove Groups from Group
- Method: deletePath:
/groups/{id}/members/groups - Search or Export Groups
- Method: getPath:
/groups - Update Group
- Method: putPath:
/groups/{id}
Jobs
The operations from the Jobs category.
- Delete Jobs
- Method: deletePath:
/jobs/purge - Execute Job
- Method: postPath:
/jobs - Get Job
- Method: getPath:
/jobs/{id} - Get Job List
- Method: getPath:
/jobs - Get Job Statistics
- Method: getPath:
/jobs/statistics/{userId} - Rerun Job
- Method: postPath:
/jobs/{id}
Layouts
The operations from the Layouts category.
- Delete Grid Layout
- Method: deletePath:
/applications/{application}/databases/{database}/layouts/{layout} - Get Grid Layout Details
- Method: getPath:
/applications/{application}/databases/{database}/layouts/{layout} - List Grid Layouts
- Method: getPath:
/applications/{application}/databases/{database}/layouts - Mark Grid Layout as Default
- Method: postPath:
/applications/{application}/databases/{database}/layouts/{layout}/actions/markDefault - Save Grid Layout
- Method: postPath:
/applications/{application}/databases/{database}/layouts - Update Grid Layout
- Method: putPath:
/applications/{application}/databases/{database}/layouts/{layout}
Location Aliases
The operations from the Location Aliases category.
- Create Location Alias
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/locationaliases - Delete Location Alias
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/locationaliases/{aliasName} - Get Location Alias
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/locationaliases/{aliasName} - Get Location Aliases
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/locationaliases - Update Location Alias
- Method: patchPath:
/applications/{applicationName}/databases/{databaseName}/locationaliases/{aliasName}
Locks
The operations from the Locks category.
- List Locked Blocks
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/locks/blocks - List Locked Objects
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/locks/objects - List Locks
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/locks - Lock Object
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/locks/objects/lock - Unlock Block
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/locks/blocks/unlock - Unlock Object
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/locks/objects/unlock
MDX Reports
The operations from the MDX Reports category.
- Delete MDX Report
- Method: deletePath:
/applications/{application}/databases/{database}/queries/{query} - Get MDX Report Details
- Method: getPath:
/applications/{application}/databases/{database}/queries/{query} - List MDX Reports
- Method: getPath:
/applications/{application}/databases/{database}/queries - Rename MDX Report
- Method: putPath:
/applications/{application}/databases/{database}/queries/rename - Save MDX Report
- Method: postPath:
/applications/{application}/databases/{database}/queries - Update MDX Report
- Method: putPath:
/applications/{application}/databases/{database}/queries/{query}
Object Storage Configuration
The operations from the Object Storage Configuration category.
- Create or Update Object Storage Configuration
- Method: putPath:
/cloudstorage/config - Get Object Storage Configuration
- Method: getPath:
/cloudstorage/config - Verify Object Storage Configuration
- Method: postPath:
/cloudstorage/config/test
Outline Viewer
The operations from the Outline Viewer category.
- Export Outline To XML
- Method: postPath:
/outline/{app}/{cube}/xml - Get Descendant Count
- Method: getPath:
/outline/{app}/{cube}/descendantsCount/{memberUniqueName} - Get Dimensions Children or Search
- Method: getPath:
/outline/{app}/{cube} - Get Member Ancestors
- Method: getPath:
/outline/{app}/{cube}/ancestors/{memberUniqueName} - Get Member Info
- Method: getPath:
/outline/{app}/{cube}/{memberUniqueName} - Get Pivot Dimension
- Method: getPath:
/outline/{app}/{cube}/pivotDimension - Get Text Lists
- Method: getPath:
/outline/{app}/{cube}/settings/smartlist
Partitions
The operations from the Partitions category.
- Create Partition
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/partitions - Delete Partition
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/partitions - Get Partition Cell Count
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/partitions/cellcount - Get Partitions
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/partitions - Get Supported Partition Types
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/partitions/supportedfederatedtypes - Lock Partition
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/partitions/lock - Replicate Data
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/partitions/replicatedata - Unlock Partition
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/partitions/unlock - Update Partition
- Method: patchPath:
/applications/{applicationName}/databases/{databaseName}/partitions - Validate Partition
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/partitions/validate
Performance Analyzer
The operations from the Performance Analyzer category.
- Delete Performance Analyzer Files
- Method: deletePath:
/performance/files - Get Performance Analyzer File
- Method: getPath:
/performance/files/actions/download - Get Performance Analyzer File
- Method: getPath:
/performance/files/{file} - Get Performance Analyzer Files
- Method: getPath:
/performance/files - Get Performance Analyzer Settings
- Method: getPath:
/performance/settings - Set Performance Analyzer Settings
- Method: putPath:
/performance/settings
Platform Service Settings
The operations from the Platform Service Settings category.
- Get Available Platform Service Settings
- Method: getPath:
/settings - Get Diagnostic Log Settings
- Method: getPath:
/settings/odlLogSettings - Get Maintenance Settings
- Method: getPath:
/settings/maintenance - Set Diagnostic Log Settings
- Method: putPath:
/settings/odlLogSettings
Preferences
The operations from the Preferences category.
- Get User Preferences
- Method: getPath:
/preferences
Properties
The operations from the Properties category.
- Create Server Property
- Method: postPath:
/properties - Delete Server Property
- Method: deletePath:
/properties/{propertyName} - Get Server Properties
- Method: getPath:
/properties - Get Server Property
- Method: getPath:
/properties/{propertyName} - Update Property Values
- Method: putPath:
/properties - Update Server Property
- Method: putPath:
/properties/{propertyName}
ROCluster
The operations from the ROCluster category.
- Change Read-only Cluster Status
- Method: postPath:
/rocluster/changestatus - Create ReadOnly Cluster
- Method: postPath:
/rocluster - Delete ReadOnly Cluster
- Method: deletePath:
/rocluster - Find ReadOnly Cluster by Name
- Method: getPath:
/rocluster/findByName - Get App Cube List
- Method: getPath:
/rocluster/{svrName}/appcubelist - Get Read-only Cluster List
- Method: getPath:
/rocluster - Update ReadOnly Cluster
- Method: putPath:
/rocluster
Roles
The operations from the Roles category.
- Get Essbase Roles
- Method: getPath:
/roles
Rules
The operations from the Rules category.
- Create Rules
- Method: postPath:
/utils/rules - Get Rules
- Method: getPath:
/utils/rules - Import Rules
- Method: postPath:
/utils/rules/actions/import - Preview Rules Data
- Method: postPath:
/utils/rules/preview - Verify Rule
- Method: postPath:
/utils/rules/verifyRule - Verify Rule Deprecated
- Method: postPath:
/utils/rules/verify
Sandbox Dimension
The operations from the Sandbox Dimension category.
- Add Sandbox Members
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/sandbox/members - Create Sandbox
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/sandbox - Delete Sandbox
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/sandbox - Get Sandbox Details
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/sandbox
Scenarios
The operations from the Scenarios category.
- Add Approver
- Method: postPath:
/scenarios/{scenarioId}/approvers - Add Comment
- Method: postPath:
/scenarios/{scenarioId}/comments - Add Participant
- Method: postPath:
/scenarios/{scenarioId}/participants - Create Scenario
- Method: postPath:
/scenarios - Delete Approver
- Method: deletePath:
/scenarios/{scenarioId}/approvers/{userId} - Delete Comment
- Method: deletePath:
/scenarios/{scenarioId}/comments/{commentId} - Delete Participant
- Method: deletePath:
/scenarios/{scenarioId}/participants/{userId} - Delete Scenario
- Method: deletePath:
/scenarios/{id} - Get Approvers
- Method: getPath:
/scenarios/{scenarioId}/approvers - Get Changes
- Method: getPath:
/scenarios/{id}/changes - Get Comment
- Method: getPath:
/scenarios/{scenarioId}/comments/{commentId} - Get Comments
- Method: getPath:
/scenarios/{scenarioId}/comments - Get Participants
- Method: getPath:
/scenarios/{scenarioId}/participants - Get Scenario
- Method: getPath:
/scenarios/{id} - Get Scenario Enabled Cubes
- Method: getPath:
/scenarios/databases - Get Scenario Scripts
- Method: getPath:
/scenarios/{scenarioId}/scripts - Get Scenarios
- Method: getPath:
/scenarios - Perform Scenario Action
- Method: postPath:
/scenarios/{id} - Update Comment
- Method: putPath:
/scenarios/{scenarioId}/comments/{commentId} - Update Scenario Fully
- Method: putPath:
/scenarios/{id} - Update Scenario Partially
- Method: patchPath:
/scenarios/{id} - Update Scenario with Script
- Method: putPath:
/scenarios/{scenarioId}/scripts/{scriptType}
Scripts
The operations from the Scripts category.
- Add Calc Script Permissions
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/permissions - Copy Calc Script
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/scripts/scriptops/copy - Create Essbase Script
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/scripts - Delete Calc or MDX Script
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName} - Get Calc or MDX Script
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName} - Get Essbase Script Contents
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/content - Get Essbase Script Permissions
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/permissions - Get Essbase Script RTSVs
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/rtsv - List Calc or MDX Scripts
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/scripts - Remove Calc Script Permissions
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/permissions/{userGroupId} - Rename Calc Script
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/scripts/scriptops/rename - Update Essbase Script
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName} - Upload Script Content
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/content - Validate Calc Script
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/scripts/scriptops/validate - Validate Calc Script
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/scriptops/validate
Server Variables
The operations from the Server Variables category.
- Create Server Variable
- Method: postPath:
/variables - Delete Server Variable
- Method: deletePath:
/variables/{variableName} - Get Server Variable
- Method: getPath:
/variables/{variableName} - Get Server Variables
- Method: getPath:
/variables - Update Server Variable
- Method: putPath:
/variables/{variableName}
Server logs
The operations from the Server logs category.
- Download All Logs
- Method: getPath:
/logs/{serverType}/all - Download Latest Log
- Method: getPath:
/logs/{serverType}/latest - Download Logs for Server Type
- Method: getPath:
/logs/{serverType} - Get All Server Types
- Method: getPath:
/logs - Return Filtered Logs
- Method: getPath:
/logs/stream
Service Role Provisioning
The operations from the Service Role Provisioning category.
- Deprovision Service Role
- Method: deletePath:
/permissions/{id} - Get Service Role Provisioning
- Method: getPath:
/permissions/{id} - Provision Service Role
- Method: putPath:
/permissions/{id} - Search Service Role Provisioning
- Method: getPath:
/permissions
Sessions
The operations from the Sessions category.
- Delete All Sessions
- Method: deletePath:
/sessions - Delete Session By ID
- Method: deletePath:
/sessions/{sessionId} - List Sessions
- Method: getPath:
/sessions
Streaming Data Load
The operations from the Streaming Data Load category.
- End Data Load
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/dataload/{streamId} - Push Data
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/dataload/{streamId} - Start Data Load
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/dataload
Streaming Dimension Build
The operations from the Streaming Dimension Build category.
- End Dimension Build
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId}/{ruleFileName} - End Streaming Dimension Build
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId} - Push Dimensions
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId} - Start Dimension Build
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId}/{ruleFileName} - Start Streaming Dimension Build
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/dimbuild
Templates and Utilities
The operations from the Templates and Utilities category.
- Download Utility
- Method: getPath:
/utilities/{id} - List Utilities
- Method: getPath:
/utilities
URLs
The operations from the URLs category.
- Get Essbase URLs
- Method: getPath:
/urls
User Provisioning Report
The operations from the User Provisioning Report category.
- Get User's Applications Provisioning Report
- Method: getPath:
/users/{userId}/provisionReport/applications - Get User's Filters Provisioning Report
- Method: getPath:
/users/{userId}/provisionReport/applications/{application}/filters - Get User's Full Provisioning Report
- Method: getPath:
/users/{userId}/provisionReport - Get User???s Scripts Provisioning Report
- Method: getPath:
/users/{userId}/provisionReport/applications/{application}/scripts - Get Users Application Provisioning Report
- Method: getPath:
/users/{userId}/provisionReport/applications/{application} - Get Users Application Roles Provisioning Report
- Method: getPath:
/users/{userId}/provisionReport/applications/{application}/roles
User Session
The operations from the User Session category.
- Get Session
- Method: getPath:
/session - Logout Session
- Method: deletePath:
/session - Reset Password
- Method: putPath:
/session/password
Users
The operations from the Users category.
- Add or Import Users
- Method: postPath:
/users - Delete User
- Method: deletePath:
/users/{id} - Delete Users
- Method: postPath:
/users/actions/delete - Get User
- Method: getPath:
/users/{id} - Search or Export Users
- Method: getPath:
/users - Update User
- Method: putPath:
/users/{id}
Variables
The operations from the Variables category.
- Create Application Variable
- Method: postPath:
/applications/{applicationName}/variables - Create Database Variable
- Method: postPath:
/applications/{applicationName}/databases/{databaseName}/variables - Delete Application Variable
- Method: deletePath:
/applications/{applicationName}/variables/{variableName} - Delete Database Variable
- Method: deletePath:
/applications/{applicationName}/databases/{databaseName}/variables/{variableName} - Get Application Variable
- Method: getPath:
/applications/{applicationName}/variables/{variableName} - Get Application Variables
- Method: getPath:
/applications/{applicationName}/variables - Get Database Variable
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/variables/{variableName} - Get Database Variables
- Method: getPath:
/applications/{applicationName}/databases/{databaseName}/variables - Update Application Variable
- Method: putPath:
/applications/{applicationName}/variables/{variableName} - Update Database Variable
- Method: putPath:
/applications/{applicationName}/databases/{databaseName}/variables/{variableName}
Workbook Utilities
The operations from the Workbook Utilities category.
- Get Workbook Format
- Method: getPath:
/excel/utils/dataformat