Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created July 12, 2023 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/c364de68ecbb6b384c39127d797c3bb9 to your computer and use it in GitHub Desktop.
Save gowatana/c364de68ecbb6b384c39127d797c3bb9 to your computer and use it in GitHub Desktop.
{
"currency": "JPY",
"discountSavings": [],
"promoSavings": [],
"totalDiscountSavings": 0,
"totalListPrice": 55555,
"totalNetAmount": 55555,
"totalPayments": 55555,
"totalPromoSavings": 0,
"totalSalePrice": 55555,
"statementPeriodStartDate": "2023-06-20T07:00:00.000Z",
"statementPeriodEndDate": "2023-07-19T07:00:00.000Z",
"subscriptionDetails": [
{
"serviceDefinitionDisplayName": "VMware Cloud DR",
"totalDiscountSavings": 0,
"totalListPrice": 0,
"totalNetAmount": 0,
"totalSalePrice": 0,
"subscriptionComponents": [],
"productIdentifierDescription": ""
},
{
"serviceDefinitionDisplayName": "VMware Cloud on AWS",
"totalDiscountSavings": 0,
"totalListPrice": 55555,
"totalNetAmount": 55555,
"totalSalePrice": 55555,
"subscriptionComponents": [
{
"billingEndDate": "2023-07-19T07:00:00.000Z",
"billingStartDate": "2023-06-20T07:00:00.000Z",
"charged": false,
"discountSavings": [],
"listPrice": 55543,
"salePrice": 55543,
"productSkuDescription": "VMware Cloud on AWS - Core Service (1-Node) - Per i3 Host-APAC (Tokyo)-MONTHLY"
},
{
"billingEndDate": "2023-07-19T07:00:00.000Z",
"billingStartDate": "2023-06-20T07:00:00.000Z",
"charged": false,
"discountSavings": [],
"listPrice": 12,
"salePrice": 12,
"productSkuDescription": "VMware Cloud on AWS - Elastic IP address not attached to a running instance-APAC (Tokyo)-MONTHLY"
}
],
"productIdentifierDescription": "VMware Cloud on AWS"
}
]
}
@gowatana
Copy link
Author

下記の投稿むけ。

VMware Cloud on AWS のコストを情報を REST API で見てみる。(curl / Ansible)
https://vm.gowatana.jp/entry/2023/07/13/084828

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment