Update the file system configuration

put

{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/configuration

Update file system configuration

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
configuration
Root Schema : schema
Type: object
Describes a file system configuration
Show Source
Nested Schema : defaultGroupHomeRights
Type: array
Assigned rights to a group's default home folder (/home/groups/{group}
Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
Show Source
  • Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
    Assigned rights to a group's default home folder (/home/groups/{group}
Nested Schema : defaultUserHomeRights
Type: array
Assigned rights to a user's default home folder (/home/users/{user}
Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
Show Source
  • Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
    Assigned rights to a user's default home folder (/home/users/{user}
Nested Schema : Quota
Type: object
Provides the overall storage usage and thresholds.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Describes a file system configuration
Show Source
Nested Schema : defaultGroupHomeRights
Type: array
Assigned rights to a group's default home folder (/home/groups/{group}
Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
Show Source
  • Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
    Assigned rights to a group's default home folder (/home/groups/{group}
Nested Schema : defaultUserHomeRights
Type: array
Assigned rights to a user's default home folder (/home/users/{user}
Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
Show Source
  • Allowed Values: [ "read", "write", "list", "delete", "createDir", "deleteDir", "renameDir", "propagateRightsToSubfolders", "all" ]
    Assigned rights to a user's default home folder (/home/users/{user}
Nested Schema : Quota
Type: object
Provides the overall storage usage and thresholds.
Show Source

400 Response

Bad request

401 Response

Not authorized to update the configuration

404 Response

Services not found

500 Response

Internal Server Error
Back to Top