forked from docs/doc-exports
Reviewed-by: Miskanin, Jan <jan.miskanin@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
8.1 KiB
8.1 KiB
Changing the Name of a File System
Function
This API is used to change the name of an SFS Turbo file system.
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Account token |
Content-Type |
Yes |
String |
MIME type |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
change_name |
Yes |
ShareName object |
SFS Turbo file system to be modified |
Response Parameters
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 |
Request successful |
400 |
Invalid parameter |
409 |
The file system name already exists. |
500 |
Internal error |
Error Codes
See Error Codes.
Parent topic: Name Management