Vultr: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 1: Line 1:
vultr is another cloud provider, like [[digitalocean]].<br>
vultr is another cloud provider, like [[digitalocean]].<br>
it has a wider range of supported OS's, and cheaper rates.


= Documentation =
= Documentation =
Line 11: Line 12:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= API =
<blockquote>
<syntaxhighlight lang="bash">
curl "https://api.vultr.com/v2/account" \
  -X GET \
  -H "Authorization: Bearer ${API_KEY}"
</syntaxhighlight>
</blockquote><!-- API -->

Revision as of 20:39, 25 September 2022

vultr is another cloud provider, like digitalocean.
it has a wider range of supported OS's, and cheaper rates.

Documentation

home https://www.vultr.com/
api https://www.vultr.com/api/

API

curl "https://api.vultr.com/v2/account" \
  -X GET \
  -H "Authorization: Bearer ${API_KEY}"