Expanding the Capacity of a File System
Function
This API is used to expand the capacity of a file system.
Request Parameters
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        X-Auth-Token  | 
      
        Yes  | 
      
        String  | 
      
        The account token.  | 
     
| 
        Content-Type  | 
      
        Yes  | 
      
        String  | 
      
        The MIME type.  | 
     
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        extend  | 
      
        Yes  | 
      
        Extend object  | 
      
        The extend object.  | 
     
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        new_size  | 
      
        Yes  | 
      
        Integer  | 
      
        The new capacity of the file system, in GiB. For a previous-generation Standard or Performance file system, the capacity ranges from 500 to 32768 (in GiB), and the minimum expansion increment is 100 GiB. For a previous-generation Standard-Enhanced or Performance-Enhanced file system, the capacity ranges from 10240 to 327680 (in GiB), and the minimum expansion increment is 100 GiB.  | 
     
Response Parameters
Status code: 202
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        id  | 
      
        String  | 
      
        The SFS Turbo file system ID.  | 
     
| 
        name  | 
      
        String  | 
      
        The SFS Turbo file system name.  | 
     
Example Requests
Expanding the capacity of a file system to 1,000 GB
{
  "extend" : {
    "new_size" : 1000
  }
}
 Example Responses
Status code: 202
Response body for expanding the capacity of a file system
{
  "id" : "67d4bd5e-7b2f-4c24-9a0b-c0038940c6f8",
  "name" : "sfs-turbo-test"
}
 Status Codes
| 
        Status Code  | 
      
        Description  | 
     
|---|---|
| 
        202  | 
      
        Response body for expanding the capacity of a file system  | 
     
Error Codes
See Error Codes.
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