|
|
@ -9,5 +9,8 @@ curl \
|
|
|
|
--header 'Accept: application/json' \
|
|
|
|
--header 'Accept: application/json' \
|
|
|
|
--header "X-Auth-Token: ${EQXTOKEN}" \
|
|
|
|
--header "X-Auth-Token: ${EQXTOKEN}" \
|
|
|
|
'https://api.equinix.com/metal/v1/market/spot/prices' | \
|
|
|
|
'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'
|
|
|
|
|
|
|
|
|
|
|
|