scaleway/snippets
Python
Captured source
source ↗published Jun 17, 2019seen 5dcaptured 8hhttp 200method plain
scaleway/snippets
Description: Snippets to use Scaleway services
Language: Python
Stars: 1
Forks: 0
Open issues: 0
Created: 2019-06-17T13:45:18Z
Pushed: 2019-06-19T16:14:21Z
Default branch: master
Fork: no
Archived: no
README: This repository gathers scripts to use Scaleway services. API documentation is available at developers.scaleway.com and the web console at console.scaleway.com.
If you don't have an account, please register!
Account and billing
Account and billing APIs manage your user profile, credentials, invoices and so on.
- [ssh_keys.py](account/ssh_keys.py): list, add or remove SSH keys from your account.
Instances
Instances APIs manage your servers, volumes, IP addresses, snapshots and so on.
- [list_instances.py](instances/list_instances.py): learn how to list instances and consume API pagination.
- [marketplace.go](instances/marketplace.go): query the marketplace API to retrieve image identifiers.