ファイルのRESTエンドポイント
ファイル
- マルチパート・ファイル・アップロードの中止
- メソッド: deleteパス:
/essbase/rest/v1/files/abort/{path} - マルチパート・ファイル・アップロードのコミット
- メソッド: postパス:
/essbase/rest/v1/files/upload-commit/{path} - ファイルのコピー
- メソッド: postパス:
/essbase/rest/v1/files/actions/copy - マルチパート・ファイル・アップロードの作成
- メソッド: postパス:
/essbase/rest/v1/files/upload-create/{path} - ファイルまたはフォルダの削除
- メソッド: deleteパス:
/essbase/rest/v1/files/{path} - Zipファイルの展開
- メソッド: postパス:
/essbase/rest/v1/files/actions/extract - ジョブを使用したZipファイルの抽出
- メソッド: postパス:
/essbase/rest/v1/files/actions/extractJob - ホーム・パスの取得
- メソッド: 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} - ファイル・パートのアップロード
- メソッド: putパス:
/essbase/rest/v1/files/upload-part/{path}