RevokeQuotaIndep
更新时间:2024-12-10 11:03:08
PDF
撤销子帐号的独立配额权限
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
user |
String |
子账户的 user_id |
Yes |
zone |
String |
区域 ID |
Yes |
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
请求示例
https://api.qingcloud.com/iaas/?action=RevokeQuotaIndep
&user=usr-P9P3grKr
&zone=test
返回示例
{
"action":"RevokeQuotaIndepResponse",
"user_id":"usr-P9P3grKr",
"ret_code":0
}