本接口用于查詢一個(gè)或多個(gè)預(yù)留實(shí)例券自動(dòng)續(xù)費(fèi)屬性,包括自動(dòng)續(xù)費(fèi)時(shí)長(zhǎng)和自動(dòng)續(xù)費(fèi)狀態(tài)。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action
元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫(xiě)入(Write)、讀取(Read)或列出(List)。
- 資源類(lèi)型:是指操作中支持授權(quán)的資源類(lèi)型。具體說(shuō)明如下:
- 對(duì)于必選的資源類(lèi)型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問(wèn)級(jí)別 | 資源類(lèi)型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
ecs:DescribeReservedInstanceAutoRenewAttribute | get | *ReservedInstance acs:ecs:{#regionId}:{#accountId}:reservedinstance/{#ReservedInstanceId} |
| 無(wú) |
請(qǐng)求參數(shù)
名稱 | 類(lèi)型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 預(yù)留實(shí)例券所屬的地域 ID。您可以調(diào)用 DescribeRegions 查看最新的阿里云地域列表。 | cn-hangzhou |
ReservedInstanceId | array | 否 | 預(yù)留實(shí)例券 ID 數(shù)組。 | |
string | 否 | 預(yù)留實(shí)例券 ID。您可以調(diào)用 DescribeReservedInstances 查看已購(gòu)買(mǎi)的預(yù)留實(shí)例券。僅支持查詢已生效(Status=Active)的預(yù)留實(shí)例券的自動(dòng)續(xù)費(fèi)狀態(tài)。 單次續(xù)費(fèi)的預(yù)留實(shí)例券數(shù)量最多不超過(guò) 100 個(gè)。 | ecsri-ajdfaj**** |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE7****",
"ReservedInstanceRenewAttributes": {
"ReservedInstanceRenewAttribute": [
{
"PeriodUnit": "Month",
"Duration": 1,
"ReservedInstanceId": "ecsri-ajdfaj****",
"RenewalStatus": "AutoRenewal"
}
]
}
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
403 | ChargeTypeViolation | Pay-As-You-Go dedicated host do not support this operation. | - |
403 | MissingParamter.InstanceId | ReservedInstanceId should not be null. | - |
403 | InvalidParameter.ToManyInstanceIds | ReservedInstanceId should be less than 100. | - |
403 | InvalidParameter | %s | 無(wú)效的參數(shù)。 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|
暫無(wú)變更歷史