linode.create()
Creates a Linode and assigns you full privileges. There is a 75-linodes-per-hour limiter.
Parameters
- DatacenterID - numeric (required)
The DatacenterID from avail.datacenters() where you wish to place this new Linode
- PlanID - numeric (required)
The desired PlanID available from avail.LinodePlans()
- PaymentTerm - numeric (optional)
Subscription term in months for prepaid customers. One of: 1, 12, or 24
Example Response
{
"ERRORARRAY":[],
"ACTION":"linode.create",
"DATA":{
"LinodeID":8098
}
}
Errors
NOACCESS, CCFAILED, VALIDATION, LINODELIMITER, ACCOUNTLIMIT