Disassociates a Virtual Storage Channel (VSC) device from a file system.
Operation description
Only CPFS for Lingjun supports this feature.
Batch operations are supported. In batch mode, only one VscId can be associated with multiple FileSystemId values. This means the ResourceIds.VscId values must be the same.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:DetachVscFromFilesystems |
update |
*FileSystem
*Vsc
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceIds |
array<object> |
Yes |
The ID information of file systems and Virtual Storage Channels (VSCs). A maximum of 10 entries can be specified per batch. |
|
|
object |
No |
The ID information of file systems and Virtual Storage Channels (VSCs). A maximum of 10 entries can be specified per batch. |
||
| FileSystemId |
string |
No |
The file system ID. |
bmcpfs-290t15yn4uo8lid**** |
| VscId |
string |
No |
The Virtual Storage Channel (VSC) ID. You can call the ListVscs operation of Lingjun eflo-controller/2022-12-15 to query VSC IDs. If no VSC has been created, call the CreateVsc operation to create one. |
vsc-8vb864o3ppwfvh**** |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence. Note
If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may be different for each API request. |
123e4567-e89b-12d3-a456-42665544**** |
| RoleChain |
array<object> |
No |
The role chain. Note
This parameter is required only for cross-account scenarios. |
|
|
object |
No |
|||
| RoleType |
string |
No |
The role type. Valid values: service and user. |
service |
| RoleArn |
string |
No |
The resource descriptor of the specified role. Format: acs:ram::$accountID:role/$roleName. |
acs:ram::123472233814****:role/aliyunnasclientvsc**** |
| AssumeRoleFor |
string |
No |
The UID of the Alibaba Cloud account on whose behalf the service assumes the role. |
528394183225**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
2D69A58F-345C-4FDE-88E4-BF518948**** |
Examples
Success response
JSON format
{
"RequestId": "2D69A58F-345C-4FDE-88E4-BF518948****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The parameter is invalid. | Illegal parameter. |
| 400 | InvalidParameter.FileSystem | Invalid FileSystem in ResourceIds. | The file system in the ResourceIds is invalid. |
| 400 | InvalidParameter.ResourceIds | Invalid ResourceIds, can not be empty or batch size large than 10. | ResourceIds parameter error: cannot be empty and the batch size cannot exceed 10. |
| 400 | InvalidFilesystemType.NotSupport | This Api does not support this fileSystem type. | The current interface does not support this type of file system. |
| 400 | InvalidParameter.VscId | Invalid VscId in ResourceIds. | Invalid VscId in ResourceIds. |
| 400 | InvalidParameter.VscIds | Invalid VscId in ResourceIds.VscIds must be the same. | Invalid VscId in ResourceIds. VscIds must be the same. |
| 400 | Ram.AddRamParamFailed | Ram check has failed due to param invalid, please check param. | Ram check failed because the parameter is invalid, please check the parameter. |
| 400 | FeatureOrAPI.NotSupported | The Feature/API is not supported in this region now. | This feature or API is not currently supported in this region. |
| 403 | Forbbiden.Ram | User not authorized to operate on the specified resource, or this API doesn't support RAM. | The user is not authorized to operate the specified resource, or the API does not support RAM. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.