2 changed files with 3 additions and 17 deletions
@ -1,16 +0,0 @@ |
|||
#!/bin/bash |
|||
# eqx-market-spot-prices |
|||
|
|||
EQXTOKEN=`cat ~/.packet-cli.json | jq ".token" --raw-output` |
|||
|
|||
curl \ |
|||
--silent \ |
|||
-X GET \ |
|||
--header 'Accept: application/json' \ |
|||
--header "X-Auth-Token: ${EQXTOKEN}" \ |
|||
'https://api.equinix.com/metal/v1/market/spot/prices' | \ |
|||
jq '.spot_market_prices.da11."m3.large.x86".price' |
|||
|
|||
|
|||
# jq '.spot_market_prices.da11."c3.small.x86".price' |
|||
|
Loading…
Reference in new issue