日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

文檔

ListInstanceTypes - 獲取實例類型列表

更新時間:

獲取EMR機型列表。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
RegionIdstring

地域 ID。

cn-hangzhou
ClusterIdstring

集群 ID。

c-b933c5aac8fe****
ZoneIdstring

可用區 ID。

cn-beijing-h
NodeGroupIdstring

節點組 ID。

G-F06C4B47966A****
ClusterTypestring

集群類型。

DATALAKE
PaymentTypestring

付費類型。

PayAsYouGo
NodeGroupTypestring

節點組類型。

CORE
IsModificationboolean

是否變配。

false
ReleaseVersionstring

EMR 發行版。

線上已發布版本EMR-5.8.0
DeployModestring

部署模式。

HA
InstanceTypestring

機型

ecs.g6.xlarge

返回參數

名稱類型描述示例值
object

返回數據

InstanceTypesarray

機型列表

InstanceTypeInstanceType

機型信息

RequestIdstring

請求 ID。

DD6B1B2A-5837-5237-ABE4-FF0C8944****
NextTokenstring

返回讀取到的數據位置。

DD6B1B2A-5837-5237-ABE4-FF0C89568980
MaxResultsinteger

本次請求所返回的最大記錄條數。

20
TotalCountinteger

本次請求條件下的數據總量。

200

示例

正常返回示例

JSON格式

{
  "InstanceTypes": [
    {
      "InstanceTypeFamily": "ecs.g6",
      "InstanceType": "ecs.g6.large",
      "Status": "Available",
      "StockStatus": "WithStock",
      "Optimized": true,
      "CpuCore": 4,
      "InstanceCategory": "Compute-optimized",
      "CpuArchitecture": "X86",
      "LocalStorageCapacity": 40,
      "LocalStorageAmount": 8
    }
  ],
  "RequestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
  "NextToken": "DD6B1B2A-5837-5237-ABE4-FF0C89568980",
  "MaxResults": 20,
  "TotalCount": 200
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400ConflictParametersParameters that must not be used together. %s多個參數間存在沖突。
400IncompleteSignatureThe request signature is invalid.API請求簽名不合法。
400InvalidActionThe action %s requested is invalid.不合法的Action。
400InvalidParameterThe specified parameter %s is not valid.參數錯誤。
400InvalidParameterValueThe input parameter %s is invalid or out of range.參數值超出范圍。
400MissingActionThe action %s requested is missing.缺少Action參數
400MissingParameterThe input parameter %s that is mandatory for processing this request is not supplied.參數缺失。
400NotAuthorizedYou do not have permission to perform this action. %s沒有權限。
400ThrottlingExceptionThe request was denied due to request throttling. %s限流。
404ResourceNotFoundThe resource not found by %s.請求的資源未找到。
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.內部錯誤。
503ServiceFailureThe request has failed due to a temporary failure of %s service.依賴的阿里云其他服務不可用。
503ServiceUnavailableThe request has failed due to a temporary failure of the server.請求超時或者服務不可用。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2023-03-28新增 OpenAPI查看變更詳情