這篇文章帶給大家的內容是關於雲端伺服器 ECS 提供的實例怎麼查詢規格資源,有一定的參考價值,有需要的朋友可以參考一下,希望對你有幫助。
DescribeInstanceTypes
描述
根據 DescribeInstanceTypes 查詢的實例規格清單與建立實例時按量付費實例清單一致。更多詳情,請參閱 按量付費 和 使用限制。
如果您需要使用更多執行個體規格資源,可以 提交工單 聯絡我們。
請求參數
# 傳回參數
#範例
#請求範例
https://ecs.aliyuncs.com/?Action=DescribeInstanceTypes &<公共请求参数>
返回範例
XML 格式
<DescribeInstanceTypesResponse> <RequestId>1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6</RequestId> <InstanceTypes> <InstanceType> <InstanceTypeId>ecs.t1.xsmall</InstanceTypeId> <CpuCoreCount>1</CpuCoreCount> <MemorySize>0.5</MemorySize> </InstanceType> <InstanceType> <InstanceTypeId>ecs.t1.small</InstanceTypeId> <CpuCoreCount>1</CpuCoreCount> <MemorySize>1</MemorySize> </InstanceType> </InstanceTypes> </DescribeInstanceTypesResponse>
JSON 格式
{ "RequestId": "1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6", "InstanceTypes": { "InstanceType": [{ "InstanceTypeId": "ecs.t1.xsmall", "CpuCoreCount": 1, "MemorySize": 0.5 }, { "InstanceTypeId": "ecs.t1.small", "CpuCoreCount": 1, "MemorySize": 1 }] } }
##錯誤碼
全是公共錯誤碼。更多錯誤碼,請造訪 API 錯誤中心。以上是雲端伺服器 ECS 提供的實例怎麼查詢規格資源的詳細內容。更多資訊請關注PHP中文網其他相關文章!