ユーザーのRESTエンドポイント
ファイル・サーバー/ユーザー
- ユーザーMetadataの削除
- メソッド: deleteパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user} - ユーザーSSH公開キーの削除
- メソッド: deleteパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key - ユーザー詳細の取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user} - ユーザーSSH公開キーの取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key - ユーザー権限の取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/effectivepermissions/filesystem/root/{fsPath} - ルートのユーザー権限の取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/effectivepermissions/filesystem/root - ユーザーの検索
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users - ユーザー詳細の更新
- メソッド: putパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user} - ユーザーSSH公開キーの更新
- メソッド: putパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key - ユーザーSSH公開キーのアップロード
- メソッド: postパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/users/{user}/key