DeleteProtocolMountTarget_文件存储(NAS/CPFS)_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

该接口仅适用于中国站 CPFS 文件系统。

流控信息

请求速率为100/1(s)。

授权信息

当前云产品暂无权限信息透出。

请求参数

字段名称字段详情
ProtocolServiceIdstring

协议服务 ID。

示例值:ptc-197ed6a00f2b****参考取值来源:
    CreateProtocolService
    DescribeProtocolService
FileSystemIdstring

文件系统 ID。

示例值:cpfs-099394bd928c****参考取值来源:
    CreateFileSystem
    DescribeFileSystems
    SetFilesetQuota
ExportIdstring

导出目录 ID。

示例值:exp-19abf5beab8d****
ClientTokenstring

保证请求幂等性,从您的客户端生成一个参数值,确保不同的请求间该参数值唯一。展开详情

示例值:123e4567-e89b-12d3-a456-42665544****
DryRunboolean

是否对此次删除请求执行预检。展开详情

示例值:true

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:98696EF0-1607-4E9D-B01D-F20930B6****

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
MissingFileSystemId
FileSystemId is mandatory for this action.诊断
400
MissingExportId
ExportId is mandatory for this action.诊断
400
MissingProtocolServiceId
ProtocolServiceId is mandatory for this action.诊断
403
Instance.IncorrectStatus
The specified instance is in an incorrect status.诊断
403
OperationDenied.InvalidMntStatus
The operation is denied due to invalid protocol mount targte status.诊断
403
OperationDenied.InvalidPtcStatus
The operation is denied due to invalid protocol service status.诊断
403
OperationDenied.InvalidState
The operation is denied due to invalid file system state.诊断
403
OperationDenied.NotSupported
The operation is denied due to not supported.诊断
404
InvalidFileSystem.NotFound
The specified file system does not exist.诊断
404
InvalidProtocolService.NotFound
The specified protocol service does not exist.诊断

变更历史

变更时间变更内容概要操作
2022-04-28
新增OpenAPI,删除协议服务导出目录

相关示例