查詢用戶某個資源包的實例,限定支持查詢失效時間一年以內的資源包。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
bss:DescribeInstances | Read |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ProductCode | string | 否 | 產品代碼。 | rds |
ExpiryTimeStart | string | 否 | 失效起始時間。日期格式按照 ISO8601 標準表示,并需要使用 UTC 時間。格式為:yyyy-MM-ddTHH:mm:ssZ。 | 2020-02-02T12:00:00Z |
ExpiryTimeEnd | string | 否 | 失效結束時間。日期格式按照 ISO8601 標準表示,并需要使用 UTC 時間。格式為:yyyy-MM-ddTHH:mm:ssZ。 | 2020-02-02T13:00:00Z |
PageNum | integer | 否 | 頁碼,默認為 1。 | 1 |
PageSize | integer | 否 | 每頁條數,默認值 20,最大 300。 | 20 |
IncludePartner | boolean | 否 | 是否包含合作伙伴。 | true |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "6000EE23-274B-4E07-A697-FF2E999520A4",
"Success": true,
"Code": "Success",
"Message": "Successful!",
"PageSize": 20,
"Total": 12,
"Page": 1,
"Data": {
"PageNum": "1",
"PageSize": "20",
"TotalCount": "12",
"HostId": "cn",
"Instances": {
"Instance": [
{
"ExpiryTime": "2019-03-12T16:00:00Z",
"Status": "Available",
"Remark": "標準存儲包(華東2)",
"RemainingAmountUnit": "GB",
"InstanceId": "OSSBAG-cn-v0h1s4hma01",
"PackageType": "FPT_ossbag_absolute_Storage_sh",
"EffectiveTime": "2018-09-12T09:51:56Z",
"Region": "cn-hangzhou",
"TotalAmount": "40.000",
"DeductType": "Absolute",
"TotalAmountUnit": "GB",
"RemainingAmount": "40.000",
"ApplicableProducts": {
"Product": [
"{\"Product\": [\"oss\"] }"
]
},
"CommodityCode": "rds"
}
]
}
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NotApplicable | This API is not applicable for caller. | - |
400 | NotAuthorized | This API is not authorized for caller. | - |
400 | MissingParameter | Absent some mandatory parameter for this request. | - |
400 | InvalidParameter | This request contain some invalid parameter | - |
400 | InvalidOwner | The specified owner doesn't belong to caller. | 用戶身份錯誤 |
400 | OwnerIdInvalid | Parameter ownerId is invalid. | - |
400 | OwnerIdMissing | Paramter ownerId is missing. | - |
500 | InternalError | The request processing has failed due to some unknown error. | 內部服務器錯誤。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史