Changing the Name of a File System
Function
This API is used to change the name 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 |
---|---|---|---|
change_name |
Yes |
ShareName object |
The file system to be modified. |
Response Parameters
Status code: 204
Successful request
None
Example Requests
Changing the name of an SFS Turbo file system to sfs-turbo-test1
{ "change_name" : { "name" : "sfs-turbo-test1" } }
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
204 |
Successful request |
400 |
Incorrect parameter |
409 |
File system name already exists |
500 |
Internal error |
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