Modifies the description of a file system.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyFileSystem |
The operation that you want to perform. Set the value to ModifyFileSystem. |
FileSystemId | String | Yes | 1ca404**** |
The ID of the file system.
|
Description | String | No | The description of the file system. |
The description of the file system. Limits:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 5BC5CB97-9F28-42FE-84A4-0CD0DF42**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyFileSystem
&FileSystemId=1ca404****
&Description=The description of the file system.
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ModifyFileSystemResponse>
<RequestId>5BC5CB97-9F28-42FE-84A4-0CD0DF42****</RequestId>
</ModifyFileSystemResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "5BC5CB97-9F28-42FE-84A4-0CD0DF42****"
}
Error codes
For a list of error codes, visit the API Error Center.