Using the API to create a VPS on Digitalocean

Source: Internet
Author: User

1. Generate Personal Access Token (Api-token)

The key resembles the following format:

81d58e36224b63fc2gedac14342d0cfb16vf5451c798b2a38f976360410c4d09

2. Get Digitalocean account information

Requires Curl,bearer heel Api-token

Curl-x get-h "Content-type:application/json"-H "authorization:bearer 81d58e36224b63fc2gedac14342d0cfb16vf5451c798b2a38f976360410c4d09 "" Https://api.digitalocean.com/v2/account "

3. Create a droplet

Easy to read format

Curl-x POST-      H "Content-type:application/json"-      H "authorization:bearer 81d58e36224b63fc2gedac14342d0cfb16vf5451c798b2a38f976360410c4d09 "      -d ' {       " name ":" example.com ",       " Region ":" NYC3 ",       " size ":" 512MB ",       " image ":" Ubuntu-14-04-x64 ",       " Ssh_keys ": null,       " Backups ": false,       "IPv6": True,       "User_data": null,       "private_networking": null       } '     "https:// Api.digitalocean.com/v2/droplets "

Single-line format

Curl-x post-h "Content-type:application/json"-H "authorization:bearer 81d58e36224b63fc2gedac14342d0cfb16vf5451c798b2a38f976360410c4d09 "-d ' {" name ":" example.com "," Region ":" NYC3 "," Size ":" 512MB "," image ":" Ubuntu-14-04-x64 "," Ssh_keys ": null," Backups ": false," IPv6 ": True," user_data ": null," private _networking ": null} '" Https://api.digitalocean.com/v2/droplets "

Using the API to create a VPS on Digitalocean

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.