Guides - Get Configuration Parameters
Updated
, by Linode
Your gateway to everything Linode offers: Automate tasks in the Cloud Manager, create Linodes, manage IP addresses, and open support tickets using an intuitive REST API.
Specify the type, region, and image for the new Linode.
Review the list of available images:
curl https://api.linode.com/v4/images/ | json_ppChoose one of the images from the resulting list and make a note of the
idfield.Repeat this procedure to choose a type:
curl https://api.linode.com/v4/linode/types/ | json_ppChoose a region:
curl https://api.linode.com/v4/regions | json_pp
This page was originally published on



