ホームページ >運用・保守 >Linuxの運用と保守 >過去 30 日間のプリエンプティブル インスタンスの過去の価格をクエリする方法
この記事の内容は、過去 30 日間のプリエンプティブル インスタンスの履歴価格をクエリする方法に関するもので、必要な方は参考にしていただければ幸いです。
SpotPriceHistory の説明
リクエスト パラメータ
戻りパラメータ
##例
#リクエストの例https://ecs.aliyuncs.com/?Action=DescribeSpotHistory
&RegionId=cn-hangzhou
&ZoneId=cn-hanghzhou-c
&NetworkType=vpc
&InstanceType=ecs.t1.xsmall
&IoOptimized=none
&UtcStartTime=2017-08-22T08:45:08Z...
&<公共请求参数>
XML 形式
<DescribeSpotPriceHistoryResponse>
<RequestId>xxxxxxxxxxxxxx</RequestId>
<NextOffset>1000</NextOffset>
<SpotPrices>
<SpotPriceType>
<IoOptimized>none</IoOptimized>
<OriginPrice>0.028</OriginPrice>
<NetworkType>classic</NetworkType>
<Timestamp>2017-09-18T11:00:00Z</Timestamp>
<ZoneId>cn-hangzhou-c</ZoneId>
<SpotPrice>0.006</SpotPrice>
<InstanceType>ecs.t1.xsmall</InstanceType>
</SpotPriceType>
<SpotPriceType>
<IoOptimized>none</IoOptimized>
<OriginPrice>0.028</OriginPrice>
<NetworkType>classic</NetworkType>
<Timestamp>2017-09-18T12:00:00Z</Timestamp>
<ZoneId>cn-hangzhou-c</ZoneId>
<SpotPrice>0.006</SpotPrice>
<InstanceType>ecs.t1.xsmall</InstanceType>
</SpotPriceType>
</SpotPrices>
</DescribeSpotPriceHistoryResponse>
{
"RequestId":"xxxxxxxxxxxxxx",
"NextOffset":1000,
"SpotPrices":
{
"SpotPriceType":[
{
"IoOptimized":"none",
"OriginPrice":0.028,
"NetworkType":"classic",
"Timestamp":"2017-09-18T11:00:00Z",
"ZoneId":"cn-hangzhou-c","SpotPrice":0.006,
"InstanceType":"ecs.t1.xsmall"
}
]
}
}
エラー コードこのインターフェイスに固有のエラー コードは次のとおりです。その他のエラー コードについては、API エラー センターをご覧ください。
以上が過去 30 日間のプリエンプティブル インスタンスの過去の価格をクエリする方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。