機械翻訳について

ファイル・システムのRESTエンドポイント

ファイル・サーバー/ファイルシステム
フォルダの作成
メソッド: post
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories
フォルダの削除
メソッド: delete
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}
パスによるフォルダの削除
メソッド: delete
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath}
パスによるフォルダの取得
メソッド: get
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath}
パスIDによるフォルダの取得
メソッド: get
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}
ユーザーのフォルダ権限の取得
メソッド: get
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions/groups/{group}
フォルダ権限の取得
メソッド: get
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions
ファイル・システムのルート・ディレクトリの取得
メソッド: get
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root
ユーザー権限の取得
メソッド: get
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions/users/{user}
フォルダの更新
メソッド: put
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}
パスによるフォルダの更新
メソッド: put
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath}
フォルダ権限の更新
メソッド: put
パス : {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions