調用DescribeCapacityReservationInstances查詢容量預定服務已匹配的實例列表。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
ecs:DescribeCapacityReservationInstances | get | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 容量預定服務所屬地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。 | cn-hangzhou |
MaxResults | integer | 否 | 分頁查詢時每頁行數。 最大值:100。 默認值:10。 | 10 |
NextToken | string | 否 | 容量預定服務查詢起始標志。由上一次的請求結果中獲取。 | caeba0bbb2be03f84eb48b699f0a4883 |
PrivatePoolOptions.Id | string | 是 | 容量預定服務 ID。 | crp-bp67acfmxazb4**** |
返回參數
示例
正常返回示例
JSON
格式
{
"NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"TotalCount": 10,
"MaxResults": 10,
"CapacityReservationItem": {
"InstanceIdSet": [
{
"InstanceId": "i-bp67acfmxazb4****"
}
]
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | MissingParameter.RegionId | The specified RegionId should not be null. | RegionId是必選參數。 |
400 | InvalidParameter.PrivatePoolOptions.Id | The specified PrivatePoolOptions.Id is invalid. | 指定的PrivatePoolOptions.Id無效 |
400 | DedicatedHostNotSupported | DedicatedHost is not supported for PrivatePool. | 私有池不支持專有宿主機。 |
400 | SpotNotSupported | Spot is not supported for PrivatePool. | 私有池不支持搶占式實例。 |
400 | ClassicNetworkNotSupported | Classic network is not supported for PrivatePool. | 私有池不支持經典網絡類型實例。 |
400 | Invalid.InstanceId | Instance does not exist. | 實例不存在。 |
400 | Invalid.PrivatePoolOptions.MatchCriteria | Target mode does not support this operation. | Target模式不支持本次操作。 |
400 | MissingParameter.PrivatePoolOptions.Id | The specified PrivatePoolOptions.Id should not be null. | PrivatePoolOptions.Id 參數不能為空。 |
400 | Invalid.PrivatePoolOptions.Id | The PrivatePool does not exist. | 私有池不存在。 |
400 | Invalid.InstanceType | The InstanceType does not match the PrivatePool. | 實例類型與私有池不匹配。 |
400 | Invalid.InstanceChargeType | The InstanceChargeType does not match the PrivatePool. | 實例計費類型與私有池不匹配。 |
400 | Invalid.ZoneId | The ZoneId does not match the PrivatePool. | 可用區與私有池不匹配。 |
400 | Invalid.PrivatePoolOptions.status | The PrivatePool has been used up. | - |
400 | Invalid.PrivatePoolOptions.MatchCriteria | The PrivatePoolOptions.MatchCriteria does not match the PrivatePool. | 指定的PrivatePoolOptions.MatchCriteria參數與私有池不匹配。 |
400 | InvalidPlatform.ValueNotSupported | The Platform does not match the PrivatePool. | 指定的Platform參數與私有池不匹配。 |
400 | Invalid.PrivatePoolOptions.status | The PrivatePool is expired or inactive. | - |
400 | Invalid.PrivatePoolOptions.status | The PrivatePool status is not valid. | - |
400 | Invalid.PrivatePoolOptions.status | The Instance should be created within 48 hours once the PrivatePool is started. | - |
400 | InvalidAliUid | The PrivatePool does not belong to the user of the Instance. | 私有池不屬于創建實例的用戶。 |
400 | Invalid.InstanceId | The Instance dose not attached to a PrivatePool. | 實例未與私有池匹配。 |
400 | MissingParameter.PackageType | The specified parameter "PackageType" can not be empty. | - |
400 | MissingParameter.PrivatePoolOptions.Ids | The specified parameter "PrivatePoolOptions.Ids" can not be empty. | - |
400 | MissingParameter.PrivatePoolOptions.Id | The specified parameter "PrivatePoolOptions.Id" can not be empty. | - |
400 | MissingParameter.InstanceCpuCoreCount | The specified parameter "InstanceCpuCoreCount" can not be empty. | - |
400 | MissingParameter.InstanceAmount | The specified parameter "InstanceAmount" can not be empty. | - |
400 | MissingParameter.InstanceCpuCoreCountOrInstanceAmount | The specified parameter "InstanceCpuCoreCount" and "InstanceAmount" must not be empty at the same time. | - |
400 | Invalid.TooManyPrivatePoolOptions.Ids | Too many PrivatePoolOptions.Ids in this request. | PrivatePoolOptions.Ids參數超過上限。 |
400 | Invalid.TooManyZoneIds | Too many ZoneIds in the request. | ZoneIds參數超過上限。 |
400 | Invalid.TooManyInstanceTypes | Too many InstanceTypes in the request. | InstanceTypes參數超過上限。 |
400 | Invalid.TooManyUnpaidPrivatePool | Too many PrivatePools create but still unpaid. | 多個私有池未支付。 |
400 | Invalid.InstanceCpuCoreCountOrInstanceAmount | Both InstanceCpuCoreCount and InstanceAmount are provided. | InstanceCpuCoreCount和InstanceAmount兩個參數不需要同時提供。 |
400 | Invalid.PrivatePoolOptions.Ids | The specified parameter "PrivatePoolOptions.Ids" exist invalid element Id. | - |
400 | Invalid.PackageType | The specified parameter "PackageType" is invalid. | - |
400 | Invalid.PrivatePool.Purchase | The PrivatePool has already paid. | 私有池已經支付。 |
400 | Invalid.AssuranceTimes.NotSupported | The value of AssuranceTimes is not supported. | AssuranceTimes參數值不支持。 |
400 | Invalid.TooManyInstanceTypes | The specified parameter "InstanceType" should only has one item. | - |
400 | Invalid.PrivatePoolOptions.MatchCriteria | The specified parameter "PrivatePoolOptions.MatchCriteria" is invalid. | - |
400 | RepeatStartPrivatePool | PrivatePool has already been started. | 私有池已經啟動。 |
400 | Invalid.PrivatePoolOptions.Id | The specified parameter "PrivatePoolOptions.Id" should be empty. | - |
400 | Invalid.InstanceId | Modify DedicatedHost Instance's attachment attributes is not supported. | - |
400 | Invalid.InstanceId | Modify Spot Instance's attachment attributes is not supported. | - |
400 | Invalid.InstanceId | Modify Classic Network Instance's attachment attributes is not supported. | - |
500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤,請重試。 |
訪問錯誤中心查看更多錯誤碼。