Expanding the Capacity of a File System
Function
This API is used to expand the capacity of an SFS Turbo file system. Capacity expansion is an asynchronous operation. You can check whether the expansion is successful by checking field sub_status returned by Querying Details About a Single File System. If the value of the sub-status is 221, the expansion is successful.
URI
Request Header
The operation message header is the same as that of a common request. For details, see Table 3.
Request
- Parameter description
Parameter
Mandatory
Type
Description
extend
Yes
Object
Specifies the extend object. For details, see the parameter in the extend field.
- Parameter in the extend field
Parameter
Mandatory
Type
Description
new_size
Yes
Int
Specifies the new capacity (GB) of the shared file system. The capacity expansion step is greater than or equal to 100 GB.
For a common file system, the value of capacity ranges from 500 to 32768.
- Example request
{ "extend": { "new_size": 500 } }
Response
- Parameter description
Parameter
Type
Description
id
String
Specifies the ID of the SFS Turbo file system.
name
String
Specifies the name of the SFS Turbo file system.
- Example response
{ "id": "67d4bd5e-7b2f-4c24-9a0b-c0038940c6f8", "name": "sfs-turbo-cts" }
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot