SetResellerUserStatus
調用 SetResellerUserStatus 設置托管、凍結狀態。
調試
前往 API Explorer 在線調試,API Explorer 提供在線調用 API、動態生成 SDK Example 代碼和快速檢索接口等能力,能顯著降低使用云 API 的難度,推薦使用。
請求參數
名稱 | 類型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
OwnerId | Long | 是 | 345****222 | 阿里云 UID |
BusinessType | String | 是 | TRUSTEESHIP | 業務模式
|
Status | String | 是 | Trusteeship | 狀態 BusinessType=FREEZE時,使用:
BusinessType=TRUSTEESHIP時,使用:
|
*注釋:
凍結業務包含解凍、凍結操作,是指合作伙伴在一些特殊場景下,針對終端用戶實施服務終止(即停機服務)、服務啟用(即開機服務)的業務;
托管業務主要包含托管、非托管兩種模式
托管模式:是指針對終端用戶,合作伙伴選擇由阿里云來進行用戶欠費停機的控制,阿里云負責代替合作伙伴管理客戶資金狀態(欠費,停機,恢復等等),邏輯和阿里云官網保持一致,欠費就會觸發停機;
1. QUOTA不足,進入欠費狀態 2. 欠費15天后,釋放資源
非托管模式:是指針對終端用戶,欠費停機動作由合作伙伴自行控制,停機動作通過合作伙伴發起
1. QUOTA不足,欠費不停機 2. 欠費15天后,資源不釋放,在這個狀態下,合作伙伴“需要”支付所有產生的費用
返回參數
名稱 | 類型 | 示例值 | 描述 |
RequestId | String | 323232 | 請求標識 |
Code | String | 200 | 返回碼 |
Message | String | successful | 返回信息 |
Success | Boolean | true | 請求是否成功,取值:
|
Data | Boolean | true | 設置是否成功,取值:
|
請求示例
https://business.aliyuncs.com/?Action=SetResellerUserStatus
&OwerId=345****222
&BusinessType=FREEZE
&Status=Trusteeship
返回示例
{
"RequestId":"323232",
"Code":"200",
"Message":"successful",
"Success":true,
"Data": true
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
500 | CreditInnerError | This interface has some error. Please try again. | 界面錯誤,請重試 |
200 | -116 | Fail to modify Enduser status, Quota is less than 0. | 無法修改最終用戶狀態,Quota 配額小于 0 |
400 | NotApplicable | This API is not applicable for caller. | 該接口不適用 |
400 | NotAuthorized | This API is not authorized for caller. | 接口調用者未授權 |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 由于某些未知錯誤或異常,請求處理失敗 |
400 | ParameterError | Missing the must parameter. | 缺少重要參數 |
500 | UndefinedError | The request processing has failed due to some unknown error. | 由于某些未知錯誤,請求處理失 |