機械翻訳について

変数のRESTエンドポイント

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}