이 글의 내용은 지난 30일 동안의 선점형 인스턴스의 과거 가격을 쿼리하는 방법에 대한 것입니다. 특정 참고 가치가 있으므로 도움이 필요한 친구에게 도움이 되기를 바랍니다.
DescribeSpotPriceHistory
요청 매개변수
반환 매개변수
예
요청 예시
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>
JSON 형식
{ "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 중국어 웹사이트의 기타 관련 기사를 참조하세요!