ActivateLicense
更新時間:
調(diào)用 ActivateLicense 激活授權(quán)碼。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數(shù)
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
Action | String | 是 | ActivateLicense | 系統(tǒng)規(guī)定參數(shù)。取值:ActivateLicense。 |
LicenseCode | String | 是 | APSEDH8TA5CSGK-********_6CNTACBH9EQPOATFXJQL4B2COE7M43VVQ7GUGKAA | 授權(quán)碼。 |
Identification | String | 否 | 129****1111 | 激活的身份信息,用戶的 aliyunUid。 |
返回數(shù)據(jù)
名稱 | 類型 | 示例值 | 描述 |
RequestId | String | 6EF60BEC-0242-43AF-BB20-270359FB54A7 | 請求 ID |
Success | Boolean | true | 成功狀態(tài)標(biāo)識 |
示例
請求示例
http(s)://market.aliyuncs.com/?Action=ActivateLicense
&LicenseCode=APSEDH8TA5CSGK-********_6CNTACBH9EQPOATFXJQL4B2COE7M43VVQ7GUGKAA
&Identification=129****1111
&<公共請求參數(shù)>
正常返回示例
XML
格式
<ActivateLicenseResponse>
<RequestId>6EF60BEC-0242-43AF-BB20-270359FB54A7</RequestId>
<Success>true</Success>
</ActivateLicenseResponse>
JSON
格式
{
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7",
"Success": "true"
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
400 | Auth.CallerType | RAM users or STS tokens are not supported. | 不支持子賬號或 STS 賬號調(diào)用 |
400 | License.Invalid | The specified license is invalid. | 無效的授權(quán)碼 |
400 | License.Expired | The specified license has expired. | 授權(quán)碼已過期 |
400 | License.Discard | The specified license has been discarded. | 授權(quán)碼已廢棄 |
400 | License.NotFound | The specified license does not exist. | 授權(quán)碼不存在 |
400 | Auth.ISV | Only ISV accounts are allowed to call the specified API operation. | 非服務(wù)商賬號,僅供服務(wù)商賬號調(diào)用 |
400 | Auth.Match | The product to be enabled by the specified license does not belong to the ISV. | 授權(quán)碼對應(yīng)的商品不屬于該服務(wù)商 |
400 | Auth.Authorized | The specified RAM user is not authorized. | 子賬號沒有授權(quán) |
訪問錯誤中心查看更多錯誤碼。
文檔內(nèi)容是否對您有幫助?