すべてのRESTエンドポイント
Essbaseについて
- Essbaseについて
- メソッド: getパス:
/essbase/rest/v1/about - Essbaseインスタンスについて
- メソッド: getパス:
/essbase/rest/v1/about/instance
集約ストレージ・ロード・バッファ
- バッファの作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/asodataload/buffers - バッファのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/asodataload/buffers - データのマージ
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/asodataload/actions/merge
アプリケーション構成
- アプリケーション構成の追加
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/configurations - アプリケーション構成の削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/configurations/{configId} - アプリケーション構成の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/configurations - アプリケーション構成の取得(フィルタ済)
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/configurationkeys - アプリケーション構成プロパティの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/configurations/{configId} - アプリケーション構成の更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/configurations/{configId} - アプリケーション構成の更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/configurations
アプリケーション接続
- アプリケーション接続の作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/connections - アプリケーション接続の削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/connections/{connectionName} - アプリケーション接続の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/connections/{connectionName} - アプリケーション接続のリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/connections - 新規アプリケーション接続のテスト
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/connections/actions/test - 保存済アプリケーション接続のテスト
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/connections/{connectionName}/actions/test - アプリケーション接続の更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/connections/{connectionName} - 接続ウォレット・ファイルのアップロード
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/connections/{connectionName}/wallet
アプリケーション・データソース
- アプリケーション・データソースの作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/datasources - アプリケーション・データソースの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/datasources/{datasourceName} - アプリケーション・データソースの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/datasources/{datasouceName} - アプリケーション・データソースの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/datasources - ストリーム・データソース結果の取得
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/datasources/query/stream - アプリケーション・データソースの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/datasources/{datasouceName}
アプリケーション・ロール・プロビジョニング
- ユーザーまたはグループのプロビジョニング解除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{app}/permissions/{id} - プロビジョンの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{app}/permissions/{id} - プロビジョンのインポート
- メソッド: postパス:
/essbase/rest/v1/applications/{app}/permissions - ユーザーまたはグループのプロビジョニング
- メソッド: putパス:
/essbase/rest/v1/applications/{app}/permissions/{id} - アプリケーション・プロビジョニングの検索
- メソッド: getパス:
/essbase/rest/v1/applications/{app}/permissions
アプリケーション設定および統計
- アプリケーションの一般設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/settings - アプリケーション・セキュリティ設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/settings/security - アプリケーション起動設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/settings/startup - アプリケーション統計の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/statistics - アプリケーション設定の更新
- メソッド: patchパス:
/essbase/rest/v1/applications/{applicationName}/settings
アプリケーション・ログ
- すべてのログのダウンロード
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/logs/all - 最新ログのダウンロード
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/logs/latest - ログのダウンロード
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/logs
アプリケーション
- Copy Application
- メソッド: postパス:
/essbase/rest/v1/applications/actions/copy - データベースのコピー
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/actions/copy - Create Application
- メソッド: postパス:
/essbase/rest/v1/applications - アプリケーションの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName} - Delete Database
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName} - アプリケーションの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName} - アプリケーション・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/provisionReport - アプリケーション・ツリー・ビューの取得
- メソッド: getパス:
/essbase/rest/v1/applications/actions/tree - 計算関数の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/calculationFunctions - データベースの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName} - Formula関数の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/formulaFunctions - MDX関数の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/mdxFunctions - 別名のリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/aliases - 別名のリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/aliases/getActiveAlias - アプリケーションのリスト
- メソッド: getパス:
/essbase/rest/v1/applications - データベースのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases - アプリケーションの名前変更
- メソッド: postパス:
/essbase/rest/v1/applications/actions/rename - データベースの名前変更
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/actions/rename - アクティブな別名の設定
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/aliases/setActiveAlias - アプリケーションの起動または停止
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName} - データベースの起動または停止
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}
監査証跡
- 監査データの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{application}/databases/{database}/audittrail/data - 監査メタデータの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{application}/databases/{database}/audittrail/metadata - 監査データの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{application}/databases/{database}/audittrail/data - 監査メタデータの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{application}/databases/{database}/audittrail/metadata
バッチ・アウトライン編集
- バッチ・アウトライン編集の実行
- メソッド: postパス:
/essbase/rest/v1/applications/{application}/databases/{database}/boe
データベース設定および統計
- 問合せトラッキングのエクスポート
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/querytracking/export - 属性設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/outline/attributes - バッファ設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/buffers - キャッシュ設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/caches - 計算設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/calculation - 圧縮設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/compression - 日付書式の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/outline/dateformats - 一般設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings - 一般統計の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/statistics - アウトライン設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/outline - ランタイム統計の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/statistics/runtime - 起動設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/startup - ストレージ統計の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/statistics/storage - トランザクション設定の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/transactions - 問合せトラッキングのインポート
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/querytracking/import - アウトライン設定の更新
- メソッド: patchパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/outline - 設定の更新
- メソッド: patchパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings
データベース・サイズ統計
- データベース・サイズ統計の取得
- メソッド: getパス:
/essbase/rest/v1/databasesizestatistics
Dimensions
- 世代の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/generations/{generationNumber} - レベルの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/levels/{levelNumber} - ディメンションのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimensions - リスト生成
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/generations - リスト・レベル
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/levels - 生成の更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/generations/{generationNumber} - レベルの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimensions/{dimensionName}/levels/{levelNumber}
ドリル・スルー・レポート
- ドリル・スルー・レポートの作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports - ドリル・スルー・レポートの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports/{name} - ドリル・スルー・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports/{name} - ドリル・スルー・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports - ドリル・スルー・レポートの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/reports/{name}
電子メール
- IMAP構成の追加
- メソッド: putパス:
/essbase/rest/v1/email/imap - SMTP構成の追加
- メソッド: putパス:
/essbase/rest/v1/email/smtp - IMAP構成の削除
- メソッド: deleteパス:
/essbase/rest/v1/email/imap - SMTP構成の削除
- メソッド: deleteパス:
/essbase/rest/v1/email/smtp - 電子メール構成の取得
- メソッド: getパス:
/essbase/rest/v1/email - IMAP構成の取得
- メソッド: getパス:
/essbase/rest/v1/email/imap - SMTP構成の取得
- メソッド: getパス:
/essbase/rest/v1/email/smtp
MDXの実行
- MDX問合せの実行
- メソッド: postパス:
/essbase/rest/v1/applications/{application}/databases/{database}/mdx - MDXレポートの実行
- メソッド: getパス:
/essbase/rest/v1/applications/{application}/databases/{database}/mdx/{name}
ファイル・スキャナ
ファイル
- ファイルのコピー
- メソッド: postパス:
/essbase/rest/v1/files/actions/copy - ファイルまたはフォルダの削除
- メソッド: deleteパス:
/essbase/rest/v1/files/{path} - ZIPファイルの抽出
- メソッド: postパス:
/essbase/rest/v1/files/actions/extract - ホーム・パスの取得
- メソッド: getパス:
/essbase/rest/v1/files/homepath - 共有パスの取得
- メソッド: getパス:
/essbase/rest/v1/files/sharedpath - ファイルのリストまたはダウンロード
- メソッド: getパス:
/essbase/rest/v1/files/{path} - ルート・フォルダのリスト
- メソッド: getパス:
/essbase/rest/v1/files - ファイルの移動または名前変更
- メソッド: postパス:
/essbase/rest/v1/files/actions/move - ファイルのアップロードまたはフォルダの作成
- メソッド: putパス:
/essbase/rest/v1/files/{path}
フィルタ
- 権限の追加
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions - フィルタのコピー
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/filterops/copy - Create Filter
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters - フィルタの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName} - 権限の削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions/{userGroupId} - 権限の編集
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions - フィルタの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName} - フィルタ行の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/rows - フィルタの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters - 権限の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions - フィルタの名前変更
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/filterops/rename - フィルタの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName} - フィルタの検証
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/filterops/validate
グローバル接続
- 接続の作成
- メソッド: postパス:
/essbase/rest/v1/connections - 接続の削除
- メソッド: deleteパス:
/essbase/rest/v1/connections/{connectionName} - 接続の取得
- メソッド: getパス:
/essbase/rest/v1/connections/{connectionName} - 接続のリスト
- メソッド: getパス:
/essbase/rest/v1/connections - 新規接続のテスト
- メソッド: postパス:
/essbase/rest/v1/connections/actions/test - 保存された接続のテスト
- メソッド: postパス:
/essbase/rest/v1/connections/{connectionName}/actions/test - 接続の更新
- メソッド: putパス:
/essbase/rest/v1/connections/{connectionName} - 接続ウォレット・ファイルのアップロード
- メソッド: putパス:
/essbase/rest/v1/connections/{connectionName}/wallet
グローバル・データ・ソース
- グローバル・データソースの作成
- メソッド: postパス:
/essbase/rest/v1/datasources - グローバル・データソースの削除
- メソッド: deleteパス:
/essbase/rest/v1/datasources/{datasourceName} - グローバル・データソースの取得
- メソッド: getパス:
/essbase/rest/v1/datasources - グローバル・データソースの取得
- メソッド: getパス:
/essbase/rest/v1/datasources/{datasouceName} - ストリーム・データソース結果の取得
- メソッド: getパス:
/essbase/rest/v1/datasources/query/data/{streamId} - ストリーム・データソース結果の取得
- メソッド: postパス:
/essbase/rest/v1/datasources/query/stream - ストリーム・データソース結果
- メソッド: postパス:
/essbase/rest/v1/datasources/query - グローバル・データソースの更新
- メソッド: putパス:
/essbase/rest/v1/datasources/{datasouceName}
グリッド
- グリッド・レイアウトの実行
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/grid/layout/{layout} - グリッド操作の実行
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dvgrid - グリッド操作の実行
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/grid - MDXレポートの実行
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/grid/mdx - デフォルト・グリッドの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/grid - レイアウト・グリッドの取得
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/grid/layout
グリッド・プリファレンス
- グリッド・プリファレンスの取得
- メソッド: getパス:
/essbase/rest/v1/preferences/grid - グリッド・プリファレンスの設定
- メソッド: putパス:
/essbase/rest/v1/preferences/grid
グループ・プロビジョニング・レポート
- すべてのアプリケーション・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{groupId}/provisionReport/applications - アプリケーション・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{groupId}/provisionReport/applications/{application} - アプリケーション・ロール・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{groupId}/provisionReport/applications/{application}/roles - フィルタ・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{groupId}/provisionReport/applications/{application}/filters - 完全プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{groupId}/provisionReport - スクリプト・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{groupId}/provisionReport/applications/{application}/scripts
グループ
- グループ・ユーザーの追加
- メソッド: postパス:
/essbase/rest/v1/groups/{id}/members/users - グループへのグループの追加
- メソッド: postパス:
/essbase/rest/v1/groups/{id}/members/groups - グループの追加またはインポート
- メソッド: postパス:
/essbase/rest/v1/groups - グループの削除
- メソッド: deleteパス:
/essbase/rest/v1/groups/{id} - ファイル内のグループの削除
- メソッド: postパス:
/essbase/rest/v1/groups/actions/delete - グループの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{id} - グループ・メンバーの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{id}/members - グループ・ユーザーの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{id}/members/users - グループ内のグループの取得
- メソッド: getパス:
/essbase/rest/v1/groups/{id}/members/groups - グループ・ユーザーの削除
- メソッド: deleteパス:
/essbase/rest/v1/groups/{id}/members/users - グループからグループを削除
- メソッド: deleteパス:
/essbase/rest/v1/groups/{id}/members/groups - グループの検索またはエクスポート
- メソッド: getパス:
/essbase/rest/v1/groups - グループの更新
- メソッド: putパス:
/essbase/rest/v1/groups/{id}
ジョブ
- ジョブの実行
- メソッド: postパス:
/essbase/rest/v1/jobs - ジョブの取得
- メソッド: getパス:
/essbase/rest/v1/jobs/{id} - ジョブ・リストの取得
- メソッド: getパス:
/essbase/rest/v1/jobs - ジョブ統計の取得
- メソッド: getパス:
/essbase/rest/v1/jobs/statistics/{userId} - ジョブの再実行
- メソッド: postパス:
/essbase/rest/v1/jobs/{id}
レイアウト
- レイアウトの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{application}/databases/{database}/layouts/{layout} - レイアウト詳細の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{application}/databases/{database}/layouts/{layout} - リスト・レイアウト
- メソッド: getパス:
/essbase/rest/v1/applications/{application}/databases/{database}/layouts - レイアウトをデフォルトとしてマーク
- メソッド: postパス:
/essbase/rest/v1/applications/{application}/databases/{database}/layouts/{layout}/actions/markDefault - レイアウトの保存
- メソッド: postパス:
/essbase/rest/v1/applications/{application}/databases/{database}/layouts - レイアウトの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{application}/databases/{database}/layouts/{layout}
ロケーション別名
- Create Location Alias
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locationaliases - ロケーション別名の削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locationaliases/{aliasName} - ロケーション別名の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locationaliases/{aliasName} - ロケーション別名の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locationaliases - ロケーション別名の更新
- メソッド: patchパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locationaliases/{aliasName}
ロック
- ロックされたブロックのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locks/blocks - ロックされたオブジェクトのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locks/objects - ロックのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locks - オブジェクトのロック
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locks/objects/lock - ブロックのロック解除
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locks/blocks/unlock - オブジェクトのロック解除
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/locks/objects/unlock
MDXレポート
- MDXレポートの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{application}/databases/{database}/queries/{query} - MDXレポートの詳細の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{application}/databases/{database}/queries/{query} - MDXレポートのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{application}/databases/{database}/queries - MDXレポートの保存
- メソッド: postパス:
/essbase/rest/v1/applications/{application}/databases/{database}/queries - MDXレポートの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{application}/databases/{database}/queries/{query}
アウトライン・ビューア
- XMLへのアウトラインのエクスポート
- メソッド: postパス:
/essbase/rest/v1/outline/{app}/{cube}/xml - 子孫数の取得
- メソッド: getパス:
/essbase/rest/v1/outline/{app}/{cube}/descendantsCount/{memberUniqueName} - ディメンション、子または検索の取得
- メソッド: getパス:
/essbase/rest/v1/outline/{app}/{cube} - メンバーの祖先の取得
- メソッド: getパス:
/essbase/rest/v1/outline/{app}/{cube}/ancestors/{memberUniqueName} - メンバー情報の取得
- メソッド: getパス:
/essbase/rest/v1/outline/{app}/{cube}/{memberUniqueName} - テキスト・リストの取得
- メソッド: getパス:
/essbase/rest/v1/outline/{app}/{cube}/settings/smartlist
パーティション
- Create Partition
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions - パーティションの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions - パーティション・セル数の取得
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions/cellcount - パーティションの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions - パーティションのロック
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions/lock - データのレプリケート
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions/replicatedata - パーティションのロック解除
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions/unlock - パーティションの更新
- メソッド: patchパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions - パーティションの検証
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions/validate
パフォーマンス・アナライザ
- パフォーマンス・アナライザ・ファイルの削除
- メソッド: deleteパス:
/essbase/rest/v1/performance/files - パフォーマンス・アナライザ・ファイルの取得
- メソッド: getパス:
/essbase/rest/v1/performance/files/actions/download - パフォーマンス・アナライザ・ファイルの取得
- メソッド: getパス:
/essbase/rest/v1/performance/files/{file} - パフォーマンス・アナライザ・ファイルの取得
- メソッド: getパス:
/essbase/rest/v1/performance/files - パフォーマンス・アナライザ設定の取得
- メソッド: getパス:
/essbase/rest/v1/performance/settings - パフォーマンス・アナライザの設定
- メソッド: putパス:
/essbase/rest/v1/performance/settings
Platform Serviceの設定
- 使用可能なPlatform Service設定の取得
- メソッド: getパス:
/essbase/rest/v1/settings - データベース設定の取得
- メソッド: getパス:
/essbase/rest/v1/settings/database - メンテナンス設定の取得
- メソッド: getパス:
/essbase/rest/v1/settings/maintenance - リソース設定の取得
- メソッド: getパス:
/essbase/rest/v1/settings/resources - データベース設定の保存
- メソッド: putパス:
/essbase/rest/v1/settings/database - リソース設定の保存
- メソッド: putパス:
/essbase/rest/v1/settings/resources
プリファレンス
- ユーザー・プリファレンスの取得
- メソッド: getパス:
/essbase/rest/v1/preferences
プロパティ
- サーバー・プロパティの作成
- メソッド: postパス:
/essbase/rest/v1/properties - サーバー・プロパティの削除
- メソッド: deleteパス:
/essbase/rest/v1/properties/{propertyName} - サーバー・プロパティの取得
- メソッド: getパス:
/essbase/rest/v1/properties - サーバー・プロパティの取得
- メソッド: getパス:
/essbase/rest/v1/properties/{propertyName} - プロパティ値の更新
- メソッド: putパス:
/essbase/rest/v1/properties - サーバー・プロパティの更新
- メソッド: putパス:
/essbase/rest/v1/properties/{propertyName}
ロール
- Essbaseのロールの取得
- メソッド: getパス:
/essbase/rest/v1/roles
ルール
- ルールの作成
- メソッド: postパス:
/essbase/rest/v1/utils/rules - ルールの取得
- メソッド: getパス:
/essbase/rest/v1/utils/rules - インポート・ルール
- メソッド: postパス:
/essbase/rest/v1/utils/rules/actions/import - ルール・データのプレビュー
- メソッド: postパス:
/essbase/rest/v1/utils/rules/preview - ルールの検証
- メソッド: postパス:
/essbase/rest/v1/utils/rules/verify
サンドボックス・ディメンション
- サンドボックス・メンバーの追加
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/sandbox/members - サンドボックスの作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/sandbox - サンドボックスの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/sandbox - サンドボックスの詳細の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/sandbox
シナリオ
- 承認者の追加
- メソッド: postパス:
/essbase/rest/v1/scenarios/{scenarioId}/approvers - コメントの追加
- メソッド: postパス:
/essbase/rest/v1/scenarios/{scenarioId}/comments - 参加者の追加
- メソッド: postパス:
/essbase/rest/v1/scenarios/{scenarioId}/participants - シナリオの作成
- メソッド: postパス:
/essbase/rest/v1/scenarios - 承認者の削除
- メソッド: deleteパス:
/essbase/rest/v1/scenarios/{scenarioId}/approvers/{userId} - コメントの削除
- メソッド: deleteパス:
/essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId} - 参加者の削除
- メソッド: deleteパス:
/essbase/rest/v1/scenarios/{scenarioId}/participants/{userId} - シナリオの削除
- メソッド: deleteパス:
/essbase/rest/v1/scenarios/{id} - 承認者の取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/{scenarioId}/approvers - 変更の取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/{id}/changes - コメントの取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId} - コメントの取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/{scenarioId}/comments - 参加者の取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/{scenarioId}/participants - シナリオの取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/{id} - シナリオ対応キューブの取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/databases - シナリオの取得
- メソッド: getパス:
/essbase/rest/v1/scenarios - スクリプトの取得
- メソッド: getパス:
/essbase/rest/v1/scenarios/{scenarioId}/scripts - シナリオ処理の実行
- メソッド: postパス:
/essbase/rest/v1/scenarios/{id} - コメントの更新
- メソッド: putパス:
/essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId} - シナリオの完全更新
- メソッド: putパス:
/essbase/rest/v1/scenarios/{id} - シナリオの一部更新
- メソッド: patchパス:
/essbase/rest/v1/scenarios/{id} - スクリプトによる更新
- メソッド: putパス:
/essbase/rest/v1/scenarios/{scenarioId}/scripts/{scriptType}
スクリプト
- Essbaseスクリプト権限の追加
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/permissions - Essbaseスクリプトのコピー
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/scriptops/copy - Essbaseスクリプトの作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts - Essbaseスクリプトの削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName} - Essbaseスクリプトの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName} - Essbaseスクリプト・コンテンツの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/content - Essbaseスクリプト権限の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/permissions - EssbaseスクリプトRTSVの取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/rtsv - Essbaseスクリプトのリスト
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts - Essbaseスクリプト権限の削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/permissions/{userGroupId} - Essbaseスクリプトの名前変更
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/scriptops/rename - Essbaseスクリプトの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName} - Essbaseスクリプトの検証
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/scriptops/validate
サーバー変数
サービス・ロール・プロビジョニング
- プロビジョニング解除
- メソッド: deleteパス:
/essbase/rest/v1/permissions/{id} - プロビジョンの取得
- メソッド: getパス:
/essbase/rest/v1/permissions/{id} - ユーザーまたはグループのプロビジョニング
- メソッド: putパス:
/essbase/rest/v1/permissions/{id} - プロビジョンの検索
- メソッド: getパス:
/essbase/rest/v1/permissions
セッション
- すべてのセッションの削除
- メソッド: deleteパス:
/essbase/rest/v1/sessions - IDによるセッションの削除
- メソッド: deleteパス:
/essbase/rest/v1/sessions/{sessionId} - セッションのリスト
- メソッド: getパス:
/essbase/rest/v1/sessions
ストリーミング・データ・ロード
- データ・ロードの終了
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dataload/{streamId} - データのプッシュ
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dataload/{streamId} - データ・ロードの開始
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dataload
ストリーム・ディメンション構築
- ディメンション構築の終了
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId}/{ruleFileName} - ストリーミング・ディメンション構築の終了
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId} - データのプッシュ
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId} - ディメンション構築の開始
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimbuild/{streamId}/{ruleFileName} - ストリーミング・ディメンション構築の開始
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/dimbuild
テンプレートとユーティリティ
- ユーティリティのダウンロード
- メソッド: getパス:
/essbase/rest/v1/utilities/{id} - リスト・ユーティリティ
- メソッド: getパス:
/essbase/rest/v1/utilities
URL
- Essbase URLの取得
- メソッド: getパス:
/essbase/rest/v1/urls
ユーザー・プロビジョニング・レポート
- アプリケーション・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/users/{userId}/provisionReport/applications/{application} - アプリケーション・ロール・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/users/{userId}/provisionReport/applications/{application}/roles - アプリケーション・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/users/{userId}/provisionReport/applications - フィルタ・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/users/{userId}/provisionReport/applications/{application}/filters - 完全プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/users/{userId}/provisionReport - スクリプト・プロビジョニング・レポートの取得
- メソッド: getパス:
/essbase/rest/v1/users/{userId}/provisionReport/applications/{application}/scripts
ユーザー・セッション
- セッションの取得
- メソッド: getパス:
/essbase/rest/v1/session - ログアウト・セッション
- メソッド: deleteパス:
/essbase/rest/v1/session - パスワードのリセット
- メソッド: putパス:
/essbase/rest/v1/session/password
ユーザー
- ユーザーの追加またはインポート
- メソッド: postパス:
/essbase/rest/v1/users - ユーザーの削除
- メソッド: deleteパス:
/essbase/rest/v1/users/{id} - ユーザーの削除
- メソッド: postパス:
/essbase/rest/v1/users/actions/delete - ユーザーの取得
- メソッド: getパス:
/essbase/rest/v1/users/{id} - ユーザーの検索またはエクスポート
- メソッド: getパス:
/essbase/rest/v1/users - ユーザーの更新
- メソッド: putパス:
/essbase/rest/v1/users/{id}
Variables
- アプリケーション変数の作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/variables - データベース変数の作成
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/variables - アプリケーション変数の削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/variables/{variableName} - データベース変数の削除
- メソッド: deleteパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/variables/{variableName} - アプリケーション変数の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/variables/{variableName} - アプリケーション変数の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/variables - データベース変数の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/variables/{variableName} - データベース変数の取得
- メソッド: getパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/variables - アプリケーション変数の更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/variables/{variableName} - データベース変数の更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/variables/{variableName}
ワークブック・ユーティリティ
- ワークブック・フォーマットの取得
- メソッド: getパス:
/essbase/rest/v1/excel/utils/dataformat