DescribeLicense
更新時間:
調用 DescribeLicense 查詢授權信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | DescribeLicense | 系統規定參數。取值:DescribeLicense。 |
LicenseCode | String | 是 | xxxxxx | 激活碼 |
返回數據
名稱 |
類型 |
示例值 |
描述 |
RequestId | String | 6EF60BEC-0242-43AF-BB20-270359FB54A7 | 請求 ID |
License | Object | 激活碼對象 |
|
ActivateTime | String | 2019-05-25 09:00:00 | 激活時間 |
LicenseStatus | String | ACTIVATED | 激活碼狀態
|
ProductName | String | LNMP環境 | 商品名稱 |
ExpiredTime | String | 2019-06-25 09:00:00 | 過期時間 |
ProductSkuId | String | cmgj02****-prepay | 商品規格ID |
CreateTime | String | 2019-05-25 09:00:00 | 創建時間 |
LicenseCode | String | - | 激活碼 |
InstanceId | String | 1551111111 | 業務實例ID |
SupplierName | String | **科技股份有限公司 | 供應商名稱 |
ProductCode | String | cmgj02**** | 商品Code |
ExtendArray | Array of LicenseAttribute | 擴展對象數組 |
|
LicenseAttribute | |||
Code | String | package_version:對應商品規格code;orderBizId:云市場實例ID;activeAddress:激活地址;orderId:包含新購和續費訂單ID,逗號分割;aliUid:用戶阿里云Uid;expiresTime:授權碼過期時間; | 對象code |
Value | String | - | 對象值 |
ExtendInfo | Object | 擴展屬性 |
|
AliUid | Long | 190311111111**** | 阿里云UID |
AccountQuantity | Long | - | 賬號信息 |
String | id***@**.com | 郵箱 |
|
Mobile | String | 129****1111 | 電話 |
示例
請求示例
http(s)://market.aliyuncs.com/?Action=DescribeLicense
&LicenseCode=xxxxxx
&公共請求參數
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeLicenseResponse>
<RequestId>6EF60BEC-0242-43AF-BB20-270359FB54A7</RequestId>
<License>
<ActivateTime>2019-05-25 09:00:00</ActivateTime>
<LicenseStatus>ACTIVATED</LicenseStatus>
<ProductName>LNMP環境</ProductName>
<ExpiredTime>2019-06-25 09:00:00</ExpiredTime>
<ProductSkuId>cmgj02****-prepay</ProductSkuId>
<CreateTime>2019-05-25 09:00:00</CreateTime>
<LicenseCode>-</LicenseCode>
<InstanceId>1551111111</InstanceId>
<SupplierName>**科技股份有限公司</SupplierName>
<ProductCode>cmgj02****</ProductCode>
<ExtendArray>
<Code>-</Code>
<Value>-</Value>
</ExtendArray>
<ExtendInfo>
<Email>id***@**.com</Email>
<Mobile>129****1111</Mobile>
</ExtendInfo>
</License>
</DescribeLicenseResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "6EF60BEC-0242-43AF-BB20-270359FB54A7",
"License" : {
"ActivateTime" : "2019-05-25 09:00:00",
"LicenseStatus" : "ACTIVATED",
"ProductName" : "LNMP環境",
"ExpiredTime" : "2019-06-25 09:00:00",
"ProductSkuId" : "cmgj02****-prepay",
"CreateTime" : "2019-05-25 09:00:00",
"LicenseCode" : "-",
"InstanceId" : "1551111111",
"SupplierName" : "**科技股份有限公司",
"ProductCode" : "cmgj02****",
"ExtendArray" : [ {
"Code" : "-",
"Value" : "-"
} ],
"ExtendInfo" : {
"Email" : "id***@**.com",
"Mobile" : "129****1111"
}
}
}
錯誤碼
HttpCode |
錯誤碼 |
錯誤信息 |
描述 |
400 | Auth.SubAccount.Error | The specified AccessKey information does not belong to the RAM user. | 該AccessKey不是子賬號的AccessKey。 |
400 | License.Invalid | The specified license is invalid. | 無效的授權碼。 |
400 | License.Expired | The specified license has expired. | 授權碼已過期。 |
400 | License.Discard | The specified license has been discarded. | 授權碼已廢棄。 |
400 | License.NotFound | The specified license does not exist. | 授權碼不存在。 |
400 | Auth.ISV.Error | Only ISV accounts are allowed to call the specified API operation. | 非服務商賬號,僅供服務商賬號調用。 |
400 | Auth.Match | The product to be enabled by the specified license does not belong to the ISV. | 授權碼對應的商品不屬于該服務商。 |
400 | Auth.Authorized | The specified RAM user is not authorized. | 子賬號沒有授權。 |
訪問錯誤中心查看更多錯誤碼。
文檔內容是否對您有幫助?