broad-zoo-34077
12/01/2023, 6:51 PMwhite-airport-8778
curl <https://pricing.api.infracost.io/graphql> \
-X POST \
-H 'X-Api-Key: ico-xxxxxxxxx' \
-H 'Content-Type: application/json' \
--data '
{"query": "{ products(filter: {vendorName: \"aws\", service: \"AmazonEC2\", productFamily: \"Compute Instance\", region: \"us-east-1\", attributeFilters: [{key: \"instanceType\", value: \"m3.large\"}, {key: \"operatingSystem\", value: \"Linux\"}, {key: \"tenancy\", value: \"Shared\"}, {key: \"capacitystatus\", value: \"Used\"}, {key: \"preInstalledSw\", value: \"NA\"}]}) { prices(filter: {purchaseOption: \"on_demand\"}) { USD } } } "}
'
Response:
{
"data": {
"products": [
{
"prices": [
{
"USD": "0.1330000000"
}
]
}
]
}
}
gifted-ice-56627
12/05/2023, 8:12 PM