From b4dfd812c3a8f8aec04d03a74729fcb7c23ff5a2 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Tue, 9 Feb 2021 10:47:03 -0700 Subject: [PATCH] spot price for m3.large --- eqx-market-spot-prices | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eqx-market-spot-prices b/eqx-market-spot-prices index 3476c10..5271ee5 100755 --- a/eqx-market-spot-prices +++ b/eqx-market-spot-prices @@ -9,5 +9,8 @@ curl \ --header 'Accept: application/json' \ --header "X-Auth-Token: ${EQXTOKEN}" \ 'https://api.equinix.com/metal/v1/market/spot/prices' | \ - jq '.spot_market_prices.da11."c3.small.x86".price' + jq '.spot_market_prices.da11."m3.large.x86".price' + + +# jq '.spot_market_prices.da11."c3.small.x86".price'