This API is used to change the name of a file system.
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. |
Status code: 204
Successful request
None
Changing the name of an SFS Turbo file system to sfs-turbo-test1
{
"change_name" : {
"name" : "sfs-turbo-test1"
}
}
None
Status Code |
Description |
|---|---|
204 |
Successful request |
400 |
Incorrect parameter |
409 |
File system name already exists |
500 |
Internal error |
See Error Codes.