cURL
curl --request GET \ --url https://api.raffcomputing.com/api/v1/public/pricing/vm
{ "success": true, "plans": [ { "id": 3, "vcpu": 2, "memory_gib": 4, "ssd_gib": 80, "transfer_gib": 4000, "price_per_hour": 0.027764, "monthly_price": 20, "yearly_price": 200, "twenty_four_month_price": 400, "vm_type": "standard", "region": "us-east" } ] }
Returns VM pricing plans. Use the plan id as pricing_id when creating a VM.
id
pricing_id
Filter by VM type
standard
premium
Filter by region
us-east
List of VM pricing plans
true
Show child attributes