機械翻訳について

アプリケーションのRESTエンドポイント

アプリケーション
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}