File Storage
File Storage is a file storage service that lets multiple clients share and use data over a network.
For more information, see the File Storage service documentation.
Endpoint
The File Storage OpenAPI endpoint is as follows.
https://file_storage.kr-central-2.kakaocloud.com
API list
The following table lists the OpenAPIs provided by File Storage in alphabetical order.
| API | Description |
|---|---|
| Create backup | Creates a backup of a Basic file system. |
| Create Basic file system | Creates a Basic file system. |
| Create Infinite file system | Creates an Infinite file system. |
| Create shared volume | Creates a shared volume in the specified Infinite file system. |
| Delete backup | Deletes the specified Basic file system backup. |
| Delete Basic file system | Deletes the specified Basic file system. |
| Delete Infinite file system | Deletes the specified Infinite file system. |
| Delete shared volume | Deletes a shared volume from the specified Infinite file system. |
| Get backup | Retrieves details of the specified Basic file system backup. |
| Get Basic file system | Retrieves details of the specified Basic file system. |
| Get file system usage | Retrieves File Storage resource usage for the project. |
| Get Infinite file system | Retrieves details of the specified Infinite file system. |
| Get shared volume | Retrieves details of a shared volume in the specified Infinite file system. |
| List backups | Lists Basic file system backups in the project. |
| List Basic file systems | Lists Basic file systems in the project. |
| List Infinite file systems | Lists Infinite file systems in the project. |
| List shared volumes | Lists shared volumes in the specified Infinite file system. |
| Restore backup | Creates a new Basic file system or restores data to an existing Basic file system from the specified backup. |
| Update backup | Modifies the name or description of the specified Basic file system backup. |
| Update Basic file system | Modifies the description, storage capacity, or allowed CIDRs of the specified Basic file system. |
| Update Infinite file system | Modifies the description or security groups of the specified Infinite file system. |
| Update shared volume | Modifies the description, quota, or access permissions of a shared volume in the specified Infinite file system. |