本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
读取价目表文件
注意
要提供 Amazon 价目表 相关的反馈,请完成这份简短调查
此部分可用来了解如何阅读价目表文件。这包括服务索引文件、服务版本索引文件、区域索引文件以及 Amazon Web Services 服务和节省计划用例的价目表文件。
读取服务索引文件
注意
要提供 Amazon 价目表 相关的反馈,请完成这份简短调查
获得服务索引文件后,您可以用来查找服务价目表文件。
服务索引文件以 JSON 文件格式提供。您可以使用解析 JSON 的文本应用程序或程序来读取文件。
服务索引文件分为两个主要部分:
-
有关服务索引文件的元数据
-
Amazon 提供的服务列表(适用于服务索引文件),或者提供服务的 Amazon Web Services 区域 列表(适用于服务区域索引文件)
有关服务索引文件的信息包含相关 URL,可用于下载该服务的价格及其服务区域索引文件。
示例:服务索引文件
服务索引文件如下所示。
{ "formatVersion":"The version number for the offer index format", "disclaimer":"The disclaimers for this offer index", "publicationDate":"The publication date of this offer index", "offers":{ "firstService":{ "offerCode":"The service that this price list is for", "currentVersionUrl":"The URL for this offer file", "currentRegionIndexUrl":"The URL for the regional offer index file", "savingsPlanVersionIndexUrl":"The URL for the Savings Plan index file (if applicable)" }, "secondService":{ "offerCode": ..., "currentVersionUrl": ..., "currentRegionIndexUrl": ..., "savingsPlanVersionIndexUrl":... }, ... }, }
服务索引文件定义
以下列表定义服务索引文件中使用的术语:
- FormatVersion
-
跟踪服务索引文件所使用格式版本的属性。结构发生变化时,文件的
formatVersion
将更新。例如,版本将从v1
更改为v2
。 - 免责声明
-
适用于服务版本索引文件的任何免责声明。
- PublicationDate
-
发布服务版本索引文件的日期和时间,采用 UTC 格式。例如,这可能如
2015-04-09T02:22:05Z
和2015-09-10T18:21:05Z
所示。 - Offers
-
可用服务价目表文件清单。
- Offers:OfferCode
-
Amazon 服务产品的唯一代码。例如,可能是
AmazonEC2
或AmazonS3
。OfferCode
用作索引的查找关键字。 - Offers:CurrentVersionUrl
-
您可下载最新服务价目表文件的 URL。
- Offers:currentRegionIndexUrl
-
按地区列出的可用服务价目表文件清单。
- Offers:savingsPlanVersionIndexUrl
-
适用的 Savings Plan 报价列表。