フィルタのRESTエンドポイント
フィルタ
- 権限の追加
- メソッド: 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