Resets the mount targets of an Apsara File Storage NAS (NAS) file system.
Description
When you create a NAS file system, a mount target is automatically generated. By default, you do not need to modify the mount target of the NAS file system. If the mount target is disabled, you need to reset the mount target of the NAS file system.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ResetNASDefaultMountTarget |
The operation that you want to perform. Set the value to ResetNASDefaultMountTarget. |
FileSystemId | String | Yes | 3a6ef4**** |
The ID of the NAS file system. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | B56768F5-16D9-4CD5-8A82-A442F921C4A7 |
The ID of the request. |
Examples
Sample requests
https://ecd.cn-hangzhou.aliyuncs.com/?Action=ResetNASDefaultMountTarget
&FileSystemId=3a6ef4****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<ResetNASDefaultMountTargetResponse>
<RequestId>B56768F5-16D9-4CD5-8A82-A442F921C4A7</RequestId>
</ResetNASDefaultMountTargetResponse>
JSON
format
{
"RequestId":"B56768F5-16D9-4CD5-8A82-A442F921C4A7"
}