フィルタのRESTエンドポイント
フィルタ
- フィルタでの権限の追加
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}/permissions
- フィルタのコピー
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/filterops/copy
- フィルタの作成
- メソッド: 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}
- フィルタの取得
- メソッド: 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}/permissions
- フィルタの更新
- メソッド: putパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}
- フィルタの検証
- メソッド: postパス:
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/filterops/validate