diff --git a/api/instance/v1/image_utils_test.go b/api/instance/v1/image_utils_test.go index 4254167e2..a0a5ff1b1 100644 --- a/api/instance/v1/image_utils_test.go +++ b/api/instance/v1/image_utils_test.go @@ -35,7 +35,7 @@ func TestWaitForImage(t *testing.T) { func createImage(t *testing.T, instanceAPI *API, imageName string) (*Image, func()) { serverRes, err := instanceAPI.CreateServer(&CreateServerRequest{ CommercialType: "DEV1-M", - Image: "ubuntu-bionic", + Image: "ubuntu_focal", }) testhelpers.AssertNoError(t, err) diff --git a/api/instance/v1/server_utils_test.go b/api/instance/v1/server_utils_test.go index ceffcf202..b35d4de31 100644 --- a/api/instance/v1/server_utils_test.go +++ b/api/instance/v1/server_utils_test.go @@ -157,12 +157,12 @@ func TestAPI_CreateServer(t *testing.T) { res, err := instanceAPI.CreateServer(&CreateServerRequest{ Zone: scw.ZoneFrPar1, CommercialType: "GP1-XS", - Image: "ubuntu-bionic", + Image: "ubuntu_focal", }) testhelpers.AssertNoError(t, err) - // this UUID might change when running the cassette later when the image "ubuntu-bionic" got a new version - testhelpers.Equals(t, "f974feac-abae-4365-b988-8ec7d1cec10d", res.Server.Image.ID) + // this UUID might change when running the cassette later when the image "ubuntu_focal" got a new version + testhelpers.Equals(t, "365a8b9c-0c6e-4875-a887-dc3213db9e20", res.Server.Image.ID) err = instanceAPI.DeleteServer(&DeleteServerRequest{ Zone: scw.ZoneFrPar1, ServerID: res.Server.ID, diff --git a/api/instance/v1/snapshot_utils_test.go b/api/instance/v1/snapshot_utils_test.go index c520cd3d0..3a3c37806 100644 --- a/api/instance/v1/snapshot_utils_test.go +++ b/api/instance/v1/snapshot_utils_test.go @@ -34,7 +34,7 @@ func TestWaitForSnapshot(t *testing.T) { func createSnapshot(t *testing.T, instanceAPI *API, snapshotName string) (*Snapshot, func()) { serverRes, err := instanceAPI.CreateServer(&CreateServerRequest{ CommercialType: "DEV1-M", - Image: "ubuntu-bionic", + Image: "ubuntu_focal", }) testhelpers.AssertNoError(t, err) diff --git a/api/instance/v1/testdata/create-server.yaml b/api/instance/v1/testdata/create-server.yaml index 3d4c0b58b..7e7877909 100644 --- a/api/instance/v1/testdata/create-server.yaml +++ b/api/instance/v1/testdata/create-server.yaml @@ -6,7 +6,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/0.0.0 (go1.12.9; darwin; amd64) + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: @@ -26,8 +26,9 @@ interactions: "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "9444d178-2285-4842-ac35-5e86eda8da91", "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", @@ -39,62 +40,53 @@ interactions: computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": "2016-04-22T13:27:33.769932+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "categories": ["distribution"], - "name": "Ubuntu Xenial", "modification_date": "2019-03-26T14:00:49.712120+00:00", - "versions": [{"creation_date": "2018-09-05T21:16:05.803947+00:00", "modification_date": - "2018-09-05T21:16:05.803947+00:00", "id": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f71f2ad9-7810-405b-9181-2e8d5e1feb18", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "4035ca92-5292-4c6e-aa17-759fbc32765e", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "name": "Ubuntu Xenial", "modification_date": "2020-01-20T09:04:40.661026+00:00", + "versions": [{"creation_date": "2020-01-17T14:31:06.041118+00:00", "modification_date": + "2020-01-17T14:31:06.041118+00:00", "id": "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b5a754d1-8262-47d2-acb2-22739295bb68", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "9feb1aec-492f-4144-a64f-bd67578a3b01", "zone": "ams1"}, - {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", - "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "2c1a1716-5570-4668-a50a-860c90beabf6", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "ba6a7295-7980-49c1-bd3f-e3a1819b951f", "zone": "ams1"}], "name": - "2018-09-05T21:16:05.804627"}], "current_public_version": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "label": "ubuntu_xenial", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ubuntu - is the ideal distribution for scale-out computing, Ubuntu Server helps you make - the most of your infrastructure.", "creation_date": "2016-03-05T14:51:48.354036+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "c2292eda-bb2a-4399-a226-91f82525b75f", - "categories": ["distribution"], "name": "Ubuntu Trusty", "modification_date": - "2019-03-26T14:00:52.034055+00:00", "versions": [{"creation_date": "2017-01-05T13:56:38.476659+00:00", - "modification_date": "2017-01-05T13:56:38.476659+00:00", "id": "bf7f0487-213e-4d62-a423-fada39e06dcb", - "local_images": [{"compatible_commercial_types": [], "arch": "arm", "id": "e37df0e6-91e8-4adc-9944-318ad75c13ca", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "27ccbd68-090d-4f95-a342-db2c1c8f3628", "zone": "par1"}], "name": "2017-01-05"}], - "current_public_version": "bf7f0487-213e-4d62-a423-fada39e06dcb", "label": "ubuntu_trusty", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1"}, {"compatible_commercial_types": + ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", + "ARM64-16GB"], "arch": "arm64", "id": "245e5cea-a9b4-4a36-9055-27185afe8690", + "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1"}, {"compatible_commercial_types": + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", + "id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": + "par1"}], "name": "2020-01-17T14:31:06.031136"}], "current_public_version": + "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", "label": "ubuntu_xenial", "organization": + {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2017-06-26T15:37:13.460764+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", "categories": ["distribution"], "name": "Debian Stretch", "modification_date": - "2019-03-26T14:00:52.355447+00:00", "versions": [{"creation_date": "2019-03-05T17:19:56.355135+00:00", - "modification_date": "2019-03-05T17:19:56.355135+00:00", "id": "19ae7ee0-6164-4327-8c04-9bac122fa271", - "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", - "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": "92ccf589-2d7f-4f1a-938c-8f3e8fdf0fb8", - "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "2c62201d-19d4-4ea0-940d-dd13d9849783", - "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "2020-01-20T09:04:42.765883+00:00", "versions": [{"creation_date": "2020-01-15T11:38:06.396694+00:00", + "modification_date": "2020-01-15T11:38:06.396694+00:00", "id": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "9a53e825-19f9-4e1f-b841-dd921e4e1b39", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "1eddbd4c-3a60-45b3-b2f7-26ab7bd2ccd2", "zone": + "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1"}, {"compatible_commercial_types": + [], "arch": "arm", "id": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1"}, + {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", + "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", + "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", + "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "18f57fd2-51e9-4568-95f4-92ce03e6ef84", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "6e592c09-8f8d-4b66-8d78-dc72a767ac39", - "zone": "ams1"}], "name": "2019-03-05T17:19:55.857344"}], "current_public_version": - "19ae7ee0-6164-4327-8c04-9bac122fa271", "label": "debian_stretch", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1"}], "name": "2020-01-15T11:38:06.390074"}], + "current_public_version": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", "label": "debian_stretch", + "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2016-03-05T14:52:36.322319+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", @@ -152,21 +144,6 @@ interactions: "zone": "ams1"}], "name": "2018-04-20T13:55:06.817954"}], "current_public_version": "31be34e5-074d-4c63-8c77-454459f77c3f", "label": "centos_7.4", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "The CentOS Project is a community-driven - free software effort focused on delivering a robust open source ecosystem.", - "creation_date": "2017-06-22T13:15:23.907335+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", - "id": "260b68bc-533c-4432-9a43-7178fc76ee02", "categories": ["distribution"], - "name": "CentOS 7.3", "modification_date": "2019-03-26T14:00:52.206561+00:00", - "versions": [{"creation_date": "2017-11-09T17:07:12.589821+00:00", "modification_date": - "2017-11-09T17:07:12.589821+00:00", "id": "1398b772-21d8-4450-bd7d-9b0441c59bdb", - "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "4d43ed62-617e-480b-9318-4273c456c7f4", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "ddbc2580-8b92-4538-86a9-728243900919", - "zone": "ams1"}], "name": "2017-11-09T17:07:12.511348"}], "current_public_version": - "1398b772-21d8-4450-bd7d-9b0441c59bdb", "label": "centos_7.3", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services.", "creation_date": "2019-03-06T09:07:51.652433+00:00", @@ -218,24 +195,12 @@ interactions: "zone": "ams1"}], "name": "2018-09-06T10:51:13.011044"}], "current_public_version": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "label": "fedora_27", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Fedora is a powerful, flexible operating - system that includes the best and latest datacenter technologies. It puts you - in control of all your infrastructure and services.", "creation_date": "2016-03-07T20:55:03.718181+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/fedora.png", "id": "0e24ac4c-2fa7-4602-b790-02b74b698d86", - "categories": ["distribution"], "name": "Fedora", "modification_date": "2019-03-26T14:00:52.575424+00:00", - "versions": [{"creation_date": "2016-03-07T22:03:48.364794+00:00", "modification_date": - "2016-03-07T22:03:48.364794+00:00", "id": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "120612bd-9c2c-4ace-833a-062b381934c8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "6bfeb720-936d-48ec-b2ca-ea68929a5b86", "zone": "ams1"}], - "name": "2015-09-01"}], "current_public_version": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "label": "fedora", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Arch - Linux is an independently developed Linux distribution versatile enough to suit - any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", - "id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], - "name": "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", - "versions": [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": + {"valid_until": null, "description": "Arch Linux is an independently developed + Linux distribution versatile enough to suit any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", "id": + "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], "name": + "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", "versions": + [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": "2018-04-20T15:59:04.594929+00:00", "id": "f7696517-bc49-448b-9869-f2c84e7c2a96", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", @@ -268,38 +233,26 @@ interactions: by thousands of volunteers from all over the world who collaborate via the Internet.", "creation_date": "2019-07-16T13:55:36.377559+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "categories": ["distribution"], - "name": "Debian Buster", "modification_date": "2019-08-27T17:02:20.002067+00:00", - "versions": [{"creation_date": "2019-08-27T14:32:06.122321+00:00", "modification_date": - "2019-08-27T14:32:06.122321+00:00", "id": "4c08096f-f825-429a-b91e-b974072ac813", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b3042271-d2b1-4f87-b407-aedd3bbd1663", "zone": "par1"}, {"compatible_commercial_types": + "name": "Debian Buster", "modification_date": "2020-01-20T09:04:41.730609+00:00", + "versions": [{"creation_date": "2020-01-15T11:52:04.860098+00:00", "modification_date": + "2020-01-15T11:52:04.860098+00:00", "id": "763b45ed-2e31-4ba0-9beb-efb195503a2d", + "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", - "id": "948d5610-86c2-414d-9d88-acc6be4b4842", "zone": "ams1"}, {"compatible_commercial_types": + "id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "bce24b0c-cedc-484d-a4b1-616cf883dc0b", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "0e32f742-93d9-4c2e-aa78-9418e3f54e7c", "zone": "par1"}], "name": - "2019-08-27T14:32:06.113229"}], "current_public_version": "4c08096f-f825-429a-b91e-b974072ac813", - "label": "debian_buster", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}}, {"valid_until": null, "description": - "Discourse is an open source Internet forum software application.", "creation_date": - "2016-03-07T21:08:17.200172+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/discourse.png", - "id": "19a71b27-1825-4ac6-891a-50d78a096374", "categories": ["instantapp"], - "name": "Discourse", "modification_date": "2019-03-26T14:00:51.024987+00:00", - "versions": [{"creation_date": "2016-03-07T21:57:06.319711+00:00", "modification_date": - "2016-03-07T21:57:06.319711+00:00", "id": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "1d40502f-2068-4d8b-a4fc-446e8ec2883e", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "c2e98204-d533-4d4b-8433-e9a1b1be801f", "zone": "ams1"}], - "name": "2015-09-10"}], "current_public_version": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "label": "discourse", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Docker + "ARM64-16GB"], "arch": "arm64", "id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", + "zone": "par1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", + "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": + "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1"}], "name": "2020-01-15T11:52:04.849401"}], + "current_public_version": "763b45ed-2e31-4ba0-9beb-efb195503a2d", "label": "debian_buster", + "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances + User Resources Build System"}}, {"valid_until": null, "description": "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.", "creation_date": "2016-03-05T15:11:26.847640+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/docker.png", "id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", @@ -323,60 +276,11 @@ interactions: "zone": "ams1"}], "name": "2019-03-07T17:07:39.004809"}], "current_public_version": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "label": "docker", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Drupal is an open source content management - platform powering millions of websites and applications.", "creation_date": - "2016-03-07T21:03:42.336816+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/drupal.png", - "id": "aa098c02-df40-4734-b5f0-a20694160c75", "categories": ["instantapp"], - "name": "Drupal", "modification_date": "2019-03-26T14:00:52.759749+00:00", "versions": - [{"creation_date": "2016-03-11T17:21:50.590025+00:00", "modification_date": - "2016-03-11T17:21:50.590025+00:00", "id": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e1171370-0060-4489-8789-f067c86ce7ba", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "92f0db7d-9d0c-4c3d-85cd-a53daed625a6", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "label": "drupal", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "ELK - stack is an environment that lets you collect, store and visualize your logs.", - "creation_date": "2016-03-07T21:07:26.481966+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/elk.png", - "id": "d9bc56e5-0a20-41d8-b581-f54e636888c8", "categories": ["instantapp"], - "name": "ELK stack", "modification_date": "2019-03-26T14:00:49.621237+00:00", - "versions": [{"creation_date": "2016-03-22T10:45:53.277539+00:00", "modification_date": - "2016-03-22T10:45:53.277539+00:00", "id": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "bf234cb3-0e42-4642-8f9b-5c74121ebea4", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "23fefa88-e769-43e4-abd2-a2024366f529", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "label": "elk_stack", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Etherpad - is a highly customizable Open Source online editor.", "creation_date": "2016-03-07T21:01:06.696775+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/etherpad.png", "id": - "53e87f7e-b173-4e88-b9ae-81c2ab7f168e", "categories": ["instantapp"], "name": - "Etherpad", "modification_date": "2019-03-26T14:00:49.232680+00:00", "versions": - [{"creation_date": "2016-03-07T21:54:43.305997+00:00", "modification_date": - "2016-03-07T21:54:43.305997+00:00", "id": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f085beb3-b99c-493e-a882-87a2f6d48bf8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7cb6244a-7d24-4459-b5eb-ce0053c30633", "zone": "ams1"}], - "name": "2015-09-18"}], "current_public_version": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "label": "etherpad", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ghost - is a simple, powerful publishing platform that allows you to share your stories - with the world.", "creation_date": "2016-03-07T21:06:37.762509+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/ghost.png", "id": "4653d871-5e19-4093-a08d-f3fca34b9ca8", - "categories": ["instantapp"], "name": "Ghost", "modification_date": "2019-03-26T14:00:53.632160+00:00", - "versions": [{"creation_date": "2016-03-17T18:07:22.400548+00:00", "modification_date": - "2016-03-17T18:07:22.400548+00:00", "id": "76921968-deec-4106-a708-91b10dca27de", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f0ea257d-2883-4ab5-9f58-39e03b4aa4c5", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7325a77f-bb75-4a39-8cd0-d8af9124fcee", "zone": "ams1"}], - "name": "2016-03-17"}], "current_public_version": "76921968-deec-4106-a708-91b10dca27de", - "label": "ghost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "GitLab - is a web-based Git repository manager with wiki and issue tracking features.", - "creation_date": "2016-03-07T21:06:22.770864+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", - "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "categories": ["instantapp"], - "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", "versions": - [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": + {"valid_until": null, "description": "GitLab is a web-based Git repository manager + with wiki and issue tracking features.", "creation_date": "2016-03-07T21:06:22.770864+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", + "categories": ["instantapp"], "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", + "versions": [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": "2019-04-09T13:31:03.648676+00:00", "id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", @@ -431,24 +335,12 @@ interactions: "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1"}], "name": "2018-04-18T08:00:48.129246"}], "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "label": "golang", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Build your own images on Scaleway.", "creation_date": - "2016-03-07T21:03:08.546795+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/default.png", - "id": "67597b1e-89f7-4fb3-98e2-6e199ca60adb", "categories": ["instantapp"], - "name": "Image Builder", "modification_date": "2019-03-26T14:00:54.321504+00:00", - "versions": [{"creation_date": "2016-10-24T16:21:35.520157+00:00", "modification_date": - "2016-10-24T16:21:35.520157+00:00", "id": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6d536ddb-9ec4-40bb-ab76-c5aa3173be3c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "190e9b6d-5ab4-46c5-9fa5-1bf4e5dafc0e", "zone": "ams1"}], - "name": "2016-10-24"}], "current_public_version": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "label": "image_builder", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Java - is a computer programming language that is concurrent, class-based, object-oriented, - and specifically designed to have as few implementation dependencies as possible.", - "creation_date": "2016-03-07T21:07:46.908969+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", - "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", "categories": ["instantapp"], - "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", "versions": - [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": + {"valid_until": null, "description": "Java is a computer programming language + that is concurrent, class-based, object-oriented, and specifically designed + to have as few implementation dependencies as possible.", "creation_date": "2016-03-07T21:07:46.908969+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", + "categories": ["instantapp"], "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", + "versions": [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": "2018-04-18T10:11:18.535736+00:00", "id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -467,18 +359,6 @@ interactions: "arm64", "id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1"}], "name": "2018-04-18T10:11:18.477156"}], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "label": "java", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Kanboard - is a project management software that use the Kanban methodology.", "creation_date": - "2016-03-07T21:03:25.999254+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/kanboard.png", - "id": "80e57489-db83-47d2-98fb-2acd0cfe99cc", "categories": ["instantapp"], - "name": "Kanboard", "modification_date": "2019-03-26T14:00:50.554737+00:00", - "versions": [{"creation_date": "2016-03-07T22:04:31.512162+00:00", "modification_date": - "2016-03-07T22:04:31.512162+00:00", "id": "db6dbf80-c69f-47c7-b077-8044ea756770", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8ed594e6-9b91-4371-8273-244764ea63f7", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "22cdcb16-fb59-4b27-a234-b20408cfc340", "zone": "ams1"}], - "name": "2015-08-31"}], "current_public_version": "db6dbf80-c69f-47c7-b077-8044ea756770", - "label": "kanboard", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "LEMP stack is a version where Apache has been replaced with the more lightweight web server Nginx.", "creation_date": "2016-03-07T21:06:53.552980+00:00", "logo": @@ -520,24 +400,12 @@ interactions: "zone": "ams1"}], "name": "2018-05-03T10:27:55.021511"}], "current_public_version": "42371bf7-c1ca-4889-a6d4-43febda865ca", "label": "mattermost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Minecraft is a game about placing blocks - to build anything you can imagine.", "creation_date": "2016-03-07T21:02:08.702536+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/minecraft.png", "id": - "aa8b6bc7-61c7-4e7c-a1a2-fd6d60ada433", "categories": ["instantapp"], "name": - "Minecraft", "modification_date": "2019-03-26T14:00:54.225616+00:00", "versions": - [{"creation_date": "2016-03-11T18:06:06.529522+00:00", "modification_date": - "2016-03-11T18:06:06.529522+00:00", "id": "2b401358-027d-4029-b35a-984a25c0dd0f", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6a60fbef-7f69-488b-9be5-6a25f591989f", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "94382ccf-87be-49c8-b253-0a9b5f00b6c4", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "2b401358-027d-4029-b35a-984a25c0dd0f", - "label": "minecraft", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Nextcloud - is an open source, self-hosted file share and communication platform.", "creation_date": - "2019-04-16T12:22:56.930842+00:00", "logo": "http://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", - "id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], - "name": "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", - "versions": [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": + {"valid_until": null, "description": "Nextcloud is an open source, self-hosted + file share and communication platform.", "creation_date": "2019-04-16T12:22:56.930842+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", "id": + "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], "name": + "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", "versions": + [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": "2019-04-16T12:25:38.052537+00:00", "id": "2fe66cc6-8985-4b5f-8325-83acc0589436", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -647,18 +515,6 @@ interactions: [], "arch": "arm", "id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1"}], "name": "2018-05-16T14:57:15.505378"}], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "label": "prestashop", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Pydio - is the mature, open-source software solution for file sharing and synchronization - with an intuitive user interfaces.", "creation_date": "2016-03-07T21:05:29.425733+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/pydio.png", "id": "ec8419f9-2146-467d-982b-eacbb32a4087", - "categories": ["instantapp"], "name": "Pydio", "modification_date": "2019-03-26T14:00:49.887331+00:00", - "versions": [{"creation_date": "2016-03-07T22:05:57.451042+00:00", "modification_date": - "2016-03-07T22:05:57.451042+00:00", "id": "e982e06a-927b-4373-a82c-770123aae518", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8428b1d9-07ac-4a90-bf23-1ac34c73c3c0", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "a6d4aace-fb6a-48fe-9c4e-de8a91b55af2", "zone": "ams1"}], - "name": "2015-06-23"}], "current_public_version": "e982e06a-927b-4373-a82c-770123aae518", - "label": "pydio", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The intended audience of this InstantApp is Python developers who want to bootstrap or test a Python application easily, in seconds.", "creation_date": "2016-03-07T21:05:46.642023+00:00", @@ -678,30 +534,6 @@ interactions: [], "arch": "arm", "id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1"}], "name": "2018-04-17T16:43:36.031203"}], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", "label": "python", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "An - open source, in-memory data structure store, used as database, cache and message - broker.", "creation_date": "2016-03-07T20:59:43.537434+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/default.png", - "id": "8e4ee9e3-ec32-4177-b2c3-97f44ad102d2", "categories": ["instantapp"], - "name": "Redis", "modification_date": "2019-03-26T14:00:51.245359+00:00", "versions": - [{"creation_date": "2016-03-07T21:47:04.576259+00:00", "modification_date": - "2016-03-07T21:47:04.576259+00:00", "id": "612174bf-c1aa-423f-9089-d15de44dafba", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "57abdeb5-6626-47e7-bfff-839c603f5c43", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "341413dd-e759-4575-93f7-f6ed18a3a9a7", "zone": "ams1"}], - "name": "2015-10-20"}], "current_public_version": "612174bf-c1aa-423f-9089-d15de44dafba", - "label": "redis", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Redmine - is a free and open source, web-based project management and issue tracking tool.", - "creation_date": "2016-03-07T21:02:29.445704+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/redmine.png", - "id": "6746cbf8-3732-4c23-ba15-34773652f058", "categories": ["instantapp"], - "name": "Redmine", "modification_date": "2019-03-26T14:00:51.662280+00:00", - "versions": [{"creation_date": "2016-03-22T10:48:06.775760+00:00", "modification_date": - "2016-03-22T10:48:06.775760+00:00", "id": "e0e29004-bfae-4663-a276-f2c9df70c698", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "a0df14e0-eb87-4f17-9c27-01c0106e13d3", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "d97ff062-7f89-4263-8f0c-cee31f1f25fd", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "e0e29004-bfae-4663-a276-f2c9df70c698", - "label": "redmine", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A dynamic, open source programming language with a focus on simplicity and productivity.", "creation_date": "2016-03-07T22:15:25.347873+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", @@ -721,30 +553,6 @@ interactions: [], "arch": "arm", "id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1"}], "name": "2018-04-18T10:21:49.057120"}], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", "label": "ruby", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ruby - on Rails is an open-source web framework that\u2019s optimized for programmer - happiness and sustainable productivity.", "creation_date": "2016-03-07T21:02:50.887200+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/rails.png", "id": "29cedfd1-3892-4273-90ba-86a886bdb51e", - "categories": ["instantapp"], "name": "Ruby on Rails", "modification_date": - "2019-03-26T14:00:53.919313+00:00", "versions": [{"creation_date": "2016-03-07T21:53:42.510249+00:00", - "modification_date": "2016-03-07T21:53:42.510249+00:00", "id": "22571268-4fd0-4153-9936-14190ae01a82", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "c5015431-7de1-4c45-9024-dfab244f4a4d", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "1a47e0e0-aaaf-436b-a3fe-a1d22db5c91f", "zone": "ams1"}], - "name": "2015-09-23"}], "current_public_version": "22571268-4fd0-4153-9936-14190ae01a82", - "label": "ruby_on_rails", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A - a PHP-powered, flexible Blogging and CMS application.", "creation_date": "2016-03-07T21:04:38.314597+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/serendipity.png", "id": - "3eadfd08-5939-4738-b0b6-bdd0bb002e9d", "categories": ["instantapp"], "name": - "Serendipity", "modification_date": "2019-03-26T14:00:54.023188+00:00", "versions": - [{"creation_date": "2016-03-07T21:51:12.030869+00:00", "modification_date": - "2016-03-07T21:51:12.030869+00:00", "id": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e485269b-fe65-4e78-80fc-a7e349770b95", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "85689a55-e288-40f8-8ae2-7984adb5ed14", "zone": "ams1"}], - "name": "2015-09-30"}], "current_public_version": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "label": "serendipity", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The torrents InstantApp spawns a private server to upload and download your digital files.", "creation_date": "2016-03-07T21:08:02.980958+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", @@ -770,49 +578,50 @@ interactions: "zone": "par1"}], "name": "2019-03-25T13:04:01.408435"}], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "label": "torrents", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 10.1", - "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 10.1", "modification_date": "2019-03-26T14:00:53.253241+00:00", - "versions": [{"creation_date": "2019-03-06T18:03:45.146468+00:00", "modification_date": - "2019-03-06T18:03:45.146468+00:00", "id": "47d58f71-8382-48d1-88cd-75e5f1ed7df6", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "5f96d290-88cb-4262-845e-578d0aa63201", - "zone": "par1"}], "name": "2019-03-06T18:03:45.081159"}], "current_public_version": - "47d58f71-8382-48d1-88cd-75e5f1ed7df6", "label": "ubuntu_bionic_ml_10.1", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "Ubuntu Bionic for Machine Learning 9.2", "creation_date": - "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + {"valid_until": null, "description": "Ubuntu is the ideal distribution for scale-out + computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": + "2020-02-17T15:50:48.980694+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + "id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "categories": ["distribution"], + "name": "Ubuntu 20.04 Focal Fossa", "modification_date": "2020-05-12T14:59:11.764621+00:00", + "versions": [{"creation_date": "2020-05-12T14:08:49.605637+00:00", "modification_date": + "2020-05-12T14:08:49.605637+00:00", "id": "8a23f8ac-240c-4c9c-b20e-c611361e0148", + "local_images": [{"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", + "zone": "par1"}, {"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "80d81811-1bd2-44dc-bd1c-ec070c80c40b", + "zone": "ams1"}], "name": "2020-05-12T14:08:49.566279+00:00"}], "current_public_version": + "8a23f8ac-240c-4c9c-b20e-c611361e0148", "label": "ubuntu_focal", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"valid_until": null, "description": "Ubuntu Bionic for Machine + Learning 10.1", "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": + "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", + "categories": ["Machine Learning"], "name": "Ubuntu Bionic ML 10.1", "modification_date": + "2020-02-17T12:56:29.417410+00:00", "versions": [{"creation_date": "2020-02-17T12:50:10.150196+00:00", + "modification_date": "2020-02-17T12:50:10.150196+00:00", "id": "50a39102-80cf-4c9b-aed8-919e745df9d5", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "8fa4f46b-2cb2-40df-813a-727df120b9e4", "zone": "par1"}], "name": "2020-02-17T12:50:10.040529"}], + "current_public_version": "50a39102-80cf-4c9b-aed8-919e745df9d5", "label": "ubuntu_bionic_ml_10.1", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 9.2", + "creation_date": "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 9.2", "modification_date": "2019-03-26T14:00:50.353326+00:00", - "versions": [{"creation_date": "2019-03-06T18:05:49.119145+00:00", "modification_date": - "2019-03-06T18:05:49.119145+00:00", "id": "905865bf-e34c-46b0-b7e2-5e11922e6511", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "6bd566a1-c5b6-4c59-be37-752e1491ce1f", - "zone": "par1"}], "name": "2019-03-06T18:05:49.043867"}], "current_public_version": - "905865bf-e34c-46b0-b7e2-5e11922e6511", "label": "ubuntu_bionic_ml_9.2", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "A powerful and flexible web hosting control panel.", "creation_date": - "2016-03-07T21:00:27.542536+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/webmin.png", - "id": "f300f8c1-1e1d-42d6-8a4b-9e661eb5477d", "categories": ["instantapp"], - "name": "Webmin", "modification_date": "2019-03-26T14:00:50.646395+00:00", "versions": - [{"creation_date": "2016-11-30T11:02:00.852921+00:00", "modification_date": - "2016-11-30T11:02:00.852921+00:00", "id": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "b4173ca3-a7f5-4dbe-bc07-3ee038df065c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "0eb66d90-fd78-4de2-810b-21bb79060abd", "zone": "ams1"}], - "name": "2016-11-30"}], "current_public_version": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "label": "webmin", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "WordPress - is the most popular web software you can use to create a beautiful website or - blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", - "id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], - "name": "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", - "versions": [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": + "name": "Ubuntu Bionic ML 9.2", "modification_date": "2020-02-17T12:55:53.623681+00:00", + "versions": [{"creation_date": "2020-02-17T12:39:31.681271+00:00", "modification_date": + "2020-02-17T12:39:31.681271+00:00", "id": "d0602033-62f8-455a-be55-0930291bb43f", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "1dad4207-f91a-48c3-9fac-6620e90b9434", "zone": "par1"}], "name": "2020-02-17T12:39:31.572184"}], + "current_public_version": "d0602033-62f8-455a-be55-0930291bb43f", "label": "ubuntu_bionic_ml_9.2", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "WordPress is the most popular web software + you can use to create a beautiful website or blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", "id": + "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], "name": + "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", "versions": + [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": "2019-03-08T08:58:28.971149+00:00", "id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", @@ -835,91 +644,92 @@ interactions: Cache-Control: - no-cache Content-Length: - - "70347" + - "53981" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 05 Sep 2019 16:43:43 GMT + - Thu, 04 Jun 2020 12:12:19 GMT Link: - ; rel="last" Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - f98d6c90-613c-4839-a569-198fd9bbb942 X-Total-Count: - - "47" + - "31" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"srv-distracted-pasteur","commercial_type":"GP1-XS","image":"f974feac-abae-4365-b988-8ec7d1cec10d","organization":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' + body: '{"name":"srv-elegant-ritchie","commercial_type":"GP1-XS","image":"365a8b9c-0c6e-4875-a887-dc3213db9e20","organization":"951df375-e094-4d26-97c1-ba548eeb9c42"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/0.0.0 (go1.12.9; darwin; amd64) + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"allowed_actions": ["poweron", "backup"], "maintenances": [], - "state_detail": "", "image": {"creation_date": "2019-03-05T10:13:15.974944+00:00", - "default_bootscript": {"kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.9-4.9.93-rev1/vmlinuz-4.9.93", - "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", "default": - false, "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "architecture": - "x86_64", "title": "x86_64 mainline 4.9.93 rev1", "dtb": "", "organization": - "11111111-1111-4111-8111-111111111111", "id": "15fbd2f7-a0f9-412b-8502-6a44da8d98b8", - "public": false}, "from_server": null, "arch": "x86_64", "id": "f974feac-abae-4365-b988-8ec7d1cec10d", - "root_volume": {"size": 10000000000, "id": "dd5f5c10-23b1-4c9c-8445-eb6740957c84", - "volume_type": "l_ssd", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13"}, - "name": "Ubuntu Bionic Beaver", "modification_date": "2019-03-05T13:32:29.274319+00:00", - "state": "available", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "extra_volumes": {}, "public": true}, "creation_date": "2019-09-05T16:43:44.386609+00:00", - "public_ip": null, "private_ip": null, "id": "113a2805-6359-48d2-858b-3fdb5e58bf10", - "dynamic_ip_required": true, "modification_date": "2019-09-05T16:43:44.760341+00:00", - "enable_ipv6": false, "hostname": "srv-distracted-pasteur", "state": "stopped", - "bootscript": {"kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.9-4.9.93-rev1/vmlinuz-4.9.93", - "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", "default": - false, "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "architecture": - "x86_64", "title": "x86_64 mainline 4.9.93 rev1", "dtb": "", "organization": - "11111111-1111-4111-8111-111111111111", "id": "15fbd2f7-a0f9-412b-8502-6a44da8d98b8", - "public": false}, "location": null, "boot_type": "local", "ipv6": null, "commercial_type": - "GP1-XS", "tags": [], "arch": "x86_64", "extra_networks": [], "compute_cluster": - null, "name": "srv-distracted-pasteur", "protected": false, "volumes": {"0": - {"size": 150000000000, "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2019-09-05T16:43:44.670166+00:00", "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", - "export_uri": null, "creation_date": "2019-09-05T16:43:44.386609+00:00", "id": - "39ba2577-3bd6-425f-99fc-6284da7232e5", "volume_type": "l_ssd", "server": {"id": - "113a2805-6359-48d2-858b-3fdb5e58bf10", "name": "srv-distracted-pasteur"}}}, - "security_group": {"id": "8c2471b6-317d-46a9-ba7d-081f1bc8ba69", "name": "Default - security group"}, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}}' + body: '{"server": {"id": "d18f8660-b831-4314-8314-c534ef21fb79", "name": "srv-elegant-ritchie", + "arch": "x86_64", "commercial_type": "GP1-XS", "boot_type": "local", "organization": + "951df375-e094-4d26-97c1-ba548eeb9c42", "hostname": "srv-elegant-ritchie", "image": + {"id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", "name": "Ubuntu 20.04 Focal Fossa", + "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": + "903d339c-6144-4ca9-b2a0-9d280d6e3576", "name": "ubuntu_20.04_focal_fossa:volume-0", + "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": + true, "arch": "x86_64", "creation_date": "2020-05-12T14:08:16.646636+00:00", + "modification_date": "2020-05-12T14:08:16.646636+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": + {"0": {"id": "79801997-0369-4c13-8ca0-d95cdada05dc", "name": "ubuntu_20.04_focal_fossa:volume-0", + "volume_type": "l_ssd", "export_uri": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", + "server": {"id": "d18f8660-b831-4314-8314-c534ef21fb79", "name": "srv-elegant-ritchie"}, + "size": 150000000000, "state": "available", "creation_date": "2020-06-04T12:12:19.737126+00:00", + "modification_date": "2020-06-04T12:12:20.100008+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": + null, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": + false, "private_ip": null, "creation_date": "2020-06-04T12:12:19.737126+00:00", + "modification_date": "2020-06-04T12:12:19.737126+00:00", "bootscript": {"id": + "34017869-d088-475c-b5ec-2cede3bb84e3", "public": true, "title": "x86_64 mainline + 4.4.182 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182", + "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", + "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": + true, "zone": "fr-par-1"}, "security_group": {"id": "54e2d5f6-d79c-44cc-b19f-613699b9cc7e", + "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2719" + - "2316" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 05 Sep 2019 16:43:44 GMT + - Thu, 04 Jun 2020 12:12:19 GMT Location: - - https://cp-par1.scaleway.com/servers/113a2805-6359-48d2-858b-3fdb5e58bf10 + - https://cp-par1.scaleway.com/servers/d18f8660-b831-4314-8314-c534ef21fb79 Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 5c9d9f22-aeab-40eb-a0e4-6c52a7e1845e status: 201 Created code: 201 duration: "" @@ -928,8 +738,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/0.0.0 (go1.12.9; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/113a2805-6359-48d2-858b-3fdb5e58bf10 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d18f8660-b831-4314-8314-c534ef21fb79 method: DELETE response: body: "" @@ -941,15 +751,17 @@ interactions: Content-Type: - application/json Date: - - Thu, 05 Sep 2019 16:43:44 GMT + - Thu, 04 Jun 2020 12:12:19 GMT Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 8f3f0eb9-939c-4537-9c59-655ea1cef71f status: 204 No Content code: 204 duration: "" diff --git a/api/instance/v1/testdata/image-wait-test.yaml b/api/instance/v1/testdata/image-wait-test.yaml index ab3dd1336..0ed253cb1 100644 --- a/api/instance/v1/testdata/image-wait-test.yaml +++ b/api/instance/v1/testdata/image-wait-test.yaml @@ -6,7 +6,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: @@ -402,7 +402,7 @@ interactions: {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Nextcloud is an open source, self-hosted file share and communication platform.", "creation_date": "2019-04-16T12:22:56.930842+00:00", - "logo": "http://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", "id": + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", "id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], "name": "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", "versions": [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": @@ -578,12 +578,30 @@ interactions: "zone": "par1"}], "name": "2019-03-25T13:04:01.408435"}], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "label": "torrents", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 10.1", - "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 10.1", "modification_date": "2020-02-17T12:56:29.417410+00:00", - "versions": [{"creation_date": "2020-02-17T12:50:10.150196+00:00", "modification_date": - "2020-02-17T12:50:10.150196+00:00", "id": "50a39102-80cf-4c9b-aed8-919e745df9d5", + {"valid_until": null, "description": "Ubuntu is the ideal distribution for scale-out + computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": + "2020-02-17T15:50:48.980694+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + "id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "categories": ["distribution"], + "name": "Ubuntu 20.04 Focal Fossa", "modification_date": "2020-05-12T14:59:11.764621+00:00", + "versions": [{"creation_date": "2020-05-12T14:08:49.605637+00:00", "modification_date": + "2020-05-12T14:08:49.605637+00:00", "id": "8a23f8ac-240c-4c9c-b20e-c611361e0148", + "local_images": [{"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", + "zone": "par1"}, {"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "80d81811-1bd2-44dc-bd1c-ec070c80c40b", + "zone": "ams1"}], "name": "2020-05-12T14:08:49.566279+00:00"}], "current_public_version": + "8a23f8ac-240c-4c9c-b20e-c611361e0148", "label": "ubuntu_focal", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"valid_until": null, "description": "Ubuntu Bionic for Machine + Learning 10.1", "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": + "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", + "categories": ["Machine Learning"], "name": "Ubuntu Bionic ML 10.1", "modification_date": + "2020-02-17T12:56:29.417410+00:00", "versions": [{"creation_date": "2020-02-17T12:50:10.150196+00:00", + "modification_date": "2020-02-17T12:50:10.150196+00:00", "id": "50a39102-80cf-4c9b-aed8-919e745df9d5", "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", "id": "8fa4f46b-2cb2-40df-813a-727df120b9e4", "zone": "par1"}], "name": "2020-02-17T12:50:10.040529"}], "current_public_version": "50a39102-80cf-4c9b-aed8-919e745df9d5", "label": "ubuntu_bionic_ml_10.1", @@ -626,17 +644,17 @@ interactions: Cache-Control: - no-cache Content-Length: - - "52439" + - "53981" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:45 GMT + - Thu, 04 Jun 2020 12:09:46 GMT Link: - ; rel="last" Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -644,54 +662,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 692b4040-4be5-4712-8b77-1970f848c46a + - b7883ad1-9619-413d-8df0-920a49624e88 X-Total-Count: - - "30" + - "31" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"srv-hopeful-rhodes","commercial_type":"DEV1-M","image":"f974feac-abae-4365-b988-8ec7d1cec10d","organization":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' + body: '{"name":"srv-hopeful-babbage","commercial_type":"DEV1-M","image":"365a8b9c-0c6e-4875-a887-dc3213db9e20","organization":"951df375-e094-4d26-97c1-ba548eeb9c42"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "6d281e17-c8da-4a10-b4cf-58ccf01326c6", "name": "srv-hopeful-rhodes", + body: '{"server": {"id": "58268fb6-0feb-45a7-89fd-c3a162e94045", "name": "srv-hopeful-babbage", "arch": "x86_64", "commercial_type": "DEV1-M", "boot_type": "local", "organization": - "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "hostname": "srv-hopeful-rhodes", "image": - {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", "name": "Ubuntu Bionic Beaver", + "951df375-e094-4d26-97c1-ba548eeb9c42", "hostname": "srv-hopeful-babbage", "image": + {"id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": - "dd5f5c10-23b1-4c9c-8445-eb6740957c84", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", + "903d339c-6144-4ca9-b2a0-9d280d6e3576", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": - true, "arch": "x86_64", "creation_date": "2019-03-05T10:13:15.974944+00:00", - "modification_date": "2019-03-05T13:32:29.274319+00:00", "default_bootscript": - {"id": "15fbd2f7-a0f9-412b-8502-6a44da8d98b8", "public": false, "title": "x86_64 - mainline 4.9.93 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.9-4.9.93-rev1/vmlinuz-4.9.93", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - false, "zone": "fr-par-1"}, "from_server": null, "state": "available", "zone": - "fr-par-1"}, "volumes": {"0": {"id": "14e4b38e-e117-4258-875a-3b96ebb09b6a", - "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", "volume_type": - "l_ssd", "export_uri": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", - "server": {"id": "6d281e17-c8da-4a10-b4cf-58ccf01326c6", "name": "srv-hopeful-rhodes"}, - "size": 40000000000, "state": "available", "creation_date": "2020-04-17T19:12:46.406715+00:00", - "modification_date": "2020-04-17T19:12:46.723187+00:00", "zone": "fr-par-1"}}, + true, "arch": "x86_64", "creation_date": "2020-05-12T14:08:16.646636+00:00", + "modification_date": "2020-05-12T14:08:16.646636+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": + {"0": {"id": "47b30be2-c56a-4d62-ab55-3a3a64ce45e1", "name": "ubuntu_20.04_focal_fossa:volume-0", + "volume_type": "l_ssd", "export_uri": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", + "server": {"id": "58268fb6-0feb-45a7-89fd-c3a162e94045", "name": "srv-hopeful-babbage"}, + "size": 40000000000, "state": "available", "creation_date": "2020-06-04T12:09:46.628399+00:00", + "modification_date": "2020-06-04T12:09:47.013929+00:00", "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": null, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - false, "private_ip": null, "creation_date": "2020-04-17T19:12:46.406715+00:00", - "modification_date": "2020-04-17T19:12:46.752968+00:00", "bootscript": {"id": - "15fbd2f7-a0f9-412b-8502-6a44da8d98b8", "public": false, "title": "x86_64 mainline - 4.9.93 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.9-4.9.93-rev1/vmlinuz-4.9.93", + false, "private_ip": null, "creation_date": "2020-06-04T12:09:46.628399+00:00", + "modification_date": "2020-06-04T12:09:46.628399+00:00", "bootscript": {"id": + "34017869-d088-475c-b5ec-2cede3bb84e3", "public": true, "title": "x86_64 mainline + 4.4.182 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182", "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - false, "zone": "fr-par-1"}, "security_group": {"id": "8c2471b6-317d-46a9-ba7d-081f1bc8ba69", + true, "zone": "fr-par-1"}, "security_group": {"id": "54e2d5f6-d79c-44cc-b19f-613699b9cc7e", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -699,17 +711,17 @@ interactions: Cache-Control: - no-cache Content-Length: - - "2826" + - "2315" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:46 GMT + - Thu, 04 Jun 2020 12:09:46 GMT Location: - - https://cp-par1.scaleway.com/servers/6d281e17-c8da-4a10-b4cf-58ccf01326c6 + - https://cp-par1.scaleway.com/servers/58268fb6-0feb-45a7-89fd-c3a162e94045 Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -717,7 +729,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e0aec16-5ef1-4207-8a35-5e6441cfd98f + - 3eed903e-b1d3-4629-a711-7fd6e24e4753 status: 201 Created code: 201 duration: "" @@ -728,14 +740,14 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6d281e17-c8da-4a10-b4cf-58ccf01326c6/action + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/58268fb6-0feb-45a7-89fd-c3a162e94045/action method: POST response: body: '{"task": {"status": "pending", "description": "server_backup", "href_result": - "/images/4c067622-f7fa-440f-a021-c70a968cf3ff", "terminated_at": null, "href_from": - "/servers/6d281e17-c8da-4a10-b4cf-58ccf01326c6/action", "started_at": "2020-04-17T19:12:47.249412+00:00", - "id": "78e7095e-864f-472d-8e5f-e7af71baa9af"}}' + "/images/5330ac21-9a20-4eca-9770-b04cc2108fa6", "terminated_at": null, "href_from": + "/servers/58268fb6-0feb-45a7-89fd-c3a162e94045/action", "started_at": "2020-06-04T12:09:47.576880+00:00", + "id": "9aa43be9-2335-4c59-920b-bdb53f056608"}}' headers: Content-Length: - "314" @@ -744,11 +756,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:46 GMT + - Thu, 04 Jun 2020 12:09:47 GMT Location: - - https://cp-par1.scaleway.com/tasks/78e7095e-864f-472d-8e5f-e7af71baa9af + - https://cp-par1.scaleway.com/tasks/9aa43be9-2335-4c59-920b-bdb53f056608 Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -756,7 +768,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d1ae7c1-4b0d-4126-bd15-eeb690d638da + - c2bf8d5c-5769-4e0d-a12f-54ae882239f5 status: 202 Accepted code: 202 duration: "" @@ -765,35 +777,35 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/4c067622-f7fa-440f-a021-c70a968cf3ff + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5330ac21-9a20-4eca-9770-b04cc2108fa6 method: GET response: - body: '{"image": {"id": "4c067622-f7fa-440f-a021-c70a968cf3ff", "name": "backup", - "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "root_volume": {"id": - "b26f1dc4-7ab9-4cee-95af-371821ee5b0d", "name": "backup_snap_0", "volume_type": + body: '{"image": {"id": "5330ac21-9a20-4eca-9770-b04cc2108fa6", "name": "backup", + "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", "root_volume": {"id": + "63ac0902-5f9f-4d6e-8de4-b75f02e000c1", "name": "backup_snap_0", "volume_type": "l_ssd", "size": 40000000000}, "extra_volumes": {}, "public": false, "arch": - "x86_64", "creation_date": "2020-04-17T19:12:46.806387+00:00", "modification_date": - "2020-04-17T19:12:46.806387+00:00", "default_bootscript": {"id": "15fbd2f7-a0f9-412b-8502-6a44da8d98b8", - "public": false, "title": "x86_64 mainline 4.9.93 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.9-4.9.93-rev1/vmlinuz-4.9.93", + "x86_64", "creation_date": "2020-06-04T12:09:47.078981+00:00", "modification_date": + "2020-06-04T12:09:47.078981+00:00", "default_bootscript": {"id": "34017869-d088-475c-b5ec-2cede3bb84e3", + "public": true, "title": "x86_64 mainline 4.4.182 rev1", "architecture": "x86_64", + "organization": "11111111-1111-4111-8111-111111111111", "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182", "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - false, "zone": "fr-par-1"}, "from_server": "6d281e17-c8da-4a10-b4cf-58ccf01326c6", + true, "zone": "fr-par-1"}, "from_server": "58268fb6-0feb-45a7-89fd-c3a162e94045", "state": "available", "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "1016" + - "1017" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:46 GMT + - Thu, 04 Jun 2020 12:09:47 GMT Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -801,7 +813,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 957b07c4-fbab-486a-925d-1e55cb554cf3 + - 474f7f3e-f55c-4302-9a25-35ee9064c2fa status: 200 OK code: 200 duration: "" @@ -810,35 +822,35 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/4c067622-f7fa-440f-a021-c70a968cf3ff + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5330ac21-9a20-4eca-9770-b04cc2108fa6 method: GET response: - body: '{"image": {"id": "4c067622-f7fa-440f-a021-c70a968cf3ff", "name": "backup", - "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "root_volume": {"id": - "b26f1dc4-7ab9-4cee-95af-371821ee5b0d", "name": "backup_snap_0", "volume_type": + body: '{"image": {"id": "5330ac21-9a20-4eca-9770-b04cc2108fa6", "name": "backup", + "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", "root_volume": {"id": + "63ac0902-5f9f-4d6e-8de4-b75f02e000c1", "name": "backup_snap_0", "volume_type": "l_ssd", "size": 40000000000}, "extra_volumes": {}, "public": false, "arch": - "x86_64", "creation_date": "2020-04-17T19:12:46.806387+00:00", "modification_date": - "2020-04-17T19:12:46.806387+00:00", "default_bootscript": {"id": "15fbd2f7-a0f9-412b-8502-6a44da8d98b8", - "public": false, "title": "x86_64 mainline 4.9.93 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.9-4.9.93-rev1/vmlinuz-4.9.93", + "x86_64", "creation_date": "2020-06-04T12:09:47.078981+00:00", "modification_date": + "2020-06-04T12:09:47.078981+00:00", "default_bootscript": {"id": "34017869-d088-475c-b5ec-2cede3bb84e3", + "public": true, "title": "x86_64 mainline 4.4.182 rev1", "architecture": "x86_64", + "organization": "11111111-1111-4111-8111-111111111111", "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182", "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - false, "zone": "fr-par-1"}, "from_server": "6d281e17-c8da-4a10-b4cf-58ccf01326c6", + true, "zone": "fr-par-1"}, "from_server": "58268fb6-0feb-45a7-89fd-c3a162e94045", "state": "available", "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "1016" + - "1017" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:47 GMT + - Thu, 04 Jun 2020 12:09:47 GMT Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -846,7 +858,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 544c30df-65f0-48ec-8c77-016886240319 + - f2790c1b-a83f-43fa-8998-cdcc30fadef9 status: 200 OK code: 200 duration: "" @@ -855,8 +867,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6d281e17-c8da-4a10-b4cf-58ccf01326c6 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/58268fb6-0feb-45a7-89fd-c3a162e94045 method: DELETE response: body: "" @@ -868,9 +880,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:47 GMT + - Thu, 04 Jun 2020 12:09:47 GMT Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -878,7 +890,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0ccf186-9f33-4900-af2c-e2a3440ba89c + - d9254def-61fc-4a2a-a670-480767b8bc97 status: 204 No Content code: 204 duration: "" @@ -887,8 +899,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/14e4b38e-e117-4258-875a-3b96ebb09b6a + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/47b30be2-c56a-4d62-ab55-3a3a64ce45e1 method: DELETE response: body: "" @@ -900,9 +912,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:47 GMT + - Thu, 04 Jun 2020 12:09:47 GMT Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -910,7 +922,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56cc3800-42ac-4a41-a25c-73d13cca8cd2 + - 3a71398b-3b17-4743-97a0-9a7f3ded2753 status: 204 No Content code: 204 duration: "" @@ -919,8 +931,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/4c067622-f7fa-440f-a021-c70a968cf3ff + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5330ac21-9a20-4eca-9770-b04cc2108fa6 method: DELETE response: body: "" @@ -932,9 +944,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:48 GMT + - Thu, 04 Jun 2020 12:09:49 GMT Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -942,7 +954,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d75a5629-637a-4165-a7df-c7e7fe81e6b8 + - 5c6b3b4b-11b0-4a1a-b712-e9904b8fe510 status: 204 No Content code: 204 duration: "" @@ -951,8 +963,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.2; darwin; amd64) - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b26f1dc4-7ab9-4cee-95af-371821ee5b0d + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/63ac0902-5f9f-4d6e-8de4-b75f02e000c1 method: DELETE response: body: "" @@ -964,9 +976,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 17 Apr 2020 19:12:48 GMT + - Thu, 04 Jun 2020 12:09:49 GMT Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -974,7 +986,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8041d7ea-f75c-419d-8060-d8b8c79c2a53 + - eae93dc8-624d-47e6-8cd7-349df155e80a status: 204 No Content code: 204 duration: "" diff --git a/api/instance/v1/testdata/snapshot-wait-test.yaml b/api/instance/v1/testdata/snapshot-wait-test.yaml index 301ca2d10..d5be309ed 100644 --- a/api/instance/v1/testdata/snapshot-wait-test.yaml +++ b/api/instance/v1/testdata/snapshot-wait-test.yaml @@ -592,7 +592,7 @@ interactions: "zone": "ams1"}, {"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", "RENDER-S", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", - "DEV1-L", "DEV1-XL"], "arch": "x86_64", "id": "ce6c9d21-0ff3-4355-b385-c930c9f22d9d", + "DEV1-L", "DEV1-XL"], "arch": "x86_64", "id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", "zone": "par1"}], "name": "2020-04-28T15:08:03.913957+00:00"}], "current_public_version": "61cf23b2-447a-48d4-9cfe-02b965fa651b", "label": "ubuntu_focal", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources diff --git a/api/marketplace/v1/marketplace_utils_test.go b/api/marketplace/v1/marketplace_utils_test.go index 9b261062f..805055d70 100644 --- a/api/marketplace/v1/marketplace_utils_test.go +++ b/api/marketplace/v1/marketplace_utils_test.go @@ -22,12 +22,12 @@ func TestGetImageByLabel(t *testing.T) { imageID, err := marketplaceAPI.GetLocalImageIDByLabel(&GetLocalImageIDByLabelRequest{ Zone: scw.ZoneFrPar1, CommercialType: "DEV1-S", - ImageLabel: "ubuntu-bionic", + ImageLabel: "ubuntu_focal", }) testhelpers.AssertNoError(t, err) - // ubuntu-bionic DEV1-S at par1: f974feac-abae-4365-b988-8ec7d1cec10d - testhelpers.Equals(t, "f974feac-abae-4365-b988-8ec7d1cec10d", imageID) + // ubuntu_focal DEV1-S at par1: 365a8b9c-0c6e-4875-a887-dc3213db9e20 + testhelpers.Equals(t, "365a8b9c-0c6e-4875-a887-dc3213db9e20", imageID) }) t.Run("matching input for GetLocalImageIDByLabel with lowercase image label", func(t *testing.T) { @@ -37,12 +37,12 @@ func TestGetImageByLabel(t *testing.T) { imageID, err := marketplaceAPI.GetLocalImageIDByLabel(&GetLocalImageIDByLabelRequest{ Zone: scw.ZoneFrPar1, CommercialType: "dev1-s", - ImageLabel: "ubuntu-bionic", + ImageLabel: "ubuntu_focal", }) testhelpers.AssertNoError(t, err) - // ubuntu-bionic DEV1-S at par1: f974feac-abae-4365-b988-8ec7d1cec10d - testhelpers.Equals(t, "f974feac-abae-4365-b988-8ec7d1cec10d", imageID) + // ubuntu_focal DEV1-S at par1: 365a8b9c-0c6e-4875-a887-dc3213db9e20 + testhelpers.Equals(t, "365a8b9c-0c6e-4875-a887-dc3213db9e20", imageID) }) t.Run("non-matching label for GetLocalImageIDByLabel", func(t *testing.T) { diff --git a/api/marketplace/v1/testdata/go-vcr.yaml b/api/marketplace/v1/testdata/go-vcr.yaml index d74efa80a..9eabe3176 100644 --- a/api/marketplace/v1/testdata/go-vcr.yaml +++ b/api/marketplace/v1/testdata/go-vcr.yaml @@ -6,7 +6,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.3+dev (go1.13.1; darwin; amd64) + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: @@ -26,8 +26,9 @@ interactions: "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "9444d178-2285-4842-ac35-5e86eda8da91", "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", @@ -39,62 +40,53 @@ interactions: computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": "2016-04-22T13:27:33.769932+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "categories": ["distribution"], - "name": "Ubuntu Xenial", "modification_date": "2019-03-26T14:00:49.712120+00:00", - "versions": [{"creation_date": "2018-09-05T21:16:05.803947+00:00", "modification_date": - "2018-09-05T21:16:05.803947+00:00", "id": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f71f2ad9-7810-405b-9181-2e8d5e1feb18", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "4035ca92-5292-4c6e-aa17-759fbc32765e", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "name": "Ubuntu Xenial", "modification_date": "2020-01-20T09:04:40.661026+00:00", + "versions": [{"creation_date": "2020-01-17T14:31:06.041118+00:00", "modification_date": + "2020-01-17T14:31:06.041118+00:00", "id": "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b5a754d1-8262-47d2-acb2-22739295bb68", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "9feb1aec-492f-4144-a64f-bd67578a3b01", "zone": "ams1"}, - {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", - "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "2c1a1716-5570-4668-a50a-860c90beabf6", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "ba6a7295-7980-49c1-bd3f-e3a1819b951f", "zone": "ams1"}], "name": - "2018-09-05T21:16:05.804627"}], "current_public_version": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "label": "ubuntu_xenial", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ubuntu - is the ideal distribution for scale-out computing, Ubuntu Server helps you make - the most of your infrastructure.", "creation_date": "2016-03-05T14:51:48.354036+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "c2292eda-bb2a-4399-a226-91f82525b75f", - "categories": ["distribution"], "name": "Ubuntu Trusty", "modification_date": - "2019-03-26T14:00:52.034055+00:00", "versions": [{"creation_date": "2017-01-05T13:56:38.476659+00:00", - "modification_date": "2017-01-05T13:56:38.476659+00:00", "id": "bf7f0487-213e-4d62-a423-fada39e06dcb", - "local_images": [{"compatible_commercial_types": [], "arch": "arm", "id": "e37df0e6-91e8-4adc-9944-318ad75c13ca", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "27ccbd68-090d-4f95-a342-db2c1c8f3628", "zone": "par1"}], "name": "2017-01-05"}], - "current_public_version": "bf7f0487-213e-4d62-a423-fada39e06dcb", "label": "ubuntu_trusty", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1"}, {"compatible_commercial_types": + ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", + "ARM64-16GB"], "arch": "arm64", "id": "245e5cea-a9b4-4a36-9055-27185afe8690", + "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1"}, {"compatible_commercial_types": + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", + "id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": + "par1"}], "name": "2020-01-17T14:31:06.031136"}], "current_public_version": + "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", "label": "ubuntu_xenial", "organization": + {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2017-06-26T15:37:13.460764+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", "categories": ["distribution"], "name": "Debian Stretch", "modification_date": - "2019-03-26T14:00:52.355447+00:00", "versions": [{"creation_date": "2019-03-05T17:19:56.355135+00:00", - "modification_date": "2019-03-05T17:19:56.355135+00:00", "id": "19ae7ee0-6164-4327-8c04-9bac122fa271", - "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", - "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": "92ccf589-2d7f-4f1a-938c-8f3e8fdf0fb8", - "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "2c62201d-19d4-4ea0-940d-dd13d9849783", - "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "2020-01-20T09:04:42.765883+00:00", "versions": [{"creation_date": "2020-01-15T11:38:06.396694+00:00", + "modification_date": "2020-01-15T11:38:06.396694+00:00", "id": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "9a53e825-19f9-4e1f-b841-dd921e4e1b39", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "1eddbd4c-3a60-45b3-b2f7-26ab7bd2ccd2", "zone": + "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1"}, {"compatible_commercial_types": + [], "arch": "arm", "id": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1"}, + {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", + "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", + "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", + "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "18f57fd2-51e9-4568-95f4-92ce03e6ef84", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "6e592c09-8f8d-4b66-8d78-dc72a767ac39", - "zone": "ams1"}], "name": "2019-03-05T17:19:55.857344"}], "current_public_version": - "19ae7ee0-6164-4327-8c04-9bac122fa271", "label": "debian_stretch", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1"}], "name": "2020-01-15T11:38:06.390074"}], + "current_public_version": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", "label": "debian_stretch", + "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2016-03-05T14:52:36.322319+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", @@ -152,21 +144,6 @@ interactions: "zone": "ams1"}], "name": "2018-04-20T13:55:06.817954"}], "current_public_version": "31be34e5-074d-4c63-8c77-454459f77c3f", "label": "centos_7.4", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "The CentOS Project is a community-driven - free software effort focused on delivering a robust open source ecosystem.", - "creation_date": "2017-06-22T13:15:23.907335+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", - "id": "260b68bc-533c-4432-9a43-7178fc76ee02", "categories": ["distribution"], - "name": "CentOS 7.3", "modification_date": "2019-03-26T14:00:52.206561+00:00", - "versions": [{"creation_date": "2017-11-09T17:07:12.589821+00:00", "modification_date": - "2017-11-09T17:07:12.589821+00:00", "id": "1398b772-21d8-4450-bd7d-9b0441c59bdb", - "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "4d43ed62-617e-480b-9318-4273c456c7f4", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "ddbc2580-8b92-4538-86a9-728243900919", - "zone": "ams1"}], "name": "2017-11-09T17:07:12.511348"}], "current_public_version": - "1398b772-21d8-4450-bd7d-9b0441c59bdb", "label": "centos_7.3", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services.", "creation_date": "2019-03-06T09:07:51.652433+00:00", @@ -218,24 +195,12 @@ interactions: "zone": "ams1"}], "name": "2018-09-06T10:51:13.011044"}], "current_public_version": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "label": "fedora_27", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Fedora is a powerful, flexible operating - system that includes the best and latest datacenter technologies. It puts you - in control of all your infrastructure and services.", "creation_date": "2016-03-07T20:55:03.718181+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/fedora.png", "id": "0e24ac4c-2fa7-4602-b790-02b74b698d86", - "categories": ["distribution"], "name": "Fedora", "modification_date": "2019-03-26T14:00:52.575424+00:00", - "versions": [{"creation_date": "2016-03-07T22:03:48.364794+00:00", "modification_date": - "2016-03-07T22:03:48.364794+00:00", "id": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "120612bd-9c2c-4ace-833a-062b381934c8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "6bfeb720-936d-48ec-b2ca-ea68929a5b86", "zone": "ams1"}], - "name": "2015-09-01"}], "current_public_version": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "label": "fedora", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Arch - Linux is an independently developed Linux distribution versatile enough to suit - any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", - "id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], - "name": "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", - "versions": [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": + {"valid_until": null, "description": "Arch Linux is an independently developed + Linux distribution versatile enough to suit any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", "id": + "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], "name": + "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", "versions": + [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": "2018-04-20T15:59:04.594929+00:00", "id": "f7696517-bc49-448b-9869-f2c84e7c2a96", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", @@ -268,38 +233,26 @@ interactions: by thousands of volunteers from all over the world who collaborate via the Internet.", "creation_date": "2019-07-16T13:55:36.377559+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "categories": ["distribution"], - "name": "Debian Buster", "modification_date": "2019-08-27T17:02:20.002067+00:00", - "versions": [{"creation_date": "2019-08-27T14:32:06.122321+00:00", "modification_date": - "2019-08-27T14:32:06.122321+00:00", "id": "4c08096f-f825-429a-b91e-b974072ac813", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b3042271-d2b1-4f87-b407-aedd3bbd1663", "zone": "par1"}, {"compatible_commercial_types": + "name": "Debian Buster", "modification_date": "2020-01-20T09:04:41.730609+00:00", + "versions": [{"creation_date": "2020-01-15T11:52:04.860098+00:00", "modification_date": + "2020-01-15T11:52:04.860098+00:00", "id": "763b45ed-2e31-4ba0-9beb-efb195503a2d", + "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", - "id": "948d5610-86c2-414d-9d88-acc6be4b4842", "zone": "ams1"}, {"compatible_commercial_types": + "id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "bce24b0c-cedc-484d-a4b1-616cf883dc0b", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "0e32f742-93d9-4c2e-aa78-9418e3f54e7c", "zone": "par1"}], "name": - "2019-08-27T14:32:06.113229"}], "current_public_version": "4c08096f-f825-429a-b91e-b974072ac813", - "label": "debian_buster", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}}, {"valid_until": null, "description": - "Discourse is an open source Internet forum software application.", "creation_date": - "2016-03-07T21:08:17.200172+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/discourse.png", - "id": "19a71b27-1825-4ac6-891a-50d78a096374", "categories": ["instantapp"], - "name": "Discourse", "modification_date": "2019-03-26T14:00:51.024987+00:00", - "versions": [{"creation_date": "2016-03-07T21:57:06.319711+00:00", "modification_date": - "2016-03-07T21:57:06.319711+00:00", "id": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "1d40502f-2068-4d8b-a4fc-446e8ec2883e", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "c2e98204-d533-4d4b-8433-e9a1b1be801f", "zone": "ams1"}], - "name": "2015-09-10"}], "current_public_version": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "label": "discourse", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Docker + "ARM64-16GB"], "arch": "arm64", "id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", + "zone": "par1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", + "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": + "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1"}], "name": "2020-01-15T11:52:04.849401"}], + "current_public_version": "763b45ed-2e31-4ba0-9beb-efb195503a2d", "label": "debian_buster", + "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances + User Resources Build System"}}, {"valid_until": null, "description": "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.", "creation_date": "2016-03-05T15:11:26.847640+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/docker.png", "id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", @@ -323,60 +276,11 @@ interactions: "zone": "ams1"}], "name": "2019-03-07T17:07:39.004809"}], "current_public_version": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "label": "docker", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Drupal is an open source content management - platform powering millions of websites and applications.", "creation_date": - "2016-03-07T21:03:42.336816+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/drupal.png", - "id": "aa098c02-df40-4734-b5f0-a20694160c75", "categories": ["instantapp"], - "name": "Drupal", "modification_date": "2019-03-26T14:00:52.759749+00:00", "versions": - [{"creation_date": "2016-03-11T17:21:50.590025+00:00", "modification_date": - "2016-03-11T17:21:50.590025+00:00", "id": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e1171370-0060-4489-8789-f067c86ce7ba", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "92f0db7d-9d0c-4c3d-85cd-a53daed625a6", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "label": "drupal", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "ELK - stack is an environment that lets you collect, store and visualize your logs.", - "creation_date": "2016-03-07T21:07:26.481966+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/elk.png", - "id": "d9bc56e5-0a20-41d8-b581-f54e636888c8", "categories": ["instantapp"], - "name": "ELK stack", "modification_date": "2019-03-26T14:00:49.621237+00:00", - "versions": [{"creation_date": "2016-03-22T10:45:53.277539+00:00", "modification_date": - "2016-03-22T10:45:53.277539+00:00", "id": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "bf234cb3-0e42-4642-8f9b-5c74121ebea4", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "23fefa88-e769-43e4-abd2-a2024366f529", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "label": "elk_stack", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Etherpad - is a highly customizable Open Source online editor.", "creation_date": "2016-03-07T21:01:06.696775+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/etherpad.png", "id": - "53e87f7e-b173-4e88-b9ae-81c2ab7f168e", "categories": ["instantapp"], "name": - "Etherpad", "modification_date": "2019-03-26T14:00:49.232680+00:00", "versions": - [{"creation_date": "2016-03-07T21:54:43.305997+00:00", "modification_date": - "2016-03-07T21:54:43.305997+00:00", "id": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f085beb3-b99c-493e-a882-87a2f6d48bf8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7cb6244a-7d24-4459-b5eb-ce0053c30633", "zone": "ams1"}], - "name": "2015-09-18"}], "current_public_version": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "label": "etherpad", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ghost - is a simple, powerful publishing platform that allows you to share your stories - with the world.", "creation_date": "2016-03-07T21:06:37.762509+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/ghost.png", "id": "4653d871-5e19-4093-a08d-f3fca34b9ca8", - "categories": ["instantapp"], "name": "Ghost", "modification_date": "2019-03-26T14:00:53.632160+00:00", - "versions": [{"creation_date": "2016-03-17T18:07:22.400548+00:00", "modification_date": - "2016-03-17T18:07:22.400548+00:00", "id": "76921968-deec-4106-a708-91b10dca27de", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f0ea257d-2883-4ab5-9f58-39e03b4aa4c5", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7325a77f-bb75-4a39-8cd0-d8af9124fcee", "zone": "ams1"}], - "name": "2016-03-17"}], "current_public_version": "76921968-deec-4106-a708-91b10dca27de", - "label": "ghost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "GitLab - is a web-based Git repository manager with wiki and issue tracking features.", - "creation_date": "2016-03-07T21:06:22.770864+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", - "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "categories": ["instantapp"], - "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", "versions": - [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": + {"valid_until": null, "description": "GitLab is a web-based Git repository manager + with wiki and issue tracking features.", "creation_date": "2016-03-07T21:06:22.770864+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", + "categories": ["instantapp"], "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", + "versions": [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": "2019-04-09T13:31:03.648676+00:00", "id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", @@ -431,24 +335,12 @@ interactions: "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1"}], "name": "2018-04-18T08:00:48.129246"}], "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "label": "golang", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Build your own images on Scaleway.", "creation_date": - "2016-03-07T21:03:08.546795+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/default.png", - "id": "67597b1e-89f7-4fb3-98e2-6e199ca60adb", "categories": ["instantapp"], - "name": "Image Builder", "modification_date": "2019-03-26T14:00:54.321504+00:00", - "versions": [{"creation_date": "2016-10-24T16:21:35.520157+00:00", "modification_date": - "2016-10-24T16:21:35.520157+00:00", "id": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6d536ddb-9ec4-40bb-ab76-c5aa3173be3c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "190e9b6d-5ab4-46c5-9fa5-1bf4e5dafc0e", "zone": "ams1"}], - "name": "2016-10-24"}], "current_public_version": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "label": "image_builder", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Java - is a computer programming language that is concurrent, class-based, object-oriented, - and specifically designed to have as few implementation dependencies as possible.", - "creation_date": "2016-03-07T21:07:46.908969+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", - "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", "categories": ["instantapp"], - "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", "versions": - [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": + {"valid_until": null, "description": "Java is a computer programming language + that is concurrent, class-based, object-oriented, and specifically designed + to have as few implementation dependencies as possible.", "creation_date": "2016-03-07T21:07:46.908969+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", + "categories": ["instantapp"], "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", + "versions": [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": "2018-04-18T10:11:18.535736+00:00", "id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -467,18 +359,6 @@ interactions: "arm64", "id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1"}], "name": "2018-04-18T10:11:18.477156"}], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "label": "java", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Kanboard - is a project management software that use the Kanban methodology.", "creation_date": - "2016-03-07T21:03:25.999254+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/kanboard.png", - "id": "80e57489-db83-47d2-98fb-2acd0cfe99cc", "categories": ["instantapp"], - "name": "Kanboard", "modification_date": "2019-03-26T14:00:50.554737+00:00", - "versions": [{"creation_date": "2016-03-07T22:04:31.512162+00:00", "modification_date": - "2016-03-07T22:04:31.512162+00:00", "id": "db6dbf80-c69f-47c7-b077-8044ea756770", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8ed594e6-9b91-4371-8273-244764ea63f7", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "22cdcb16-fb59-4b27-a234-b20408cfc340", "zone": "ams1"}], - "name": "2015-08-31"}], "current_public_version": "db6dbf80-c69f-47c7-b077-8044ea756770", - "label": "kanboard", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "LEMP stack is a version where Apache has been replaced with the more lightweight web server Nginx.", "creation_date": "2016-03-07T21:06:53.552980+00:00", "logo": @@ -520,24 +400,12 @@ interactions: "zone": "ams1"}], "name": "2018-05-03T10:27:55.021511"}], "current_public_version": "42371bf7-c1ca-4889-a6d4-43febda865ca", "label": "mattermost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Minecraft is a game about placing blocks - to build anything you can imagine.", "creation_date": "2016-03-07T21:02:08.702536+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/minecraft.png", "id": - "aa8b6bc7-61c7-4e7c-a1a2-fd6d60ada433", "categories": ["instantapp"], "name": - "Minecraft", "modification_date": "2019-03-26T14:00:54.225616+00:00", "versions": - [{"creation_date": "2016-03-11T18:06:06.529522+00:00", "modification_date": - "2016-03-11T18:06:06.529522+00:00", "id": "2b401358-027d-4029-b35a-984a25c0dd0f", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6a60fbef-7f69-488b-9be5-6a25f591989f", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "94382ccf-87be-49c8-b253-0a9b5f00b6c4", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "2b401358-027d-4029-b35a-984a25c0dd0f", - "label": "minecraft", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Nextcloud - is an open source, self-hosted file share and communication platform.", "creation_date": - "2019-04-16T12:22:56.930842+00:00", "logo": "http://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", - "id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], - "name": "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", - "versions": [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": + {"valid_until": null, "description": "Nextcloud is an open source, self-hosted + file share and communication platform.", "creation_date": "2019-04-16T12:22:56.930842+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", "id": + "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], "name": + "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", "versions": + [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": "2019-04-16T12:25:38.052537+00:00", "id": "2fe66cc6-8985-4b5f-8325-83acc0589436", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -647,18 +515,6 @@ interactions: [], "arch": "arm", "id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1"}], "name": "2018-05-16T14:57:15.505378"}], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "label": "prestashop", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Pydio - is the mature, open-source software solution for file sharing and synchronization - with an intuitive user interfaces.", "creation_date": "2016-03-07T21:05:29.425733+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/pydio.png", "id": "ec8419f9-2146-467d-982b-eacbb32a4087", - "categories": ["instantapp"], "name": "Pydio", "modification_date": "2019-03-26T14:00:49.887331+00:00", - "versions": [{"creation_date": "2016-03-07T22:05:57.451042+00:00", "modification_date": - "2016-03-07T22:05:57.451042+00:00", "id": "e982e06a-927b-4373-a82c-770123aae518", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8428b1d9-07ac-4a90-bf23-1ac34c73c3c0", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "a6d4aace-fb6a-48fe-9c4e-de8a91b55af2", "zone": "ams1"}], - "name": "2015-06-23"}], "current_public_version": "e982e06a-927b-4373-a82c-770123aae518", - "label": "pydio", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The intended audience of this InstantApp is Python developers who want to bootstrap or test a Python application easily, in seconds.", "creation_date": "2016-03-07T21:05:46.642023+00:00", @@ -678,18 +534,6 @@ interactions: [], "arch": "arm", "id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1"}], "name": "2018-04-17T16:43:36.031203"}], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", "label": "python", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Redmine - is a free and open source, web-based project management and issue tracking tool.", - "creation_date": "2016-03-07T21:02:29.445704+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/redmine.png", - "id": "6746cbf8-3732-4c23-ba15-34773652f058", "categories": ["instantapp"], - "name": "Redmine", "modification_date": "2019-03-26T14:00:51.662280+00:00", - "versions": [{"creation_date": "2016-03-22T10:48:06.775760+00:00", "modification_date": - "2016-03-22T10:48:06.775760+00:00", "id": "e0e29004-bfae-4663-a276-f2c9df70c698", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "a0df14e0-eb87-4f17-9c27-01c0106e13d3", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "d97ff062-7f89-4263-8f0c-cee31f1f25fd", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "e0e29004-bfae-4663-a276-f2c9df70c698", - "label": "redmine", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A dynamic, open source programming language with a focus on simplicity and productivity.", "creation_date": "2016-03-07T22:15:25.347873+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", @@ -709,30 +553,6 @@ interactions: [], "arch": "arm", "id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1"}], "name": "2018-04-18T10:21:49.057120"}], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", "label": "ruby", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ruby - on Rails is an open-source web framework that\u2019s optimized for programmer - happiness and sustainable productivity.", "creation_date": "2016-03-07T21:02:50.887200+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/rails.png", "id": "29cedfd1-3892-4273-90ba-86a886bdb51e", - "categories": ["instantapp"], "name": "Ruby on Rails", "modification_date": - "2019-03-26T14:00:53.919313+00:00", "versions": [{"creation_date": "2016-03-07T21:53:42.510249+00:00", - "modification_date": "2016-03-07T21:53:42.510249+00:00", "id": "22571268-4fd0-4153-9936-14190ae01a82", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "c5015431-7de1-4c45-9024-dfab244f4a4d", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "1a47e0e0-aaaf-436b-a3fe-a1d22db5c91f", "zone": "ams1"}], - "name": "2015-09-23"}], "current_public_version": "22571268-4fd0-4153-9936-14190ae01a82", - "label": "ruby_on_rails", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A - a PHP-powered, flexible Blogging and CMS application.", "creation_date": "2016-03-07T21:04:38.314597+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/serendipity.png", "id": - "3eadfd08-5939-4738-b0b6-bdd0bb002e9d", "categories": ["instantapp"], "name": - "Serendipity", "modification_date": "2019-03-26T14:00:54.023188+00:00", "versions": - [{"creation_date": "2016-03-07T21:51:12.030869+00:00", "modification_date": - "2016-03-07T21:51:12.030869+00:00", "id": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e485269b-fe65-4e78-80fc-a7e349770b95", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "85689a55-e288-40f8-8ae2-7984adb5ed14", "zone": "ams1"}], - "name": "2015-09-30"}], "current_public_version": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "label": "serendipity", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The torrents InstantApp spawns a private server to upload and download your digital files.", "creation_date": "2016-03-07T21:08:02.980958+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", @@ -758,49 +578,50 @@ interactions: "zone": "par1"}], "name": "2019-03-25T13:04:01.408435"}], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "label": "torrents", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 10.1", - "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 10.1", "modification_date": "2019-03-26T14:00:53.253241+00:00", - "versions": [{"creation_date": "2019-03-06T18:03:45.146468+00:00", "modification_date": - "2019-03-06T18:03:45.146468+00:00", "id": "47d58f71-8382-48d1-88cd-75e5f1ed7df6", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "5f96d290-88cb-4262-845e-578d0aa63201", - "zone": "par1"}], "name": "2019-03-06T18:03:45.081159"}], "current_public_version": - "47d58f71-8382-48d1-88cd-75e5f1ed7df6", "label": "ubuntu_bionic_ml_10.1", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "Ubuntu Bionic for Machine Learning 9.2", "creation_date": - "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + {"valid_until": null, "description": "Ubuntu is the ideal distribution for scale-out + computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": + "2020-02-17T15:50:48.980694+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + "id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "categories": ["distribution"], + "name": "Ubuntu 20.04 Focal Fossa", "modification_date": "2020-05-12T14:59:11.764621+00:00", + "versions": [{"creation_date": "2020-05-12T14:08:49.605637+00:00", "modification_date": + "2020-05-12T14:08:49.605637+00:00", "id": "8a23f8ac-240c-4c9c-b20e-c611361e0148", + "local_images": [{"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", + "zone": "par1"}, {"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "80d81811-1bd2-44dc-bd1c-ec070c80c40b", + "zone": "ams1"}], "name": "2020-05-12T14:08:49.566279+00:00"}], "current_public_version": + "8a23f8ac-240c-4c9c-b20e-c611361e0148", "label": "ubuntu_focal", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"valid_until": null, "description": "Ubuntu Bionic for Machine + Learning 10.1", "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": + "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", + "categories": ["Machine Learning"], "name": "Ubuntu Bionic ML 10.1", "modification_date": + "2020-02-17T12:56:29.417410+00:00", "versions": [{"creation_date": "2020-02-17T12:50:10.150196+00:00", + "modification_date": "2020-02-17T12:50:10.150196+00:00", "id": "50a39102-80cf-4c9b-aed8-919e745df9d5", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "8fa4f46b-2cb2-40df-813a-727df120b9e4", "zone": "par1"}], "name": "2020-02-17T12:50:10.040529"}], + "current_public_version": "50a39102-80cf-4c9b-aed8-919e745df9d5", "label": "ubuntu_bionic_ml_10.1", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 9.2", + "creation_date": "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 9.2", "modification_date": "2019-03-26T14:00:50.353326+00:00", - "versions": [{"creation_date": "2019-03-06T18:05:49.119145+00:00", "modification_date": - "2019-03-06T18:05:49.119145+00:00", "id": "905865bf-e34c-46b0-b7e2-5e11922e6511", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "6bd566a1-c5b6-4c59-be37-752e1491ce1f", - "zone": "par1"}], "name": "2019-03-06T18:05:49.043867"}], "current_public_version": - "905865bf-e34c-46b0-b7e2-5e11922e6511", "label": "ubuntu_bionic_ml_9.2", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "A powerful and flexible web hosting control panel.", "creation_date": - "2016-03-07T21:00:27.542536+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/webmin.png", - "id": "f300f8c1-1e1d-42d6-8a4b-9e661eb5477d", "categories": ["instantapp"], - "name": "Webmin", "modification_date": "2019-03-26T14:00:50.646395+00:00", "versions": - [{"creation_date": "2016-11-30T11:02:00.852921+00:00", "modification_date": - "2016-11-30T11:02:00.852921+00:00", "id": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "b4173ca3-a7f5-4dbe-bc07-3ee038df065c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "0eb66d90-fd78-4de2-810b-21bb79060abd", "zone": "ams1"}], - "name": "2016-11-30"}], "current_public_version": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "label": "webmin", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "WordPress - is the most popular web software you can use to create a beautiful website or - blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", - "id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], - "name": "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", - "versions": [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": + "name": "Ubuntu Bionic ML 9.2", "modification_date": "2020-02-17T12:55:53.623681+00:00", + "versions": [{"creation_date": "2020-02-17T12:39:31.681271+00:00", "modification_date": + "2020-02-17T12:39:31.681271+00:00", "id": "d0602033-62f8-455a-be55-0930291bb43f", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "1dad4207-f91a-48c3-9fac-6620e90b9434", "zone": "par1"}], "name": "2020-02-17T12:39:31.572184"}], + "current_public_version": "d0602033-62f8-455a-be55-0930291bb43f", "label": "ubuntu_bionic_ml_9.2", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "WordPress is the most popular web software + you can use to create a beautiful website or blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", "id": + "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], "name": + "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", "versions": + [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": "2019-03-08T08:58:28.971149+00:00", "id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", @@ -823,25 +644,27 @@ interactions: Cache-Control: - no-cache Content-Length: - - "69316" + - "53981" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 10 Oct 2019 10:27:54 GMT + - Thu, 04 Jun 2020 12:09:46 GMT Link: - ; rel="last" Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 7815d166-dda1-440f-92d7-cb02cae7bc0e X-Total-Count: - - "46" + - "31" status: 200 OK code: 200 duration: "" @@ -850,7 +673,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.3+dev (go1.13.1; darwin; amd64) + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: @@ -870,8 +693,9 @@ interactions: "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "9444d178-2285-4842-ac35-5e86eda8da91", "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", @@ -883,62 +707,53 @@ interactions: computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": "2016-04-22T13:27:33.769932+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "categories": ["distribution"], - "name": "Ubuntu Xenial", "modification_date": "2019-03-26T14:00:49.712120+00:00", - "versions": [{"creation_date": "2018-09-05T21:16:05.803947+00:00", "modification_date": - "2018-09-05T21:16:05.803947+00:00", "id": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f71f2ad9-7810-405b-9181-2e8d5e1feb18", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "4035ca92-5292-4c6e-aa17-759fbc32765e", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "name": "Ubuntu Xenial", "modification_date": "2020-01-20T09:04:40.661026+00:00", + "versions": [{"creation_date": "2020-01-17T14:31:06.041118+00:00", "modification_date": + "2020-01-17T14:31:06.041118+00:00", "id": "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b5a754d1-8262-47d2-acb2-22739295bb68", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "9feb1aec-492f-4144-a64f-bd67578a3b01", "zone": "ams1"}, - {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", - "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "2c1a1716-5570-4668-a50a-860c90beabf6", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "ba6a7295-7980-49c1-bd3f-e3a1819b951f", "zone": "ams1"}], "name": - "2018-09-05T21:16:05.804627"}], "current_public_version": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "label": "ubuntu_xenial", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ubuntu - is the ideal distribution for scale-out computing, Ubuntu Server helps you make - the most of your infrastructure.", "creation_date": "2016-03-05T14:51:48.354036+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "c2292eda-bb2a-4399-a226-91f82525b75f", - "categories": ["distribution"], "name": "Ubuntu Trusty", "modification_date": - "2019-03-26T14:00:52.034055+00:00", "versions": [{"creation_date": "2017-01-05T13:56:38.476659+00:00", - "modification_date": "2017-01-05T13:56:38.476659+00:00", "id": "bf7f0487-213e-4d62-a423-fada39e06dcb", - "local_images": [{"compatible_commercial_types": [], "arch": "arm", "id": "e37df0e6-91e8-4adc-9944-318ad75c13ca", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "27ccbd68-090d-4f95-a342-db2c1c8f3628", "zone": "par1"}], "name": "2017-01-05"}], - "current_public_version": "bf7f0487-213e-4d62-a423-fada39e06dcb", "label": "ubuntu_trusty", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1"}, {"compatible_commercial_types": + ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", + "ARM64-16GB"], "arch": "arm64", "id": "245e5cea-a9b4-4a36-9055-27185afe8690", + "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1"}, {"compatible_commercial_types": + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", + "id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": + "par1"}], "name": "2020-01-17T14:31:06.031136"}], "current_public_version": + "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", "label": "ubuntu_xenial", "organization": + {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2017-06-26T15:37:13.460764+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", "categories": ["distribution"], "name": "Debian Stretch", "modification_date": - "2019-03-26T14:00:52.355447+00:00", "versions": [{"creation_date": "2019-03-05T17:19:56.355135+00:00", - "modification_date": "2019-03-05T17:19:56.355135+00:00", "id": "19ae7ee0-6164-4327-8c04-9bac122fa271", - "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", - "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": "92ccf589-2d7f-4f1a-938c-8f3e8fdf0fb8", - "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "2c62201d-19d4-4ea0-940d-dd13d9849783", - "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "2020-01-20T09:04:42.765883+00:00", "versions": [{"creation_date": "2020-01-15T11:38:06.396694+00:00", + "modification_date": "2020-01-15T11:38:06.396694+00:00", "id": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "9a53e825-19f9-4e1f-b841-dd921e4e1b39", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "1eddbd4c-3a60-45b3-b2f7-26ab7bd2ccd2", "zone": + "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1"}, {"compatible_commercial_types": + [], "arch": "arm", "id": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1"}, + {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", + "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", + "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", + "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "18f57fd2-51e9-4568-95f4-92ce03e6ef84", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "6e592c09-8f8d-4b66-8d78-dc72a767ac39", - "zone": "ams1"}], "name": "2019-03-05T17:19:55.857344"}], "current_public_version": - "19ae7ee0-6164-4327-8c04-9bac122fa271", "label": "debian_stretch", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1"}], "name": "2020-01-15T11:38:06.390074"}], + "current_public_version": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", "label": "debian_stretch", + "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2016-03-05T14:52:36.322319+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", @@ -996,21 +811,6 @@ interactions: "zone": "ams1"}], "name": "2018-04-20T13:55:06.817954"}], "current_public_version": "31be34e5-074d-4c63-8c77-454459f77c3f", "label": "centos_7.4", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "The CentOS Project is a community-driven - free software effort focused on delivering a robust open source ecosystem.", - "creation_date": "2017-06-22T13:15:23.907335+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", - "id": "260b68bc-533c-4432-9a43-7178fc76ee02", "categories": ["distribution"], - "name": "CentOS 7.3", "modification_date": "2019-03-26T14:00:52.206561+00:00", - "versions": [{"creation_date": "2017-11-09T17:07:12.589821+00:00", "modification_date": - "2017-11-09T17:07:12.589821+00:00", "id": "1398b772-21d8-4450-bd7d-9b0441c59bdb", - "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "4d43ed62-617e-480b-9318-4273c456c7f4", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "ddbc2580-8b92-4538-86a9-728243900919", - "zone": "ams1"}], "name": "2017-11-09T17:07:12.511348"}], "current_public_version": - "1398b772-21d8-4450-bd7d-9b0441c59bdb", "label": "centos_7.3", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services.", "creation_date": "2019-03-06T09:07:51.652433+00:00", @@ -1062,24 +862,12 @@ interactions: "zone": "ams1"}], "name": "2018-09-06T10:51:13.011044"}], "current_public_version": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "label": "fedora_27", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Fedora is a powerful, flexible operating - system that includes the best and latest datacenter technologies. It puts you - in control of all your infrastructure and services.", "creation_date": "2016-03-07T20:55:03.718181+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/fedora.png", "id": "0e24ac4c-2fa7-4602-b790-02b74b698d86", - "categories": ["distribution"], "name": "Fedora", "modification_date": "2019-03-26T14:00:52.575424+00:00", - "versions": [{"creation_date": "2016-03-07T22:03:48.364794+00:00", "modification_date": - "2016-03-07T22:03:48.364794+00:00", "id": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "120612bd-9c2c-4ace-833a-062b381934c8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "6bfeb720-936d-48ec-b2ca-ea68929a5b86", "zone": "ams1"}], - "name": "2015-09-01"}], "current_public_version": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "label": "fedora", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Arch - Linux is an independently developed Linux distribution versatile enough to suit - any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", - "id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], - "name": "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", - "versions": [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": + {"valid_until": null, "description": "Arch Linux is an independently developed + Linux distribution versatile enough to suit any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", "id": + "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], "name": + "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", "versions": + [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": "2018-04-20T15:59:04.594929+00:00", "id": "f7696517-bc49-448b-9869-f2c84e7c2a96", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", @@ -1112,38 +900,26 @@ interactions: by thousands of volunteers from all over the world who collaborate via the Internet.", "creation_date": "2019-07-16T13:55:36.377559+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "categories": ["distribution"], - "name": "Debian Buster", "modification_date": "2019-08-27T17:02:20.002067+00:00", - "versions": [{"creation_date": "2019-08-27T14:32:06.122321+00:00", "modification_date": - "2019-08-27T14:32:06.122321+00:00", "id": "4c08096f-f825-429a-b91e-b974072ac813", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b3042271-d2b1-4f87-b407-aedd3bbd1663", "zone": "par1"}, {"compatible_commercial_types": + "name": "Debian Buster", "modification_date": "2020-01-20T09:04:41.730609+00:00", + "versions": [{"creation_date": "2020-01-15T11:52:04.860098+00:00", "modification_date": + "2020-01-15T11:52:04.860098+00:00", "id": "763b45ed-2e31-4ba0-9beb-efb195503a2d", + "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", - "id": "948d5610-86c2-414d-9d88-acc6be4b4842", "zone": "ams1"}, {"compatible_commercial_types": + "id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "bce24b0c-cedc-484d-a4b1-616cf883dc0b", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "0e32f742-93d9-4c2e-aa78-9418e3f54e7c", "zone": "par1"}], "name": - "2019-08-27T14:32:06.113229"}], "current_public_version": "4c08096f-f825-429a-b91e-b974072ac813", - "label": "debian_buster", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}}, {"valid_until": null, "description": - "Discourse is an open source Internet forum software application.", "creation_date": - "2016-03-07T21:08:17.200172+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/discourse.png", - "id": "19a71b27-1825-4ac6-891a-50d78a096374", "categories": ["instantapp"], - "name": "Discourse", "modification_date": "2019-03-26T14:00:51.024987+00:00", - "versions": [{"creation_date": "2016-03-07T21:57:06.319711+00:00", "modification_date": - "2016-03-07T21:57:06.319711+00:00", "id": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "1d40502f-2068-4d8b-a4fc-446e8ec2883e", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "c2e98204-d533-4d4b-8433-e9a1b1be801f", "zone": "ams1"}], - "name": "2015-09-10"}], "current_public_version": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "label": "discourse", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Docker + "ARM64-16GB"], "arch": "arm64", "id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", + "zone": "par1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", + "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": + "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1"}], "name": "2020-01-15T11:52:04.849401"}], + "current_public_version": "763b45ed-2e31-4ba0-9beb-efb195503a2d", "label": "debian_buster", + "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances + User Resources Build System"}}, {"valid_until": null, "description": "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.", "creation_date": "2016-03-05T15:11:26.847640+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/docker.png", "id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", @@ -1167,60 +943,11 @@ interactions: "zone": "ams1"}], "name": "2019-03-07T17:07:39.004809"}], "current_public_version": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "label": "docker", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Drupal is an open source content management - platform powering millions of websites and applications.", "creation_date": - "2016-03-07T21:03:42.336816+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/drupal.png", - "id": "aa098c02-df40-4734-b5f0-a20694160c75", "categories": ["instantapp"], - "name": "Drupal", "modification_date": "2019-03-26T14:00:52.759749+00:00", "versions": - [{"creation_date": "2016-03-11T17:21:50.590025+00:00", "modification_date": - "2016-03-11T17:21:50.590025+00:00", "id": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e1171370-0060-4489-8789-f067c86ce7ba", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "92f0db7d-9d0c-4c3d-85cd-a53daed625a6", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "label": "drupal", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "ELK - stack is an environment that lets you collect, store and visualize your logs.", - "creation_date": "2016-03-07T21:07:26.481966+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/elk.png", - "id": "d9bc56e5-0a20-41d8-b581-f54e636888c8", "categories": ["instantapp"], - "name": "ELK stack", "modification_date": "2019-03-26T14:00:49.621237+00:00", - "versions": [{"creation_date": "2016-03-22T10:45:53.277539+00:00", "modification_date": - "2016-03-22T10:45:53.277539+00:00", "id": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "bf234cb3-0e42-4642-8f9b-5c74121ebea4", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "23fefa88-e769-43e4-abd2-a2024366f529", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "label": "elk_stack", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Etherpad - is a highly customizable Open Source online editor.", "creation_date": "2016-03-07T21:01:06.696775+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/etherpad.png", "id": - "53e87f7e-b173-4e88-b9ae-81c2ab7f168e", "categories": ["instantapp"], "name": - "Etherpad", "modification_date": "2019-03-26T14:00:49.232680+00:00", "versions": - [{"creation_date": "2016-03-07T21:54:43.305997+00:00", "modification_date": - "2016-03-07T21:54:43.305997+00:00", "id": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f085beb3-b99c-493e-a882-87a2f6d48bf8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7cb6244a-7d24-4459-b5eb-ce0053c30633", "zone": "ams1"}], - "name": "2015-09-18"}], "current_public_version": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "label": "etherpad", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ghost - is a simple, powerful publishing platform that allows you to share your stories - with the world.", "creation_date": "2016-03-07T21:06:37.762509+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/ghost.png", "id": "4653d871-5e19-4093-a08d-f3fca34b9ca8", - "categories": ["instantapp"], "name": "Ghost", "modification_date": "2019-03-26T14:00:53.632160+00:00", - "versions": [{"creation_date": "2016-03-17T18:07:22.400548+00:00", "modification_date": - "2016-03-17T18:07:22.400548+00:00", "id": "76921968-deec-4106-a708-91b10dca27de", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f0ea257d-2883-4ab5-9f58-39e03b4aa4c5", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7325a77f-bb75-4a39-8cd0-d8af9124fcee", "zone": "ams1"}], - "name": "2016-03-17"}], "current_public_version": "76921968-deec-4106-a708-91b10dca27de", - "label": "ghost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "GitLab - is a web-based Git repository manager with wiki and issue tracking features.", - "creation_date": "2016-03-07T21:06:22.770864+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", - "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "categories": ["instantapp"], - "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", "versions": - [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": + {"valid_until": null, "description": "GitLab is a web-based Git repository manager + with wiki and issue tracking features.", "creation_date": "2016-03-07T21:06:22.770864+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", + "categories": ["instantapp"], "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", + "versions": [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": "2019-04-09T13:31:03.648676+00:00", "id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", @@ -1275,24 +1002,12 @@ interactions: "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1"}], "name": "2018-04-18T08:00:48.129246"}], "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "label": "golang", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Build your own images on Scaleway.", "creation_date": - "2016-03-07T21:03:08.546795+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/default.png", - "id": "67597b1e-89f7-4fb3-98e2-6e199ca60adb", "categories": ["instantapp"], - "name": "Image Builder", "modification_date": "2019-03-26T14:00:54.321504+00:00", - "versions": [{"creation_date": "2016-10-24T16:21:35.520157+00:00", "modification_date": - "2016-10-24T16:21:35.520157+00:00", "id": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6d536ddb-9ec4-40bb-ab76-c5aa3173be3c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "190e9b6d-5ab4-46c5-9fa5-1bf4e5dafc0e", "zone": "ams1"}], - "name": "2016-10-24"}], "current_public_version": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "label": "image_builder", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Java - is a computer programming language that is concurrent, class-based, object-oriented, - and specifically designed to have as few implementation dependencies as possible.", - "creation_date": "2016-03-07T21:07:46.908969+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", - "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", "categories": ["instantapp"], - "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", "versions": - [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": + {"valid_until": null, "description": "Java is a computer programming language + that is concurrent, class-based, object-oriented, and specifically designed + to have as few implementation dependencies as possible.", "creation_date": "2016-03-07T21:07:46.908969+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", + "categories": ["instantapp"], "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", + "versions": [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": "2018-04-18T10:11:18.535736+00:00", "id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -1311,18 +1026,6 @@ interactions: "arm64", "id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1"}], "name": "2018-04-18T10:11:18.477156"}], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "label": "java", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Kanboard - is a project management software that use the Kanban methodology.", "creation_date": - "2016-03-07T21:03:25.999254+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/kanboard.png", - "id": "80e57489-db83-47d2-98fb-2acd0cfe99cc", "categories": ["instantapp"], - "name": "Kanboard", "modification_date": "2019-03-26T14:00:50.554737+00:00", - "versions": [{"creation_date": "2016-03-07T22:04:31.512162+00:00", "modification_date": - "2016-03-07T22:04:31.512162+00:00", "id": "db6dbf80-c69f-47c7-b077-8044ea756770", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8ed594e6-9b91-4371-8273-244764ea63f7", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "22cdcb16-fb59-4b27-a234-b20408cfc340", "zone": "ams1"}], - "name": "2015-08-31"}], "current_public_version": "db6dbf80-c69f-47c7-b077-8044ea756770", - "label": "kanboard", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "LEMP stack is a version where Apache has been replaced with the more lightweight web server Nginx.", "creation_date": "2016-03-07T21:06:53.552980+00:00", "logo": @@ -1364,24 +1067,12 @@ interactions: "zone": "ams1"}], "name": "2018-05-03T10:27:55.021511"}], "current_public_version": "42371bf7-c1ca-4889-a6d4-43febda865ca", "label": "mattermost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Minecraft is a game about placing blocks - to build anything you can imagine.", "creation_date": "2016-03-07T21:02:08.702536+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/minecraft.png", "id": - "aa8b6bc7-61c7-4e7c-a1a2-fd6d60ada433", "categories": ["instantapp"], "name": - "Minecraft", "modification_date": "2019-03-26T14:00:54.225616+00:00", "versions": - [{"creation_date": "2016-03-11T18:06:06.529522+00:00", "modification_date": - "2016-03-11T18:06:06.529522+00:00", "id": "2b401358-027d-4029-b35a-984a25c0dd0f", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6a60fbef-7f69-488b-9be5-6a25f591989f", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "94382ccf-87be-49c8-b253-0a9b5f00b6c4", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "2b401358-027d-4029-b35a-984a25c0dd0f", - "label": "minecraft", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Nextcloud - is an open source, self-hosted file share and communication platform.", "creation_date": - "2019-04-16T12:22:56.930842+00:00", "logo": "http://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", - "id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], - "name": "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", - "versions": [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": + {"valid_until": null, "description": "Nextcloud is an open source, self-hosted + file share and communication platform.", "creation_date": "2019-04-16T12:22:56.930842+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", "id": + "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], "name": + "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", "versions": + [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": "2019-04-16T12:25:38.052537+00:00", "id": "2fe66cc6-8985-4b5f-8325-83acc0589436", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -1491,18 +1182,6 @@ interactions: [], "arch": "arm", "id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1"}], "name": "2018-05-16T14:57:15.505378"}], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "label": "prestashop", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Pydio - is the mature, open-source software solution for file sharing and synchronization - with an intuitive user interfaces.", "creation_date": "2016-03-07T21:05:29.425733+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/pydio.png", "id": "ec8419f9-2146-467d-982b-eacbb32a4087", - "categories": ["instantapp"], "name": "Pydio", "modification_date": "2019-03-26T14:00:49.887331+00:00", - "versions": [{"creation_date": "2016-03-07T22:05:57.451042+00:00", "modification_date": - "2016-03-07T22:05:57.451042+00:00", "id": "e982e06a-927b-4373-a82c-770123aae518", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8428b1d9-07ac-4a90-bf23-1ac34c73c3c0", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "a6d4aace-fb6a-48fe-9c4e-de8a91b55af2", "zone": "ams1"}], - "name": "2015-06-23"}], "current_public_version": "e982e06a-927b-4373-a82c-770123aae518", - "label": "pydio", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The intended audience of this InstantApp is Python developers who want to bootstrap or test a Python application easily, in seconds.", "creation_date": "2016-03-07T21:05:46.642023+00:00", @@ -1522,18 +1201,6 @@ interactions: [], "arch": "arm", "id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1"}], "name": "2018-04-17T16:43:36.031203"}], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", "label": "python", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Redmine - is a free and open source, web-based project management and issue tracking tool.", - "creation_date": "2016-03-07T21:02:29.445704+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/redmine.png", - "id": "6746cbf8-3732-4c23-ba15-34773652f058", "categories": ["instantapp"], - "name": "Redmine", "modification_date": "2019-03-26T14:00:51.662280+00:00", - "versions": [{"creation_date": "2016-03-22T10:48:06.775760+00:00", "modification_date": - "2016-03-22T10:48:06.775760+00:00", "id": "e0e29004-bfae-4663-a276-f2c9df70c698", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "a0df14e0-eb87-4f17-9c27-01c0106e13d3", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "d97ff062-7f89-4263-8f0c-cee31f1f25fd", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "e0e29004-bfae-4663-a276-f2c9df70c698", - "label": "redmine", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A dynamic, open source programming language with a focus on simplicity and productivity.", "creation_date": "2016-03-07T22:15:25.347873+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", @@ -1553,30 +1220,6 @@ interactions: [], "arch": "arm", "id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1"}], "name": "2018-04-18T10:21:49.057120"}], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", "label": "ruby", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ruby - on Rails is an open-source web framework that\u2019s optimized for programmer - happiness and sustainable productivity.", "creation_date": "2016-03-07T21:02:50.887200+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/rails.png", "id": "29cedfd1-3892-4273-90ba-86a886bdb51e", - "categories": ["instantapp"], "name": "Ruby on Rails", "modification_date": - "2019-03-26T14:00:53.919313+00:00", "versions": [{"creation_date": "2016-03-07T21:53:42.510249+00:00", - "modification_date": "2016-03-07T21:53:42.510249+00:00", "id": "22571268-4fd0-4153-9936-14190ae01a82", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "c5015431-7de1-4c45-9024-dfab244f4a4d", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "1a47e0e0-aaaf-436b-a3fe-a1d22db5c91f", "zone": "ams1"}], - "name": "2015-09-23"}], "current_public_version": "22571268-4fd0-4153-9936-14190ae01a82", - "label": "ruby_on_rails", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A - a PHP-powered, flexible Blogging and CMS application.", "creation_date": "2016-03-07T21:04:38.314597+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/serendipity.png", "id": - "3eadfd08-5939-4738-b0b6-bdd0bb002e9d", "categories": ["instantapp"], "name": - "Serendipity", "modification_date": "2019-03-26T14:00:54.023188+00:00", "versions": - [{"creation_date": "2016-03-07T21:51:12.030869+00:00", "modification_date": - "2016-03-07T21:51:12.030869+00:00", "id": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e485269b-fe65-4e78-80fc-a7e349770b95", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "85689a55-e288-40f8-8ae2-7984adb5ed14", "zone": "ams1"}], - "name": "2015-09-30"}], "current_public_version": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "label": "serendipity", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The torrents InstantApp spawns a private server to upload and download your digital files.", "creation_date": "2016-03-07T21:08:02.980958+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", @@ -1602,49 +1245,50 @@ interactions: "zone": "par1"}], "name": "2019-03-25T13:04:01.408435"}], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "label": "torrents", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 10.1", - "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 10.1", "modification_date": "2019-03-26T14:00:53.253241+00:00", - "versions": [{"creation_date": "2019-03-06T18:03:45.146468+00:00", "modification_date": - "2019-03-06T18:03:45.146468+00:00", "id": "47d58f71-8382-48d1-88cd-75e5f1ed7df6", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "5f96d290-88cb-4262-845e-578d0aa63201", - "zone": "par1"}], "name": "2019-03-06T18:03:45.081159"}], "current_public_version": - "47d58f71-8382-48d1-88cd-75e5f1ed7df6", "label": "ubuntu_bionic_ml_10.1", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "Ubuntu Bionic for Machine Learning 9.2", "creation_date": - "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + {"valid_until": null, "description": "Ubuntu is the ideal distribution for scale-out + computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": + "2020-02-17T15:50:48.980694+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + "id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "categories": ["distribution"], + "name": "Ubuntu 20.04 Focal Fossa", "modification_date": "2020-05-12T14:59:11.764621+00:00", + "versions": [{"creation_date": "2020-05-12T14:08:49.605637+00:00", "modification_date": + "2020-05-12T14:08:49.605637+00:00", "id": "8a23f8ac-240c-4c9c-b20e-c611361e0148", + "local_images": [{"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", + "zone": "par1"}, {"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "80d81811-1bd2-44dc-bd1c-ec070c80c40b", + "zone": "ams1"}], "name": "2020-05-12T14:08:49.566279+00:00"}], "current_public_version": + "8a23f8ac-240c-4c9c-b20e-c611361e0148", "label": "ubuntu_focal", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"valid_until": null, "description": "Ubuntu Bionic for Machine + Learning 10.1", "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": + "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", + "categories": ["Machine Learning"], "name": "Ubuntu Bionic ML 10.1", "modification_date": + "2020-02-17T12:56:29.417410+00:00", "versions": [{"creation_date": "2020-02-17T12:50:10.150196+00:00", + "modification_date": "2020-02-17T12:50:10.150196+00:00", "id": "50a39102-80cf-4c9b-aed8-919e745df9d5", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "8fa4f46b-2cb2-40df-813a-727df120b9e4", "zone": "par1"}], "name": "2020-02-17T12:50:10.040529"}], + "current_public_version": "50a39102-80cf-4c9b-aed8-919e745df9d5", "label": "ubuntu_bionic_ml_10.1", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 9.2", + "creation_date": "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 9.2", "modification_date": "2019-03-26T14:00:50.353326+00:00", - "versions": [{"creation_date": "2019-03-06T18:05:49.119145+00:00", "modification_date": - "2019-03-06T18:05:49.119145+00:00", "id": "905865bf-e34c-46b0-b7e2-5e11922e6511", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "6bd566a1-c5b6-4c59-be37-752e1491ce1f", - "zone": "par1"}], "name": "2019-03-06T18:05:49.043867"}], "current_public_version": - "905865bf-e34c-46b0-b7e2-5e11922e6511", "label": "ubuntu_bionic_ml_9.2", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "A powerful and flexible web hosting control panel.", "creation_date": - "2016-03-07T21:00:27.542536+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/webmin.png", - "id": "f300f8c1-1e1d-42d6-8a4b-9e661eb5477d", "categories": ["instantapp"], - "name": "Webmin", "modification_date": "2019-03-26T14:00:50.646395+00:00", "versions": - [{"creation_date": "2016-11-30T11:02:00.852921+00:00", "modification_date": - "2016-11-30T11:02:00.852921+00:00", "id": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "b4173ca3-a7f5-4dbe-bc07-3ee038df065c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "0eb66d90-fd78-4de2-810b-21bb79060abd", "zone": "ams1"}], - "name": "2016-11-30"}], "current_public_version": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "label": "webmin", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "WordPress - is the most popular web software you can use to create a beautiful website or - blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", - "id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], - "name": "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", - "versions": [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": + "name": "Ubuntu Bionic ML 9.2", "modification_date": "2020-02-17T12:55:53.623681+00:00", + "versions": [{"creation_date": "2020-02-17T12:39:31.681271+00:00", "modification_date": + "2020-02-17T12:39:31.681271+00:00", "id": "d0602033-62f8-455a-be55-0930291bb43f", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "1dad4207-f91a-48c3-9fac-6620e90b9434", "zone": "par1"}], "name": "2020-02-17T12:39:31.572184"}], + "current_public_version": "d0602033-62f8-455a-be55-0930291bb43f", "label": "ubuntu_bionic_ml_9.2", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "WordPress is the most popular web software + you can use to create a beautiful website or blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", "id": + "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], "name": + "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", "versions": + [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": "2019-03-08T08:58:28.971149+00:00", "id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", @@ -1667,25 +1311,27 @@ interactions: Cache-Control: - no-cache Content-Length: - - "69316" + - "53981" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 10 Oct 2019 10:27:54 GMT + - Thu, 04 Jun 2020 12:09:46 GMT Link: - ; rel="last" Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - aefb7b9f-7807-4d6a-a921-6f780a131f7c X-Total-Count: - - "46" + - "31" status: 200 OK code: 200 duration: "" @@ -1694,7 +1340,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.3+dev (go1.13.1; darwin; amd64) + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.3; darwin; amd64) url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: @@ -1714,8 +1360,9 @@ interactions: "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "9444d178-2285-4842-ac35-5e86eda8da91", "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", @@ -1727,62 +1374,53 @@ interactions: computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": "2016-04-22T13:27:33.769932+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "categories": ["distribution"], - "name": "Ubuntu Xenial", "modification_date": "2019-03-26T14:00:49.712120+00:00", - "versions": [{"creation_date": "2018-09-05T21:16:05.803947+00:00", "modification_date": - "2018-09-05T21:16:05.803947+00:00", "id": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f71f2ad9-7810-405b-9181-2e8d5e1feb18", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "4035ca92-5292-4c6e-aa17-759fbc32765e", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "name": "Ubuntu Xenial", "modification_date": "2020-01-20T09:04:40.661026+00:00", + "versions": [{"creation_date": "2020-01-17T14:31:06.041118+00:00", "modification_date": + "2020-01-17T14:31:06.041118+00:00", "id": "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b5a754d1-8262-47d2-acb2-22739295bb68", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "9feb1aec-492f-4144-a64f-bd67578a3b01", "zone": "ams1"}, - {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", - "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": "2c1a1716-5570-4668-a50a-860c90beabf6", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "ba6a7295-7980-49c1-bd3f-e3a1819b951f", "zone": "ams1"}], "name": - "2018-09-05T21:16:05.804627"}], "current_public_version": "265b32a3-59a5-402f-9710-6040c4ef47d3", - "label": "ubuntu_xenial", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ubuntu - is the ideal distribution for scale-out computing, Ubuntu Server helps you make - the most of your infrastructure.", "creation_date": "2016-03-05T14:51:48.354036+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "c2292eda-bb2a-4399-a226-91f82525b75f", - "categories": ["distribution"], "name": "Ubuntu Trusty", "modification_date": - "2019-03-26T14:00:52.034055+00:00", "versions": [{"creation_date": "2017-01-05T13:56:38.476659+00:00", - "modification_date": "2017-01-05T13:56:38.476659+00:00", "id": "bf7f0487-213e-4d62-a423-fada39e06dcb", - "local_images": [{"compatible_commercial_types": [], "arch": "arm", "id": "e37df0e6-91e8-4adc-9944-318ad75c13ca", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "27ccbd68-090d-4f95-a342-db2c1c8f3628", "zone": "par1"}], "name": "2017-01-05"}], - "current_public_version": "bf7f0487-213e-4d62-a423-fada39e06dcb", "label": "ubuntu_trusty", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1"}, {"compatible_commercial_types": + ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", + "ARM64-16GB"], "arch": "arm64", "id": "245e5cea-a9b4-4a36-9055-27185afe8690", + "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1"}, {"compatible_commercial_types": + ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", + "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", + "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", + "id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": + "par1"}], "name": "2020-01-17T14:31:06.031136"}], "current_public_version": + "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", "label": "ubuntu_xenial", "organization": + {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2017-06-26T15:37:13.460764+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", "categories": ["distribution"], "name": "Debian Stretch", "modification_date": - "2019-03-26T14:00:52.355447+00:00", "versions": [{"creation_date": "2019-03-05T17:19:56.355135+00:00", - "modification_date": "2019-03-05T17:19:56.355135+00:00", "id": "19ae7ee0-6164-4327-8c04-9bac122fa271", - "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", - "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": "92ccf589-2d7f-4f1a-938c-8f3e8fdf0fb8", - "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "2c62201d-19d4-4ea0-940d-dd13d9849783", - "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "2020-01-20T09:04:42.765883+00:00", "versions": [{"creation_date": "2020-01-15T11:38:06.396694+00:00", + "modification_date": "2020-01-15T11:38:06.396694+00:00", "id": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", + "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "9a53e825-19f9-4e1f-b841-dd921e4e1b39", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "1eddbd4c-3a60-45b3-b2f7-26ab7bd2ccd2", "zone": + "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1"}, {"compatible_commercial_types": + [], "arch": "arm", "id": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1"}, + {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", + "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", + "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", + "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", + "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1"}, {"compatible_commercial_types": + ["C1"], "arch": "arm", "id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "18f57fd2-51e9-4568-95f4-92ce03e6ef84", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "6e592c09-8f8d-4b66-8d78-dc72a767ac39", - "zone": "ams1"}], "name": "2019-03-05T17:19:55.857344"}], "current_public_version": - "19ae7ee0-6164-4327-8c04-9bac122fa271", "label": "debian_stretch", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, + "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1"}], "name": "2020-01-15T11:38:06.390074"}], + "current_public_version": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", "label": "debian_stretch", + "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Debian is a free, powerful and stable operating system.", "creation_date": "2016-03-05T14:52:36.322319+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", @@ -1840,21 +1478,6 @@ interactions: "zone": "ams1"}], "name": "2018-04-20T13:55:06.817954"}], "current_public_version": "31be34e5-074d-4c63-8c77-454459f77c3f", "label": "centos_7.4", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "The CentOS Project is a community-driven - free software effort focused on delivering a robust open source ecosystem.", - "creation_date": "2017-06-22T13:15:23.907335+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", - "id": "260b68bc-533c-4432-9a43-7178fc76ee02", "categories": ["distribution"], - "name": "CentOS 7.3", "modification_date": "2019-03-26T14:00:52.206561+00:00", - "versions": [{"creation_date": "2017-11-09T17:07:12.589821+00:00", "modification_date": - "2017-11-09T17:07:12.589821+00:00", "id": "1398b772-21d8-4450-bd7d-9b0441c59bdb", - "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "4d43ed62-617e-480b-9318-4273c456c7f4", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "ddbc2580-8b92-4538-86a9-728243900919", - "zone": "ams1"}], "name": "2017-11-09T17:07:12.511348"}], "current_public_version": - "1398b772-21d8-4450-bd7d-9b0441c59bdb", "label": "centos_7.3", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services.", "creation_date": "2019-03-06T09:07:51.652433+00:00", @@ -1906,24 +1529,12 @@ interactions: "zone": "ams1"}], "name": "2018-09-06T10:51:13.011044"}], "current_public_version": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "label": "fedora_27", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Fedora is a powerful, flexible operating - system that includes the best and latest datacenter technologies. It puts you - in control of all your infrastructure and services.", "creation_date": "2016-03-07T20:55:03.718181+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/fedora.png", "id": "0e24ac4c-2fa7-4602-b790-02b74b698d86", - "categories": ["distribution"], "name": "Fedora", "modification_date": "2019-03-26T14:00:52.575424+00:00", - "versions": [{"creation_date": "2016-03-07T22:03:48.364794+00:00", "modification_date": - "2016-03-07T22:03:48.364794+00:00", "id": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "120612bd-9c2c-4ace-833a-062b381934c8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "6bfeb720-936d-48ec-b2ca-ea68929a5b86", "zone": "ams1"}], - "name": "2015-09-01"}], "current_public_version": "a91aa71c-f362-46d9-8ad0-fa08628c5020", - "label": "fedora", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Arch - Linux is an independently developed Linux distribution versatile enough to suit - any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", - "id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], - "name": "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", - "versions": [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": + {"valid_until": null, "description": "Arch Linux is an independently developed + Linux distribution versatile enough to suit any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", "id": + "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], "name": + "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", "versions": + [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": "2018-04-20T15:59:04.594929+00:00", "id": "f7696517-bc49-448b-9869-f2c84e7c2a96", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", @@ -1956,38 +1567,26 @@ interactions: by thousands of volunteers from all over the world who collaborate via the Internet.", "creation_date": "2019-07-16T13:55:36.377559+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "categories": ["distribution"], - "name": "Debian Buster", "modification_date": "2019-08-27T17:02:20.002067+00:00", - "versions": [{"creation_date": "2019-08-27T14:32:06.122321+00:00", "modification_date": - "2019-08-27T14:32:06.122321+00:00", "id": "4c08096f-f825-429a-b91e-b974072ac813", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "b3042271-d2b1-4f87-b407-aedd3bbd1663", "zone": "par1"}, {"compatible_commercial_types": + "name": "Debian Buster", "modification_date": "2020-01-20T09:04:41.730609+00:00", + "versions": [{"creation_date": "2020-01-15T11:52:04.860098+00:00", "modification_date": + "2020-01-15T11:52:04.860098+00:00", "id": "763b45ed-2e31-4ba0-9beb-efb195503a2d", + "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", + "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": + "arm64", "id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", - "id": "948d5610-86c2-414d-9d88-acc6be4b4842", "zone": "ams1"}, {"compatible_commercial_types": + "id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "bce24b0c-cedc-484d-a4b1-616cf883dc0b", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "0e32f742-93d9-4c2e-aa78-9418e3f54e7c", "zone": "par1"}], "name": - "2019-08-27T14:32:06.113229"}], "current_public_version": "4c08096f-f825-429a-b91e-b974072ac813", - "label": "debian_buster", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}}, {"valid_until": null, "description": - "Discourse is an open source Internet forum software application.", "creation_date": - "2016-03-07T21:08:17.200172+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/discourse.png", - "id": "19a71b27-1825-4ac6-891a-50d78a096374", "categories": ["instantapp"], - "name": "Discourse", "modification_date": "2019-03-26T14:00:51.024987+00:00", - "versions": [{"creation_date": "2016-03-07T21:57:06.319711+00:00", "modification_date": - "2016-03-07T21:57:06.319711+00:00", "id": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "1d40502f-2068-4d8b-a4fc-446e8ec2883e", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "c2e98204-d533-4d4b-8433-e9a1b1be801f", "zone": "ams1"}], - "name": "2015-09-10"}], "current_public_version": "07eeeb6c-a911-4e08-a3a5-e4ff75385dab", - "label": "discourse", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Docker + "ARM64-16GB"], "arch": "arm64", "id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", + "zone": "par1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", + "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", + "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", + "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": + "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1"}], "name": "2020-01-15T11:52:04.849401"}], + "current_public_version": "763b45ed-2e31-4ba0-9beb-efb195503a2d", "label": "debian_buster", + "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances + User Resources Build System"}}, {"valid_until": null, "description": "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.", "creation_date": "2016-03-05T15:11:26.847640+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/docker.png", "id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", @@ -2011,60 +1610,11 @@ interactions: "zone": "ams1"}], "name": "2019-03-07T17:07:39.004809"}], "current_public_version": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "label": "docker", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Drupal is an open source content management - platform powering millions of websites and applications.", "creation_date": - "2016-03-07T21:03:42.336816+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/drupal.png", - "id": "aa098c02-df40-4734-b5f0-a20694160c75", "categories": ["instantapp"], - "name": "Drupal", "modification_date": "2019-03-26T14:00:52.759749+00:00", "versions": - [{"creation_date": "2016-03-11T17:21:50.590025+00:00", "modification_date": - "2016-03-11T17:21:50.590025+00:00", "id": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e1171370-0060-4489-8789-f067c86ce7ba", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "92f0db7d-9d0c-4c3d-85cd-a53daed625a6", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "8e6bfaf4-93c7-4090-821a-8b76e8c32d8c", - "label": "drupal", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "ELK - stack is an environment that lets you collect, store and visualize your logs.", - "creation_date": "2016-03-07T21:07:26.481966+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/elk.png", - "id": "d9bc56e5-0a20-41d8-b581-f54e636888c8", "categories": ["instantapp"], - "name": "ELK stack", "modification_date": "2019-03-26T14:00:49.621237+00:00", - "versions": [{"creation_date": "2016-03-22T10:45:53.277539+00:00", "modification_date": - "2016-03-22T10:45:53.277539+00:00", "id": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "bf234cb3-0e42-4642-8f9b-5c74121ebea4", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "23fefa88-e769-43e4-abd2-a2024366f529", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "2ac56aca-3aa9-44b7-8145-2a47173819f3", - "label": "elk_stack", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Etherpad - is a highly customizable Open Source online editor.", "creation_date": "2016-03-07T21:01:06.696775+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/etherpad.png", "id": - "53e87f7e-b173-4e88-b9ae-81c2ab7f168e", "categories": ["instantapp"], "name": - "Etherpad", "modification_date": "2019-03-26T14:00:49.232680+00:00", "versions": - [{"creation_date": "2016-03-07T21:54:43.305997+00:00", "modification_date": - "2016-03-07T21:54:43.305997+00:00", "id": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f085beb3-b99c-493e-a882-87a2f6d48bf8", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7cb6244a-7d24-4459-b5eb-ce0053c30633", "zone": "ams1"}], - "name": "2015-09-18"}], "current_public_version": "6fc832a1-6a31-4ac4-9dc5-27a9875e2a32", - "label": "etherpad", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ghost - is a simple, powerful publishing platform that allows you to share your stories - with the world.", "creation_date": "2016-03-07T21:06:37.762509+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/ghost.png", "id": "4653d871-5e19-4093-a08d-f3fca34b9ca8", - "categories": ["instantapp"], "name": "Ghost", "modification_date": "2019-03-26T14:00:53.632160+00:00", - "versions": [{"creation_date": "2016-03-17T18:07:22.400548+00:00", "modification_date": - "2016-03-17T18:07:22.400548+00:00", "id": "76921968-deec-4106-a708-91b10dca27de", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f0ea257d-2883-4ab5-9f58-39e03b4aa4c5", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "7325a77f-bb75-4a39-8cd0-d8af9124fcee", "zone": "ams1"}], - "name": "2016-03-17"}], "current_public_version": "76921968-deec-4106-a708-91b10dca27de", - "label": "ghost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "GitLab - is a web-based Git repository manager with wiki and issue tracking features.", - "creation_date": "2016-03-07T21:06:22.770864+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", - "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "categories": ["instantapp"], - "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", "versions": - [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": + {"valid_until": null, "description": "GitLab is a web-based Git repository manager + with wiki and issue tracking features.", "creation_date": "2016-03-07T21:06:22.770864+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", + "categories": ["instantapp"], "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", + "versions": [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": "2019-04-09T13:31:03.648676+00:00", "id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", @@ -2119,24 +1669,12 @@ interactions: "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1"}], "name": "2018-04-18T08:00:48.129246"}], "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "label": "golang", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Build your own images on Scaleway.", "creation_date": - "2016-03-07T21:03:08.546795+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/default.png", - "id": "67597b1e-89f7-4fb3-98e2-6e199ca60adb", "categories": ["instantapp"], - "name": "Image Builder", "modification_date": "2019-03-26T14:00:54.321504+00:00", - "versions": [{"creation_date": "2016-10-24T16:21:35.520157+00:00", "modification_date": - "2016-10-24T16:21:35.520157+00:00", "id": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6d536ddb-9ec4-40bb-ab76-c5aa3173be3c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "190e9b6d-5ab4-46c5-9fa5-1bf4e5dafc0e", "zone": "ams1"}], - "name": "2016-10-24"}], "current_public_version": "3fc393e9-644d-4f52-b044-28b4fecb167b", - "label": "image_builder", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Java - is a computer programming language that is concurrent, class-based, object-oriented, - and specifically designed to have as few implementation dependencies as possible.", - "creation_date": "2016-03-07T21:07:46.908969+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", - "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", "categories": ["instantapp"], - "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", "versions": - [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": + {"valid_until": null, "description": "Java is a computer programming language + that is concurrent, class-based, object-oriented, and specifically designed + to have as few implementation dependencies as possible.", "creation_date": "2016-03-07T21:07:46.908969+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", + "categories": ["instantapp"], "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", + "versions": [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": "2018-04-18T10:11:18.535736+00:00", "id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -2155,18 +1693,6 @@ interactions: "arm64", "id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1"}], "name": "2018-04-18T10:11:18.477156"}], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "label": "java", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Kanboard - is a project management software that use the Kanban methodology.", "creation_date": - "2016-03-07T21:03:25.999254+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/kanboard.png", - "id": "80e57489-db83-47d2-98fb-2acd0cfe99cc", "categories": ["instantapp"], - "name": "Kanboard", "modification_date": "2019-03-26T14:00:50.554737+00:00", - "versions": [{"creation_date": "2016-03-07T22:04:31.512162+00:00", "modification_date": - "2016-03-07T22:04:31.512162+00:00", "id": "db6dbf80-c69f-47c7-b077-8044ea756770", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8ed594e6-9b91-4371-8273-244764ea63f7", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "22cdcb16-fb59-4b27-a234-b20408cfc340", "zone": "ams1"}], - "name": "2015-08-31"}], "current_public_version": "db6dbf80-c69f-47c7-b077-8044ea756770", - "label": "kanboard", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "LEMP stack is a version where Apache has been replaced with the more lightweight web server Nginx.", "creation_date": "2016-03-07T21:06:53.552980+00:00", "logo": @@ -2208,24 +1734,12 @@ interactions: "zone": "ams1"}], "name": "2018-05-03T10:27:55.021511"}], "current_public_version": "42371bf7-c1ca-4889-a6d4-43febda865ca", "label": "mattermost", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Minecraft is a game about placing blocks - to build anything you can imagine.", "creation_date": "2016-03-07T21:02:08.702536+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/minecraft.png", "id": - "aa8b6bc7-61c7-4e7c-a1a2-fd6d60ada433", "categories": ["instantapp"], "name": - "Minecraft", "modification_date": "2019-03-26T14:00:54.225616+00:00", "versions": - [{"creation_date": "2016-03-11T18:06:06.529522+00:00", "modification_date": - "2016-03-11T18:06:06.529522+00:00", "id": "2b401358-027d-4029-b35a-984a25c0dd0f", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "6a60fbef-7f69-488b-9be5-6a25f591989f", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "94382ccf-87be-49c8-b253-0a9b5f00b6c4", "zone": "ams1"}], - "name": "2016-03-11"}], "current_public_version": "2b401358-027d-4029-b35a-984a25c0dd0f", - "label": "minecraft", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Nextcloud - is an open source, self-hosted file share and communication platform.", "creation_date": - "2019-04-16T12:22:56.930842+00:00", "logo": "http://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", - "id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], - "name": "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", - "versions": [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": + {"valid_until": null, "description": "Nextcloud is an open source, self-hosted + file share and communication platform.", "creation_date": "2019-04-16T12:22:56.930842+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", "id": + "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], "name": + "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", "versions": + [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": "2019-04-16T12:25:38.052537+00:00", "id": "2fe66cc6-8985-4b5f-8325-83acc0589436", "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": @@ -2335,18 +1849,6 @@ interactions: [], "arch": "arm", "id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1"}], "name": "2018-05-16T14:57:15.505378"}], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "label": "prestashop", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Pydio - is the mature, open-source software solution for file sharing and synchronization - with an intuitive user interfaces.", "creation_date": "2016-03-07T21:05:29.425733+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/pydio.png", "id": "ec8419f9-2146-467d-982b-eacbb32a4087", - "categories": ["instantapp"], "name": "Pydio", "modification_date": "2019-03-26T14:00:49.887331+00:00", - "versions": [{"creation_date": "2016-03-07T22:05:57.451042+00:00", "modification_date": - "2016-03-07T22:05:57.451042+00:00", "id": "e982e06a-927b-4373-a82c-770123aae518", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "8428b1d9-07ac-4a90-bf23-1ac34c73c3c0", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "a6d4aace-fb6a-48fe-9c4e-de8a91b55af2", "zone": "ams1"}], - "name": "2015-06-23"}], "current_public_version": "e982e06a-927b-4373-a82c-770123aae518", - "label": "pydio", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The intended audience of this InstantApp is Python developers who want to bootstrap or test a Python application easily, in seconds.", "creation_date": "2016-03-07T21:05:46.642023+00:00", @@ -2366,18 +1868,6 @@ interactions: [], "arch": "arm", "id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1"}], "name": "2018-04-17T16:43:36.031203"}], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", "label": "python", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Redmine - is a free and open source, web-based project management and issue tracking tool.", - "creation_date": "2016-03-07T21:02:29.445704+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/redmine.png", - "id": "6746cbf8-3732-4c23-ba15-34773652f058", "categories": ["instantapp"], - "name": "Redmine", "modification_date": "2019-03-26T14:00:51.662280+00:00", - "versions": [{"creation_date": "2016-03-22T10:48:06.775760+00:00", "modification_date": - "2016-03-22T10:48:06.775760+00:00", "id": "e0e29004-bfae-4663-a276-f2c9df70c698", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "a0df14e0-eb87-4f17-9c27-01c0106e13d3", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "d97ff062-7f89-4263-8f0c-cee31f1f25fd", "zone": "ams1"}], - "name": "2016-03-22"}], "current_public_version": "e0e29004-bfae-4663-a276-f2c9df70c698", - "label": "redmine", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A dynamic, open source programming language with a focus on simplicity and productivity.", "creation_date": "2016-03-07T22:15:25.347873+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", @@ -2397,30 +1887,6 @@ interactions: [], "arch": "arm", "id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1"}], "name": "2018-04-18T10:21:49.057120"}], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", "label": "ruby", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Ruby - on Rails is an open-source web framework that\u2019s optimized for programmer - happiness and sustainable productivity.", "creation_date": "2016-03-07T21:02:50.887200+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/rails.png", "id": "29cedfd1-3892-4273-90ba-86a886bdb51e", - "categories": ["instantapp"], "name": "Ruby on Rails", "modification_date": - "2019-03-26T14:00:53.919313+00:00", "versions": [{"creation_date": "2016-03-07T21:53:42.510249+00:00", - "modification_date": "2016-03-07T21:53:42.510249+00:00", "id": "22571268-4fd0-4153-9936-14190ae01a82", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "c5015431-7de1-4c45-9024-dfab244f4a4d", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "1a47e0e0-aaaf-436b-a3fe-a1d22db5c91f", "zone": "ams1"}], - "name": "2015-09-23"}], "current_public_version": "22571268-4fd0-4153-9936-14190ae01a82", - "label": "ruby_on_rails", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A - a PHP-powered, flexible Blogging and CMS application.", "creation_date": "2016-03-07T21:04:38.314597+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/serendipity.png", "id": - "3eadfd08-5939-4738-b0b6-bdd0bb002e9d", "categories": ["instantapp"], "name": - "Serendipity", "modification_date": "2019-03-26T14:00:54.023188+00:00", "versions": - [{"creation_date": "2016-03-07T21:51:12.030869+00:00", "modification_date": - "2016-03-07T21:51:12.030869+00:00", "id": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e485269b-fe65-4e78-80fc-a7e349770b95", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "85689a55-e288-40f8-8ae2-7984adb5ed14", "zone": "ams1"}], - "name": "2015-09-30"}], "current_public_version": "7ec2fcf2-ab29-457f-843a-b6efde444704", - "label": "serendipity", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The torrents InstantApp spawns a private server to upload and download your digital files.", "creation_date": "2016-03-07T21:08:02.980958+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", @@ -2446,49 +1912,50 @@ interactions: "zone": "par1"}], "name": "2019-03-25T13:04:01.408435"}], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "label": "torrents", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 10.1", - "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 10.1", "modification_date": "2019-03-26T14:00:53.253241+00:00", - "versions": [{"creation_date": "2019-03-06T18:03:45.146468+00:00", "modification_date": - "2019-03-06T18:03:45.146468+00:00", "id": "47d58f71-8382-48d1-88cd-75e5f1ed7df6", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "5f96d290-88cb-4262-845e-578d0aa63201", - "zone": "par1"}], "name": "2019-03-06T18:03:45.081159"}], "current_public_version": - "47d58f71-8382-48d1-88cd-75e5f1ed7df6", "label": "ubuntu_bionic_ml_10.1", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "Ubuntu Bionic for Machine Learning 9.2", "creation_date": - "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + {"valid_until": null, "description": "Ubuntu is the ideal distribution for scale-out + computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": + "2020-02-17T15:50:48.980694+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", + "id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "categories": ["distribution"], + "name": "Ubuntu 20.04 Focal Fossa", "modification_date": "2020-05-12T14:59:11.764621+00:00", + "versions": [{"creation_date": "2020-05-12T14:08:49.605637+00:00", "modification_date": + "2020-05-12T14:08:49.605637+00:00", "id": "8a23f8ac-240c-4c9c-b20e-c611361e0148", + "local_images": [{"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "365a8b9c-0c6e-4875-a887-dc3213db9e20", + "zone": "par1"}, {"compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", + "START1-S", "START1-M", "START1-L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB", + "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "DEV1-S", "DEV1-M", "DEV1-L", + "DEV1-XL"], "arch": "x86_64", "id": "80d81811-1bd2-44dc-bd1c-ec070c80c40b", + "zone": "ams1"}], "name": "2020-05-12T14:08:49.566279+00:00"}], "current_public_version": + "8a23f8ac-240c-4c9c-b20e-c611361e0148", "label": "ubuntu_focal", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"valid_until": null, "description": "Ubuntu Bionic for Machine + Learning 10.1", "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": + "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", + "categories": ["Machine Learning"], "name": "Ubuntu Bionic ML 10.1", "modification_date": + "2020-02-17T12:56:29.417410+00:00", "versions": [{"creation_date": "2020-02-17T12:50:10.150196+00:00", + "modification_date": "2020-02-17T12:50:10.150196+00:00", "id": "50a39102-80cf-4c9b-aed8-919e745df9d5", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "8fa4f46b-2cb2-40df-813a-727df120b9e4", "zone": "par1"}], "name": "2020-02-17T12:50:10.040529"}], + "current_public_version": "50a39102-80cf-4c9b-aed8-919e745df9d5", "label": "ubuntu_bionic_ml_10.1", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "Ubuntu Bionic for Machine Learning 9.2", + "creation_date": "2019-03-06T17:24:29.909001+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", "categories": ["Machine Learning"], - "name": "Ubuntu Bionic ML 9.2", "modification_date": "2019-03-26T14:00:50.353326+00:00", - "versions": [{"creation_date": "2019-03-06T18:05:49.119145+00:00", "modification_date": - "2019-03-06T18:05:49.119145+00:00", "id": "905865bf-e34c-46b0-b7e2-5e11922e6511", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "6bd566a1-c5b6-4c59-be37-752e1491ce1f", - "zone": "par1"}], "name": "2019-03-06T18:05:49.043867"}], "current_public_version": - "905865bf-e34c-46b0-b7e2-5e11922e6511", "label": "ubuntu_bionic_ml_9.2", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "A powerful and flexible web hosting control panel.", "creation_date": - "2016-03-07T21:00:27.542536+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/webmin.png", - "id": "f300f8c1-1e1d-42d6-8a4b-9e661eb5477d", "categories": ["instantapp"], - "name": "Webmin", "modification_date": "2019-03-26T14:00:50.646395+00:00", "versions": - [{"creation_date": "2016-11-30T11:02:00.852921+00:00", "modification_date": - "2016-11-30T11:02:00.852921+00:00", "id": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "b4173ca3-a7f5-4dbe-bc07-3ee038df065c", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "0eb66d90-fd78-4de2-810b-21bb79060abd", "zone": "ams1"}], - "name": "2016-11-30"}], "current_public_version": "0faf919a-4ad4-4db4-9191-6ec9972e75d1", - "label": "webmin", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "WordPress - is the most popular web software you can use to create a beautiful website or - blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", - "id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], - "name": "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", - "versions": [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": + "name": "Ubuntu Bionic ML 9.2", "modification_date": "2020-02-17T12:55:53.623681+00:00", + "versions": [{"creation_date": "2020-02-17T12:39:31.681271+00:00", "modification_date": + "2020-02-17T12:39:31.681271+00:00", "id": "d0602033-62f8-455a-be55-0930291bb43f", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "1dad4207-f91a-48c3-9fac-6620e90b9434", "zone": "par1"}], "name": "2020-02-17T12:39:31.572184"}], + "current_public_version": "d0602033-62f8-455a-be55-0930291bb43f", "label": "ubuntu_bionic_ml_9.2", + "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, + {"valid_until": null, "description": "WordPress is the most popular web software + you can use to create a beautiful website or blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", + "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", "id": + "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], "name": + "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", "versions": + [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": "2019-03-08T08:58:28.971149+00:00", "id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", @@ -2511,25 +1978,27 @@ interactions: Cache-Control: - no-cache Content-Length: - - "69316" + - "53981" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 10 Oct 2019 10:27:55 GMT + - Thu, 04 Jun 2020 12:09:46 GMT Link: - ; rel="last" Server: - - scaleway_api + - agw_listener_public_anycast Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 8130b2d9-fb73-47fe-a0e3-2b64d65939f1 X-Total-Count: - - "46" + - "31" status: 200 OK code: 200 duration: "" diff --git a/example_test.go b/example_test.go index 77a3f5ee8..0c4074041 100644 --- a/example_test.go +++ b/example_test.go @@ -95,7 +95,7 @@ func Example_createServer() { instanceAPI := instance.NewAPI(client) serverType := "DEV1-S" - image := "ubuntu-bionic" + image := "ubuntu_focal" // Create a new DEV1-S server createRes, err := instanceAPI.CreateServer(&instance.CreateServerRequest{