调用DeleteGatewaySMBUser可以删除云存储网关上一个SMB的用户。
调用该接口时,您需要注意:
- 请确认您已经创建了一个云存储网关,如果还未创建,可以通过CreateGateway接口创建一个云存储网关。
- 如果您的存储网关链接AD服务器或者LDAP服务器,该接口将会失败,在这种情况下,您可以在AD服务器或LDAP服务器上删除SMB用户。
请求参数
名称 |
类型 |
是否必选 |
示例值 |
描述 |
Action | String | 是 | DeleteGatewaySMBUser | 系统规定参数。取值:DeleteGatewaySMBUser。 |
GatewayId | String | 是 | gw-000c6hshwukkbrypj*** | 网关ID。 |
Username | String | 是 | username | SMB用户名。长度限制为1~32个字符,可以是英文、数字或符号短划线(-)、下划线(_)。 |
返回数据
名称 |
类型 |
示例值 |
描述 |
TaskId | String | t-000c6hshwukkcfn3k** | 任务ID。 |
Message | String | successful | 请求结果描述。 |
RequestId | String | 89398CFB-4EB6-4C7E-BB3C-EF213AC8FA50 | 请求ID。 |
Code | String | 200 | 状态码。状态码为200表示请求成功。 |
Success | Boolean | true | 请求是否成功。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DeleteGatewaySMBUser
&GatewayId=gw-000c6hshwukkbrypj***
&Username=username
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteGatewaySMBUserResponse>
<TaskId>t-000c6hshwukkcfn3k**</TaskId>
<Message>successful</Message>
<RequestId>89398CFB-4EB6-4C7E-BB3C-EF213AC8FA50</RequestId>
<Code>200</Code>
<Success>true</Success>
</DeleteGatewaySMBUserResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"TaskId" : "t-000c6hshwukkcfn3k**",
"Message" : "successful",
"RequestId" : "89398CFB-4EB6-4C7E-BB3C-EF213AC8FA50",
"Code" : "200",
"Success" : true
}
错误码
HttpCode |
错误码 |
错误信息 |
描述 |
400 | EmptySMBUserName | You must enter a valid SMB username. | SMB用户名不能为空,请输入一个有效值。 |
400 | GatewayNotExist | The specified gateway does not exist. You must specify a valid parameter. | 网关不存在,请确认输入参数是否正确。 |
400 | GatewayInUpgrading | The gateway is upgrading. Try again later. | 网关正在升级中,请稍后再试。 |
400 | GatewayInOperation | The gateway is processing requests . Try again later. | 网关正在进行操作中,请稍后再试。 |
400 | GatewayStatusRunningRequired | The gateway is not in the Running state. Try again later. | 需要网关为启动状态,请稍后再试。 |
400 | InvalidSMBUserName | You must enter a valid SMB username. | SMB用户名不合法,请输入一个合法值。 |
400 | CouldNotDeleteSMBUser | The gateway is already linked with an AD or LDAP service. You cannot delete an SMB user on the gateway. We recommend that you delete an SMB user in the AD or LDAP service. | 网关已经配置链接了一个AD或LDAP服务,不支持从网关删除一个SMB用户,请在AD或LDAP服务器进行用户操作。 |
500 | InternalError | Unexpected error. Try again later. If the error persists after several tries, we recommend that you submit a ticket. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |
访问错误中心查看更多错误码。
文档内容是否对您有帮助?