Get File System Configuration

get

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

Rest API to file system configuration

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : fileserverConfig
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

401 Response

Unauthorized

404 Response

Services not found

500 Response

Internal Server Error
Back to Top