Using The Linode API | Getting Started Guide

Описание к видео Using The Linode API | Getting Started Guide

The Linode API allows you to automate any task that can be performed inside the Cloud Manager, such as creating and deleting Linodes, managing IP addresses and DNS, and opening support tickets. Follow along with this video to learn how to get started managing the full range of Linode products and services using the Linode API.

Chapters:
0:00 - Intro
0:24 - Create an API Token
4:51 - Install Prerequisites
6:25 - Listing Linode Images
7:49 - Listing Instance Types
8:53 - Listing Data Center Regions
10:10 - Creating a Linode Using the API
14:36 - Wrapping Up

Commands From Video:
curl -X POST https://api.linode.com/v4/linode/inst... \
-H "Authorization: Bearer $TOKEN" -H "Content-type: application/json" \
-d '{"type": "g5-standard-2", "region": "us-east", "image": "linode/debian9", "root_pass": "supersecretpass", "label": "prod-1"}'

New to Cloud Computing? Get started here with a $100 credit → https://www.linode.com/lp/youtube-vie...
Read the doc for more information on getting started with the Linode API → https://www.linode.com/docs/guides/ge...
Learn more about the Linode API → https://www.linode.com/products/linod...
Subscribe to get notified of new episodes as they come out → https://www.youtube.com/linode?sub_co...

#Linode #API #Linux #CloudComputing
Product: Linode, Linode API; Jay LaCroix;

Комментарии

Информация по комментариям в разработке