Skip to main content

ModifyFileSystem

Description

call the ModifyFileSystem interface to modify the description information of the file system.

Request Method

POST

Request Path

/apsara/route/NAS/ModifyFileSystem

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
DescriptionBODYstringNoemptyfile system description. Limit: is 2 to 128 English or Chinese characters in length. must start with upper and lower case letters or Chinese, and cannot start with http:// and https. can contain numbers, semicolons (:), underscores (_), or dashes (-).
regionIdBODYstringYesNo sample value for this parameter.region id
FileSystemIdBODYstringYes1ca404****file system ID.
VolumeSizeBODYlongNo1000file system capacity. Value: Capacity type: 0~10 PB Performance type: 0~1 PB
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring5BC5CB97-9F28-42FE-84A4-0CD0DF42****request ID.

Example

Successful Response example

{
"RequestId":"5BC5CB97-9F28-42FE-84A4-0CD0DF42****"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}