Skip to content

Instantly share code, notes, and snippets.

@sue445
Last active April 9, 2019 18:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sue445/dd1ab749f9cf364777acbe66d34576e4 to your computer and use it in GitHub Desktop.
Save sue445/dd1ab749f9cf364777acbe66d34576e4 to your computer and use it in GitHub Desktop.
Show digital ocean images

Show digital ocean images

Usage

export DIGITALOCEAN_ACCESS_TOKEN="xxxxxxxxxxxxxxx"
curl -s "https://api.digitalocean.com/v2/images?filter=global&per_page=100" -H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN" | jq .

# grep slug
curl -s "https://api.digitalocean.com/v2/images?filter=global&per_page=100" -H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN" | jq -r ".images[].slug" | grep centos
{
"images": [
{
"id": 30680166,
"name": "1632.1.0 (beta)",
"distribution": "CoreOS",
"slug": "coreos-beta",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-05T14:41:31Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.4
},
{
"id": 13764801,
"name": "Elixir on 14.04",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2015-09-30T15:42:07Z",
"min_disk_size": 30,
"type": "snapshot",
"size_gigabytes": 1.85
},
{
"id": 14782899,
"name": "6.7 x32",
"distribution": "CentOS",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2015-12-10T17:10:48Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.5
},
{
"id": 14782952,
"name": "6.7 x64",
"distribution": "CentOS",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2015-12-10T17:19:06Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.53
},
{
"id": 16071652,
"name": "cloudbench-ycsb-on-1404.030216-1",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-03-02T16:16:02Z",
"min_disk_size": 60,
"type": "snapshot",
"size_gigabytes": 1.35
},
{
"id": 16071743,
"name": "cloudbench-hibench-on-1404.030216-1",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-03-02T16:41:16Z",
"min_disk_size": 60,
"type": "snapshot",
"size_gigabytes": 2.25
},
{
"id": 16082940,
"name": "cloudbench-nullworkload-on-1404.030316-6",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-03-03T07:39:02Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.9
},
{
"id": 16376426,
"name": "Cassandra on 14.04",
"distribution": "Ubuntu",
"slug": "cassandra",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-03-21T04:25:45Z",
"min_disk_size": 30,
"type": "snapshot",
"size_gigabytes": 0.59
},
{
"id": 16623283,
"name": "7.10 x32",
"distribution": "Debian",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-04-04T18:11:05Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.3
},
{
"id": 16623308,
"name": "7.10 x64",
"distribution": "Debian",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-04-04T18:18:11Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.3
},
{
"id": 17384153,
"name": "7.2 x64",
"distribution": "CentOS",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-05-17T16:17:10Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.43
},
{
"id": 17550956,
"name": "hadoop1",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-05-26T22:25:41Z",
"min_disk_size": 60,
"type": "snapshot",
"size_gigabytes": 2.29
},
{
"id": 17551182,
"name": "cassandra1",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-05-26T22:37:32Z",
"min_disk_size": 60,
"type": "snapshot",
"size_gigabytes": 1.43
},
{
"id": 18285322,
"name": "GitLab 8.9.4 CE on 14.04",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-07-05T07:17:11Z",
"min_disk_size": 30,
"type": "snapshot",
"size_gigabytes": 0.76
},
{
"id": 18290419,
"name": "7.11 x32",
"distribution": "Debian",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-07-05T21:26:04Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 20.97
},
{
"id": 18325354,
"name": "7.2 x64",
"distribution": "CentOS",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-07-07T16:11:45Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 20.97
},
{
"id": 21419098,
"name": "[EOL] 7.2.1511 x64",
"distribution": "CentOS",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-12-09T14:08:49Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.5
},
{
"id": 21669205,
"name": "16.04.1 x64",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2016-12-21T16:06:27Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.33
},
{
"id": 22580948,
"name": "1235.9.0 (stable)",
"distribution": "CoreOS",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-02-02T17:36:26Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.32
},
{
"id": 22601368,
"name": "16.04.1 x64",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-02-03T13:25:18Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.33
},
{
"id": 23219707,
"name": "Docker 17.03.0-ce on 14.04",
"distribution": "Ubuntu",
"slug": "docker",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-03-03T16:10:53Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.5
},
{
"id": 23220211,
"name": "25 x64 Atomic",
"distribution": "Fedora",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-03-03T17:31:51Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.67
},
{
"id": 24081356,
"name": "10.3 x64 zfs",
"distribution": "FreeBSD",
"slug": "freebsd-10-3-x64-zfs",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-04-10T23:57:15Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 1
},
{
"id": 24081552,
"name": "10.3 x64",
"distribution": "FreeBSD",
"slug": "freebsd-10-3-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-04-11T00:03:44Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.95
},
{
"id": 24257846,
"name": "12.04.5 x32",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-04-18T21:16:55Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.32
},
{
"id": 24258016,
"name": "12.04.5 x64",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-04-18T21:21:36Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.34
},
{
"id": 24914827,
"name": "26 x64 [BETA/UNSUPPORTED]",
"distribution": "Fedora",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-05-17T01:03:27Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.25
},
{
"id": 25256988,
"name": "14.04.5 x64",
"distribution": "Ubuntu",
"slug": "ubuntu-14-04-x64-do",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-05-31T19:21:59Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.46
},
{
"id": 25256991,
"name": "14.04.5 x32",
"distribution": "Ubuntu",
"slug": "ubuntu-14-04-x32-do",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-05-31T19:23:18Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.43
},
{
"id": 25430232,
"name": "cloudbench-nullworkload-on-1604.060117-1",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-06-07T21:50:34Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 1.92
},
{
"id": 25430312,
"name": "cloudbench-hibench-hadoop-on-1604.060117-1",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-06-07T21:53:33Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 3.55
},
{
"id": 25568418,
"name": "cloudbench-ycsb-cassandra-on-1604.060117-1",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-06-13T16:11:30Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 2.51
},
{
"id": 25570414,
"name": "26 x64 [BETA]",
"distribution": "Fedora",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-06-13T20:33:45Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.24
},
{
"id": 25640707,
"name": "11.0 x64 ZFS",
"distribution": "FreeBSD",
"slug": "freebsd-11-0-x64-zfs",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-06-16T15:44:49Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.84
},
{
"id": 25640715,
"name": "11.0 x64",
"distribution": "FreeBSD",
"slug": "freebsd-11-0-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-06-16T15:46:35Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.82
},
{
"id": 26398282,
"name": "MachineLearning on 16.04-20170718",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-07-18T13:11:40Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 2.15
},
{
"id": 26399442,
"name": "26 x64",
"distribution": "Fedora",
"slug": "fedora-26-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-07-18T16:39:41Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.24
},
{
"id": 26671396,
"name": "11.1 x64",
"distribution": "FreeBSD",
"slug": "freebsd-11-1-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-07-29T21:47:10Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.69
},
{
"id": 26671397,
"name": "11.1 x64 ZFS",
"distribution": "FreeBSD",
"slug": "freebsd-11-1-x64-zfs",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-07-29T21:47:21Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.7
},
{
"id": 27150538,
"name": "- DO-Recovery 17.04.20170818",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-08-18T18:17:31Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.22
},
{
"id": 28158115,
"name": "7.11 x64",
"distribution": "Debian",
"slug": "debian-7-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-09-28T18:24:33Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.36
},
{
"id": 28158128,
"name": "7.11 x32",
"distribution": "Debian",
"slug": "debian-7-x32",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-09-28T18:26:34Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.36
},
{
"id": 28158154,
"name": "26 x64 Atomic [TESTING]",
"distribution": "Fedora",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-09-28T18:30:48Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.58
},
{
"id": 28158283,
"name": "27 x64 TESTING",
"distribution": "Fedora",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-09-28T19:01:26Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.23
},
{
"id": 28282122,
"name": "10.4 x64 ZFS",
"distribution": "FreeBSD",
"slug": "freebsd-10-4-x64-zfs",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-10-03T18:24:11Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.75
},
{
"id": 28282143,
"name": "10.4 x64",
"distribution": "FreeBSD",
"slug": "freebsd-10-4-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-10-03T18:27:29Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.72
},
{
"id": 28706758,
"name": "MachineLearning on 16.04-20171020",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-10-20T19:25:07Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 1.87
},
{
"id": 29492039,
"name": "27 x64",
"distribution": "Fedora",
"slug": "fedora-27-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-20T16:05:14Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.23
},
{
"id": 29493174,
"name": "27 x64 Atomic",
"distribution": "Fedora Atomic",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-20T19:05:07Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.67
},
{
"id": 30664370,
"name": "6.9 x64",
"distribution": "CentOS",
"slug": "centos-6-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-05T00:17:32Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.33
},
{
"id": 30664379,
"name": "6.9 x32",
"distribution": "CentOS",
"slug": "centos-6-x32",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-05T00:18:21Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.32
},
{
"id": 30680272,
"name": "1649.0.0 (alpha)",
"distribution": "CoreOS",
"slug": "coreos-alpha",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-05T15:01:38Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.42
},
{
"id": 30681524,
"name": "1576.5.0 (stable)",
"distribution": "CoreOS",
"slug": "coreos-stable",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-05T18:41:36Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.39
},
{
"id": 30690719,
"name": "9.3 x64",
"distribution": "Debian",
"slug": "debian-9-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-06T00:19:30Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.61
},
{
"id": 30700975,
"name": "8.10 x32",
"distribution": "Debian",
"slug": "debian-8-x32",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-06T05:30:10Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.38
},
{
"id": 30707701,
"name": "27 Atomic x64",
"distribution": "Fedora Atomic",
"slug": "fedora-27-x64-atomic",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-06T19:23:06Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.7
},
{
"id": 30785035,
"name": "v.1.1.3 x64",
"distribution": "RancherOS",
"slug": "rancheros",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-09T16:12:02Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.05
},
{
"id": 30787912,
"name": "7.4 x64",
"distribution": "CentOS",
"slug": "centos-7-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-09T20:33:13Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.4
},
{
"id": 30798793,
"name": "16.04.3 x32",
"distribution": "Ubuntu",
"slug": "ubuntu-16-04-x32",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-10T01:54:49Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.29
},
{
"id": 30810927,
"name": "17.10 x64",
"distribution": "Ubuntu",
"slug": "ubuntu-17-10-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-10T13:58:02Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.32
},
{
"id": 30817832,
"name": "8.10 x64",
"distribution": "Debian",
"slug": "debian-8-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-10T22:13:07Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.45
},
{
"id": 30821337,
"name": "14.04.5 x64",
"distribution": "Ubuntu",
"slug": "ubuntu-14-04-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-11T00:13:37Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.27
},
{
"id": 30822283,
"name": "14.04.5 x32",
"distribution": "Ubuntu",
"slug": "ubuntu-14-04-x32",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-11T00:37:54Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.26
},
{
"id": 30849629,
"name": "- [BETA] Linux Kernel Recovery 17.10.20180112",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-12T01:22:49Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.23
},
{
"id": 30852674,
"name": "- [BETA] Linux Kernel Recovery 17.10.20180112",
"distribution": "Ubuntu",
"slug": null,
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-12T03:05:29Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.23
},
{
"id": 30875099,
"name": "16.04.3 x64",
"distribution": "Ubuntu",
"slug": "ubuntu-16-04-x64",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2018-01-13T00:41:21Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.3
},
{
"id": 24232319,
"name": "Ruby-on-Rails on 16.04",
"distribution": "Ubuntu",
"slug": "ruby-on-rails-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-04-17T18:09:13Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.54
},
{
"id": 24976861,
"name": "Dokku 0.9.4 on 16.04",
"distribution": "Ubuntu",
"slug": "dokku-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-05-19T20:25:37Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.58
},
{
"id": 25399919,
"name": "Discourse 2.0.20170531 on 16.04",
"distribution": "Ubuntu",
"slug": "discourse-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-06-06T17:44:03Z",
"min_disk_size": 40,
"type": "snapshot",
"size_gigabytes": 1.78
},
{
"id": 27223373,
"name": "MongoDB 3.4.7 on 16.04",
"distribution": "Ubuntu",
"slug": "mongodb-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-08-21T18:49:54Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.45
},
{
"id": 27419663,
"name": "Machine Learning and AI",
"distribution": "Ubuntu",
"slug": "ml-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-08-29T18:41:21Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 1.8
},
{
"id": 27768998,
"name": "MySQL on 16.04",
"distribution": "Ubuntu",
"slug": "mysql-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-09-12T23:01:28Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.45
},
{
"id": 28008792,
"name": "GitLab 10.0.0-ce.0 on 16.04",
"distribution": "Ubuntu",
"slug": "gitlab-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-09-22T16:19:02Z",
"min_disk_size": 60,
"type": "snapshot",
"size_gigabytes": 0.83
},
{
"id": 29160863,
"name": "NodeJS 6.11.5 on 16.04",
"distribution": "Ubuntu",
"slug": "node-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T15:58:26Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.41
},
{
"id": 29160891,
"name": "Ghost on 16.04",
"distribution": "Ubuntu",
"slug": "ghost-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:02:22Z",
"min_disk_size": 30,
"type": "snapshot",
"size_gigabytes": 0.61
},
{
"id": 29160892,
"name": "LAMP on 16.04",
"distribution": "Ubuntu",
"slug": "lamp-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:02:27Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.47
},
{
"id": 29160902,
"name": "Django 1.8.7 on 16.04",
"distribution": "Ubuntu",
"slug": "django-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:03:25Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.52
},
{
"id": 29160903,
"name": "Docker 17.09.0-ce on 16.04",
"distribution": "Ubuntu",
"slug": "docker-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:03:31Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.7
},
{
"id": 29160904,
"name": "PhpMyAdmin on 16.04",
"distribution": "Ubuntu",
"slug": "phpmyadmin-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:03:36Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.49
},
{
"id": 29160905,
"name": "WordPress 4.8.3 on 16.04",
"distribution": "Ubuntu",
"slug": "wordpress-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:03:46Z",
"min_disk_size": 30,
"type": "snapshot",
"size_gigabytes": 0.49
},
{
"id": 29160933,
"name": "MEAN on 16.04",
"distribution": "Ubuntu",
"slug": "mean-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:07:01Z",
"min_disk_size": 30,
"type": "snapshot",
"size_gigabytes": 1.41
},
{
"id": 29161212,
"name": "LEMP on 16.04",
"distribution": "Ubuntu",
"slug": "lemp-16-04",
"public": true,
"regions": [
"nyc1",
"sfo1",
"nyc2",
"ams2",
"sgp1",
"lon1",
"nyc3",
"ams3",
"fra1",
"tor1",
"sfo2",
"blr1"
],
"created_at": "2017-11-07T16:56:18Z",
"min_disk_size": 20,
"type": "snapshot",
"size_gigabytes": 0.47
}
],
"links": {},
"meta": {
"total": 82
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment