Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created July 12, 2023 23:20
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/5e1cf359a0aa8a68cde03e551a622aa8 to your computer and use it in GitHub Desktop.
Save gowatana/5e1cf359a0aa8a68cde03e551a622aa8 to your computer and use it in GitHub Desktop.
{
"billingAccountId": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"orgId": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"currency": "JPY",
"statementPeriodStartDate": "2023-06-20T07:00:00.000Z",
"statementPeriodEndDate": "2023-07-19T07:00:00.000Z",
"cost": {
"totalListPrice": 55555,
"totalDiscountSavings": 0,
"totalSalePrice": 55555,
"totalPromotionSavings": 0,
"totalCreditSavings": 0,
"totalNetAmount": 55555,
"promotionSavings": [],
"discountSavings": [],
"creditSavings": []
},
"servicesCost": {
"ybUdoTC05kYFC9ZG560kpsn0I8M_": {
"serviceCost": {
"totalListPrice": 55555,
"totalDiscountSavings": 0,
"totalSalePrice": 55555,
"totalPromotionSavings": 0,
"totalCreditSavings": 0,
"totalNetAmount": 55555,
"promotionSavings": [],
"discountSavings": [],
"creditSavings": []
},
"serviceLines": [
{
"description": "VMware Cloud on AWS - Core Service (1-Node) - Per i3 Host-APAC (Tokyo)-MONTHLY",
"serviceLineCost": {
"totalListPrice": 55543,
"totalDiscountSavings": 0,
"totalSalePrice": 55543,
"totalPromotionSavings": 0,
"totalCreditSavings": 0,
"totalNetAmount": 55543,
"promotionSavings": [],
"discountSavings": [],
"creditSavings": []
},
"pastPeriodStartDate": "",
"pastPeriodEndDate": "",
"billingModel": "COMMIT_OPTIONAL"
},
{
"description": "VMware Cloud on AWS - Elastic IP address not attached to a running instance-APAC (Tokyo)-MONTHLY",
"serviceLineCost": {
"totalListPrice": 12,
"totalDiscountSavings": 0,
"totalSalePrice": 12,
"totalPromotionSavings": 0,
"totalCreditSavings": 0,
"totalNetAmount": 12,
"promotionSavings": [],
"discountSavings": [],
"creditSavings": []
},
"pastPeriodStartDate": "",
"pastPeriodEndDate": "",
"billingModel": "COMMIT_OPTIONAL"
}
]
}
},
"totalPayments": 0,
"statementPayments": [],
"currentBalance": 55555
}
@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