From c7b50698ebde0b5315ba96c8d9c0d77192f20ef2 Mon Sep 17 00:00:00 2001 From: Jerome Quere Date: Wed, 15 Jul 2020 15:12:34 +0200 Subject: [PATCH] fix(instance): boot_type mode on create server (#1225) --- .../instance/v1/custom_server_create.go | 8 +- .../instance/v1/custom_server_create_test.go | 1 + ...erver-simple-with-bootscript.cassette.yaml | 1132 +++---- ...ate-server-simple-with-start.cassette.yaml | 2768 +++++++++-------- 4 files changed, 2146 insertions(+), 1763 deletions(-) diff --git a/internal/namespaces/instance/v1/custom_server_create.go b/internal/namespaces/instance/v1/custom_server_create.go index 9ef1d36986..e893564269 100644 --- a/internal/namespaces/instance/v1/custom_server_create.go +++ b/internal/namespaces/instance/v1/custom_server_create.go @@ -303,6 +303,8 @@ func instanceServerCreateRun(ctx context.Context, argsI interface{}) (i interfac } serverReq.Bootscript = scw.StringPtr(args.BootscriptID) + bootType := instance.BootTypeBootscript + serverReq.BootType = &bootType } // @@ -328,9 +330,13 @@ func instanceServerCreateRun(ctx context.Context, argsI interface{}) (i interfac // if needIPCreation { logger.Debugf("creating IP") + organizationID := (*string)(nil) + if args.OrganizationID != "" { + organizationID = scw.StringPtr(args.OrganizationID) + } res, err := apiInstance.CreateIP(&instance.CreateIPRequest{ Zone: args.Zone, - Organization: scw.StringPtr(args.OrganizationID), + Organization: organizationID, }) if err != nil { return nil, fmt.Errorf("error while creating your public IP: %s", err) diff --git a/internal/namespaces/instance/v1/custom_server_create_test.go b/internal/namespaces/instance/v1/custom_server_create_test.go index d881ba814f..6b1309cd7c 100644 --- a/internal/namespaces/instance/v1/custom_server_create_test.go +++ b/internal/namespaces/instance/v1/custom_server_create_test.go @@ -75,6 +75,7 @@ func Test_CreateServer(t *testing.T) { Check: core.TestCheckCombine( func(t *testing.T, ctx *core.CheckFuncCtx) { assert.Equal(t, "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", ctx.Result.(*instance.Server).Bootscript.ID) + assert.Equal(t, instance.BootTypeBootscript, ctx.Result.(*instance.Server).BootType) }, core.TestCheckExitCode(0), ), diff --git a/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-bootscript.cassette.yaml b/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-bootscript.cassette.yaml index 630f976473..3a2530bb25 100644 --- a/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-bootscript.cassette.yaml +++ b/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-bootscript.cassette.yaml @@ -6,329 +6,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers - method: GET - response: - body: '{"servers": {"VC1S": {"monthly_price": 2.99, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 2, "ram": 2147483648, - "arch": "x86_64", "volumes_constraint": {"min_size": 50000000000, "max_size": - 50000000000}, "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, - "ipv6_support": true}, "hourly_price": 0.006, "alt_names": ["X64-2GB"], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "GP1-XS": - {"monthly_price": 39.0, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 4, "ram": 17179869184, "arch": "x86_64", - "volumes_constraint": {"min_size": 150000000000, "max_size": 150000000000}, - "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 524288000}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 524288000, "ipv6_support": true}, "hourly_price": - 0.078, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "DEV1-M": {"monthly_price": 7.99, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 3, "ram": 4294967296, - "arch": "x86_64", "volumes_constraint": {"min_size": 40000000000, "max_size": - 40000000000}, "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 314572800}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 314572800, "ipv6_support": true}, "hourly_price": - 0.016, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "DEV1-L": {"monthly_price": 15.99, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 4, "ram": 8589934592, - "arch": "x86_64", "volumes_constraint": {"min_size": 80000000000, "max_size": - 80000000000}, "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 419430400}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 419430400, "ipv6_support": true}, "hourly_price": - 0.032, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "START1-XS": {"monthly_price": 1.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 1, "ram": - 1073741824, "arch": "x86_64", "volumes_constraint": {"min_size": 25000000000, - "max_size": 25000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 104857600}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 104857600, "ipv6_support": true}, "hourly_price": 0.004, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-8GB": - {"monthly_price": 11.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 8, "ram": 8589934592, "arch": "arm64", - "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, - "ipv6_support": true}, "hourly_price": 0.024, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "DEV1-S": - {"monthly_price": 2.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 2, "ram": 2147483648, "arch": "x86_64", - "volumes_constraint": {"min_size": 20000000000, "max_size": 20000000000}, "network": - {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": null}, - {"internal_bandwidth": null, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 209715200, "ipv6_support": true}, "hourly_price": - 0.006, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "RENDER-S": {"monthly_price": 499.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 10, - "ram": 48318382080, "arch": "x86_64", "volumes_constraint": {"min_size": 400000000000, - "max_size": 400000000000}, "network": {"interfaces": [{"internal_bandwidth": - 104857600, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 1073741824, "ipv6_support": true}, "hourly_price": 1.0, "alt_names": [], "capabilities": - {"boot_types": ["local", "rescue"], "hot_snapshots_local_volume": true, "placement_groups": - true, "block_storage": true, "default_boot_type": "local", "private_network": - 8}, "baremetal": false, "gpu": 1}, "GP1-XL": {"monthly_price": 569.0, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 48, - "ram": 274877906944, "arch": "x86_64", "volumes_constraint": {"min_size": 600000000000, - "max_size": 600000000000}, "network": {"interfaces": [{"internal_bandwidth": - 104857600, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10737418240}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 10737418240, "ipv6_support": true}, "hourly_price": 1.138, "alt_names": [], - "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": true, "default_boot_type": - "local", "private_network": 8}, "baremetal": false, "gpu": null}, "C2S": {"monthly_price": - 11.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "ncpus": 4, "ram": 8589934592, "arch": "x86_64", "volumes_constraint": - {"min_size": 50000000000, "max_size": 1000000000000}, "network": {"interfaces": - [{"internal_bandwidth": 2684354560, "internet_bandwidth": 314572800}], "sum_internal_bandwidth": - 2684354560, "sum_internet_bandwidth": 314572800, "ipv6_support": true}, "hourly_price": - 0.024, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue"], - "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": - false, "default_boot_type": "bootscript", "private_network": 0}, "baremetal": - true, "gpu": null}, "X64-15GB": {"monthly_price": 24.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 6, "ram": - 16106127360, "arch": "x86_64", "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 262144000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 262144000, "ipv6_support": true}, "hourly_price": 0.05, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-2GB": - {"monthly_price": 2.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 4, "ram": 2147483648, "arch": "arm64", - "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "network": - {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}], - "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "ipv6_support": - true}, "hourly_price": 0.006, "alt_names": [], "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": true, "placement_groups": - true, "block_storage": false, "default_boot_type": "bootscript", "private_network": - 0}, "baremetal": false, "gpu": null}, "DEV1-XL": {"monthly_price": 23.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 4, "ram": - 12884901888, "arch": "x86_64", "volumes_constraint": {"min_size": 120000000000, - "max_size": 120000000000}, "network": {"interfaces": [{"internal_bandwidth": - 104857600, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 524288000}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 524288000, "ipv6_support": true}, "hourly_price": 0.048, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": true, "default_boot_type": - "local", "private_network": 8}, "baremetal": false, "gpu": null}, "C1": {"monthly_price": - 2.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "ncpus": 4, "ram": 2147483648, "arch": "arm", "volumes_constraint": - {"min_size": 50000000000, "max_size": 1000000000000}, "network": {"interfaces": - [{"internal_bandwidth": 1073741824, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": - 1073741824, "sum_internet_bandwidth": 209715200, "ipv6_support": false}, "hourly_price": - 0.006, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue"], - "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": - false, "default_boot_type": "bootscript", "private_network": 0}, "baremetal": - true, "gpu": null}, "VC1M": {"monthly_price": 5.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 4, "ram": - 4294967296, "arch": "x86_64", "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 209715200, "ipv6_support": true}, "hourly_price": 0.012, "alt_names": ["X64-4GB"], - "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "C2L": - {"monthly_price": 23.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 8, "ram": 34359738368, "arch": "x86_64", - "volumes_constraint": {"min_size": 50000000000, "max_size": 1000000000000}, - "network": {"interfaces": [{"internal_bandwidth": 2684354560, "internet_bandwidth": - 629145600}, {"internal_bandwidth": 2684354560, "internet_bandwidth": null}], - "sum_internal_bandwidth": 5368709120, "sum_internet_bandwidth": 629145600, "ipv6_support": - true}, "hourly_price": 0.048, "alt_names": [], "capabilities": {"boot_types": - ["bootscript", "rescue"], "hot_snapshots_local_volume": false, "placement_groups": - false, "block_storage": false, "default_boot_type": "bootscript", "private_network": - 0}, "baremetal": true, "gpu": null}, "C2M": {"monthly_price": 17.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 8, "ram": - 17179869184, "arch": "x86_64", "volumes_constraint": {"min_size": 50000000000, - "max_size": 1000000000000}, "network": {"interfaces": [{"internal_bandwidth": - 2684354560, "internet_bandwidth": 524288000}, {"internal_bandwidth": 2684354560, - "internet_bandwidth": null}], "sum_internal_bandwidth": 5368709120, "sum_internet_bandwidth": - 524288000, "ipv6_support": true}, "hourly_price": 0.036, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue"], "hot_snapshots_local_volume": false, - "placement_groups": false, "block_storage": false, "default_boot_type": "bootscript", - "private_network": 0}, "baremetal": true, "gpu": null}, "ARM64-4GB": {"monthly_price": - 5.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "ncpus": 6, "ram": 4294967296, "arch": "arm64", "volumes_constraint": - {"min_size": 100000000000, "max_size": 100000000000}, "network": {"interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": - null, "sum_internet_bandwidth": 209715200, "ipv6_support": true}, "hourly_price": - 0.012, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "default_boot_type": "bootscript", "private_network": 0}, "baremetal": - false, "gpu": null}, "ARM64-128GB": {"monthly_price": 279.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 64, - "ram": 137438953472, "arch": "arm64", "volumes_constraint": {"min_size": 500000000000, - "max_size": 1000000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 1073741824, "ipv6_support": true}, "hourly_price": 0.56, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "START1-S": - {"monthly_price": 3.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 2, "ram": 2147483648, "arch": "x86_64", - "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "network": - {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}], - "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "ipv6_support": - true}, "hourly_price": 0.008, "alt_names": [], "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": true, "placement_groups": - true, "block_storage": false, "default_boot_type": "bootscript", "private_network": - 0}, "baremetal": false, "gpu": null}, "X64-30GB": {"monthly_price": 49.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 8, "ram": - 32212254720, "arch": "x86_64", "volumes_constraint": {"min_size": 300000000000, - "max_size": 400000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 524288000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 524288000, "ipv6_support": true}, "hourly_price": 0.1, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "GP1-L": - {"monthly_price": 299.0, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 32, "ram": 137438953472, "arch": "x86_64", - "volumes_constraint": {"min_size": 600000000000, "max_size": 600000000000}, - "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 5368709120}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 5368709120, "ipv6_support": true}, "hourly_price": - 0.598, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "GP1-M": {"monthly_price": 159.0, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 16, "ram": 68719476736, - "arch": "x86_64", "volumes_constraint": {"min_size": 600000000000, "max_size": - 600000000000}, "network": {"interfaces": [{"internal_bandwidth": 104857600, - "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1610612736}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 1610612736, "ipv6_support": true}, "hourly_price": 0.318, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": true, "default_boot_type": - "local", "private_network": 8}, "baremetal": false, "gpu": null}, "ARM64-64GB": - {"monthly_price": 139.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 48, "ram": 68719476736, "arch": "arm64", - "volumes_constraint": {"min_size": 400000000000, "max_size": 800000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 1073741824, - "ipv6_support": true}, "hourly_price": 0.28, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "GP1-S": - {"monthly_price": 79.0, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 8, "ram": 34359738368, "arch": "x86_64", - "volumes_constraint": {"min_size": 300000000000, "max_size": 300000000000}, - "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 838860800}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 838860800, "ipv6_support": true}, "hourly_price": - 0.158, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "START1-L": {"monthly_price": 15.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 8, "ram": - 8589934592, "arch": "x86_64", "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 419430400}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 419430400, "ipv6_support": true}, "hourly_price": 0.032, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "START1-M": - {"monthly_price": 7.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 4, "ram": 4294967296, "arch": "x86_64", - "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 314572800}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 314572800, - "ipv6_support": true}, "hourly_price": 0.016, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "VC1L": - {"monthly_price": 9.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 6, "ram": 8589934592, "arch": "x86_64", - "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, - "ipv6_support": true}, "hourly_price": 0.02, "alt_names": ["X64-8GB"], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-32GB": - {"monthly_price": 69.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 32, "ram": 34359738368, "arch": "arm64", - "volumes_constraint": {"min_size": 300000000000, "max_size": 600000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 524288000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, - "ipv6_support": true}, "hourly_price": 0.14, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "X64-120GB": - {"monthly_price": 179.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 12, "ram": 128849018880, "arch": "x86_64", - "volumes_constraint": {"min_size": 500000000000, "max_size": 1000000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 1073741824, - "ipv6_support": true}, "hourly_price": 0.36, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-16GB": - {"monthly_price": 34.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 16, "ram": 17179869184, "arch": "arm64", - "volumes_constraint": {"min_size": 200000000000, "max_size": 400000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 524288000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, - "ipv6_support": true}, "hourly_price": 0.07, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "X64-60GB": - {"monthly_price": 89.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 10, "ram": 64424509440, "arch": "x86_64", - "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 1073741824, - "ipv6_support": true}, "hourly_price": 0.18, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}}}' - headers: - Cache-Control: - - no-cache - Content-Length: - - "23699" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 11 Feb 2020 13:51:58 GMT - Link: - - ; rel="last" - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Total-Count: - - "32" - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: @@ -348,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", @@ -438,9 +117,10 @@ interactions: "categories": ["distribution"], "name": "CentOS 7.6", "modification_date": "2019-03-26T14:00:50.839069+00:00", "versions": [{"creation_date": "2019-03-18T09:29:00.247544+00:00", "modification_date": "2019-03-18T09:29:00.247544+00:00", "id": "53138072-3099-4566-8b18-de7b2739696a", - "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": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", + "local_images": [{"compatible_commercial_types": ["VC1S", "GP1-XS", "DEV1-M", + "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "VC1M", + "C2L", "C2M", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", + "START1-M", "VC1L", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", "zone": "ams1"}, {"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", @@ -550,13 +230,31 @@ interactions: "zone": "ams1"}], "name": "2018-04-26T10:18:10.196011"}], "current_public_version": "be2293b6-9eba-4497-9659-2cfb927483b5", "label": "alpine_linux", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Debian is a free operating system, developed - 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": "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", + {"valid_until": null, "description": "The CentOS Project is a community-driven + free software effort focused on delivering a robust open source ecosystem.", + "creation_date": "2020-04-29T11:48:57.810456+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", + "id": "293a2ddf-6e33-4e63-81f0-fbdd90641480", "categories": ["distribution"], + "name": "CentOS 8", "modification_date": "2020-07-13T09:06:18.993441+00:00", + "versions": [{"creation_date": "2020-07-09T16:38:28.316416+00:00", "modification_date": + "2020-07-09T16:38:28.316416+00:00", "id": "85f4c001-26a9-4e0c-a103-22285b2f9929", + "local_images": [{"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "0d154c82-7938-49a8-b768-b64fe09f05c7", + "zone": "ams1"}, {"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "13cec602-73aa-4c97-9601-8606072d08b9", + "zone": "par1"}], "name": "2020-07-09T16:38:28.281968+00:00"}], "current_public_version": + "85f4c001-26a9-4e0c-a103-22285b2f9929", "label": "centos_8", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"valid_until": null, "description": "Debian is a free operating + system, developed 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": + "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": @@ -723,7 +421,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": @@ -899,38 +597,52 @@ 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", - "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": "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": + {"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-07-13T09:04:23.114051+00:00", + "versions": [{"creation_date": "2020-07-09T12:11:07.013896+00:00", "modification_date": + "2020-07-09T12:11:07.013896+00:00", "id": "3eab241d-44e3-4fba-a0ee-33f5004052fc", + "local_images": [{"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc", + "zone": "par1"}, {"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "0ac9b9f4-f771-47f1-adec-a7472cb3f6b0", + "zone": "ams1"}], "name": "2020-07-09T12:11:06.971199+00:00"}], "current_public_version": + "3eab241d-44e3-4fba-a0ee-33f5004052fc", "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-07-15T09:58:44.029227+00:00", "versions": [{"creation_date": "2020-07-10T08:44:25.531079+00:00", + "modification_date": "2020-07-10T08:44:25.531079+00:00", "id": "d11fe800-ac24-4c8f-90c0-2f3d4b15511f", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "de04f3cf-363e-4b10-a67c-15a90a078de6", "zone": "par1"}, {"compatible_commercial_types": + ["RENDER-S"], "arch": "x86_64", "id": "648b7fd3-f61f-4254-adff-ade2da31e90a", + "zone": "par1"}], "name": "2020-07-10T08:44:25.491772+00:00"}], "current_public_version": + "d11fe800-ac24-4c8f-90c0-2f3d4b15511f", "label": "ubuntu_bionic_ml_10.1", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"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": + "2020-07-15T11:08:43.613020+00:00", "versions": [{"creation_date": "2020-07-15T10:17:44.680636+00:00", + "modification_date": "2020-07-15T10:17:44.680636+00:00", "id": "f6625fe9-6f9f-4416-9023-dd81246f7bb3", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "648b7fd3-f61f-4254-adff-ade2da31e90a", "zone": "par1"}], "name": "2020-07-15T10:16:54.906584+00:00"}], + "current_public_version": "f6625fe9-6f9f-4416-9023-dd81246f7bb3", "label": "ubuntu_bionic_ml_9.2", + "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances + User Resources Build System"}}, {"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", @@ -953,25 +665,27 @@ interactions: Cache-Control: - no-cache Content-Length: - - "52747" + - "55793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:59 GMT + - Wed, 15 Jul 2020 12:51:25 GMT Link: - ; rel="last" Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - e52fafa9-59b6-4bdf-ac8c-4d93b1b23239 X-Total-Count: - - "30" + - "32" status: 200 OK code: 200 duration: "" @@ -980,41 +694,44 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/f974feac-abae-4365-b988-8ec7d1cec10d method: GET response: - body: '{"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}}' + body: '{"image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", "name": "Ubuntu + Bionic Beaver", "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", + "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"}}' headers: Cache-Control: - no-cache Content-Length: - - "1004" + - "1044" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:59 GMT + - Wed, 15 Jul 2020 12:51:25 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 30fe6309-87ef-436d-8c5c-56593e7082ec status: 200 OK code: 200 duration: "" @@ -1023,142 +740,471 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers + method: GET + response: + body: '{"servers": {"ARM64-128GB": {"alt_names": [], "arch": "arm64", "ncpus": + 64, "ram": 137438953472, "gpu": null, "volumes_constraint": {"min_size": 500000000000, + "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 279.99, "hourly_price": 0.56, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "ARM64-16GB": {"alt_names": [], "arch": "arm64", "ncpus": 16, + "ram": 17179869184, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 34.99, "hourly_price": + 0.07, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "ARM64-2GB": + {"alt_names": [], "arch": "arm64", "ncpus": 4, "ram": 2147483648, "gpu": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "ARM64-32GB": {"alt_names": [], "arch": "arm64", "ncpus": 32, + "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, + "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 69.99, "hourly_price": + 0.14, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "ARM64-4GB": + {"alt_names": [], "arch": "arm64", "ncpus": 6, "ram": 4294967296, "gpu": null, + "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": false, "monthly_price": 5.99, "hourly_price": 0.012, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + null, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": + null, "internet_bandwidth": 209715200}]}}, "ARM64-64GB": {"alt_names": [], "arch": + "arm64", "ncpus": 48, "ram": 68719476736, "gpu": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 800000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 139.99, "hourly_price": 0.28, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "ARM64-8GB": {"alt_names": [], "arch": "arm64", "ncpus": 8, + "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 11.99, "hourly_price": + 0.024, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "C1": {"alt_names": + [], "arch": "arm", "ncpus": 4, "ram": 2147483648, "gpu": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + true, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + false, "placement_groups": false, "block_storage": false, "private_network": + 0}, "network": {"ipv6_support": false, "sum_internal_bandwidth": 1073741824, + "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": 1073741824, + "internet_bandwidth": 209715200}]}}, "C2L": {"alt_names": [], "arch": "x86_64", + "ncpus": 8, "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": + 50000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": true, "monthly_price": + 23.99, "hourly_price": 0.048, "capabilities": {"boot_types": ["bootscript", + "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + false, "placement_groups": false, "block_storage": false, "private_network": + 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5368709120, + "sum_internet_bandwidth": 629145600, "interfaces": [{"internal_bandwidth": 2684354560, + "internet_bandwidth": 629145600}, {"internal_bandwidth": 2684354560, "internet_bandwidth": + null}]}}, "C2M": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, + "gpu": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 1000000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": true, "monthly_price": 17.99, "hourly_price": 0.036, "capabilities": + {"boot_types": ["bootscript", "rescue"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5368709120, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + 2684354560, "internet_bandwidth": 524288000}, {"internal_bandwidth": 2684354560, + "internet_bandwidth": null}]}}, "C2S": {"alt_names": [], "arch": "x86_64", "ncpus": + 4, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 50000000000, + "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": true, "monthly_price": + 11.99, "hourly_price": 0.024, "capabilities": {"boot_types": ["bootscript", + "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + false, "placement_groups": false, "block_storage": false, "private_network": + 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 2684354560, + "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": 2684354560, + "internet_bandwidth": 314572800}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", + "ncpus": 4, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": + 80000000000, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": + 15.99, "hourly_price": 0.032, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 8}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 419430400, "sum_internet_bandwidth": + 419430400, "interfaces": [{"internal_bandwidth": 419430400, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": null, + "volumes_constraint": {"min_size": 40000000000, "max_size": 40000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": + false, "monthly_price": 7.99, "hourly_price": 0.016, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 8}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 314572800, "sum_internet_bandwidth": + 314572800, "interfaces": [{"internal_bandwidth": 314572800, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 314572800}]}}, "DEV1-S": + {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, + "volumes_constraint": {"min_size": 20000000000, "max_size": 20000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": + false, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 8}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 209715200, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": 209715200, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": null, + "volumes_constraint": {"min_size": 120000000000, "max_size": 120000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 23.99, "hourly_price": 0.048, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 524288000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": + 137438953472, "gpu": null, "volumes_constraint": {"min_size": 600000000000, + "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 800000000000}}, "baremetal": false, "monthly_price": 299.0, "hourly_price": + 0.598, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5368709120, "sum_internet_bandwidth": 5368709120, "interfaces": [{"internal_bandwidth": + 5368709120, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5368709120}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": + 68719476736, "gpu": null, "volumes_constraint": {"min_size": 600000000000, "max_size": + 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": + 800000000000}}, "baremetal": false, "monthly_price": 159.0, "hourly_price": + 0.318, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1610612736, "sum_internet_bandwidth": 1610612736, "interfaces": [{"internal_bandwidth": + 1610612736, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1610612736}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, "max_size": + 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": + 800000000000}}, "baremetal": false, "monthly_price": 79.0, "hourly_price": 0.158, + "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 838860800, "sum_internet_bandwidth": 838860800, "interfaces": [{"internal_bandwidth": + 838860800, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 838860800}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": + 274877906944, "gpu": null, "volumes_constraint": {"min_size": 600000000000, + "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 800000000000}}, "baremetal": false, "monthly_price": 569.0, "hourly_price": + 1.138, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 10737418240, "sum_internet_bandwidth": 10737418240, "interfaces": [{"internal_bandwidth": + 10737418240, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10737418240}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 17179869184, "gpu": null, "volumes_constraint": {"min_size": 150000000000, "max_size": + 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": + 800000000000}}, "baremetal": false, "monthly_price": 39.0, "hourly_price": 0.078, + "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 524288000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, + "ram": 48318382080, "gpu": 1, "volumes_constraint": {"min_size": 400000000000, + "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 800000000000}}, "baremetal": false, "monthly_price": 499.99, "hourly_price": + 1.0, "capabilities": {"boot_types": ["local", "rescue"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1073741824, "sum_internet_bandwidth": 1073741824, "interfaces": [{"internal_bandwidth": + 1073741824, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, + "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 15.99, "hourly_price": + 0.032, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 419430400, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "START1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": null, + "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": false, "monthly_price": 7.99, "hourly_price": 0.016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + null, "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": + null, "internet_bandwidth": 314572800}]}}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 3.99, "hourly_price": 0.008, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": null, "volumes_constraint": {"min_size": 25000000000, + "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 1.99, "hourly_price": + 0.004, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 104857600, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 104857600}]}}, "VC1L": {"alt_names": + ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 9.99, "hourly_price": 0.02, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": + 4, "ram": 4294967296, "gpu": null, "volumes_constraint": {"min_size": 100000000000, + "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 5.99, "hourly_price": + 0.012, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "VC1S": {"alt_names": + ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": null, "volumes_constraint": {"min_size": 500000000000, + "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 179.99, "hourly_price": 0.36, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, + "ram": 16106127360, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 24.99, "hourly_price": + 0.05, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 262144000, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 262144000}]}}, "X64-30GB": + {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": null, + "volumes_constraint": {"min_size": 300000000000, "max_size": 400000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": false, "monthly_price": 49.99, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + null, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + null, "internet_bandwidth": 524288000}]}}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 89.99, "hourly_price": 0.18, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}}}' + headers: + Cache-Control: + - no-cache + Content-Length: + - "23709" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 15 Jul 2020 12:51:25 GMT + Link: + - ; rel="last" + Server: + - agw_listener_public_vip + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8bbd060c-524b-4f1d-9362-f1e62d2de014 + X-Total-Count: + - "32" + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/bootscripts/eb760e3c-30d8-49a3-b3ad-ad10c3aa440b method: GET response: - body: '{"bootscript": {"kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", - "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 longterm 4.14 latest", "dtb": "", "organization": - "11111111-1111-4111-8111-111111111111", "id": "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", - "public": true}}' + body: '{"bootscript": {"id": "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", "public": + true, "title": "x86_64 longterm 4.14 latest", "architecture": "x86_64", "organization": + "11111111-1111-4111-8111-111111111111", "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", + "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"}}' headers: Cache-Control: - no-cache Content-Length: - - "449" + - "469" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:59 GMT + - Wed, 15 Jul 2020 12:51:25 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 8d015752-83ba-42ef-9434-70caf8d9bd93 status: 200 OK code: 200 duration: "" - request: - body: '{"organization":"aba2d0d0-b01d-4d88-b322-935edc96d0fd"}' + body: '{"project":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "reverse": - null, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", "server": null, "address": - "163.172.182.243"}}' + body: '{"ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "reverse": null, "server": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "zone": "fr-par-1", "tags": + []}}' headers: Cache-Control: - no-cache Content-Length: - - "173" + - "254" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:59 GMT + - Wed, 15 Jul 2020 12:51:25 GMT Location: - - https://cp-par1.scaleway.com/ips/7f7e5c46-ed0a-425f-8d43-d0cfd77386dc + - https://cp-par1.scaleway.com/ips/a805d28c-708c-4b43-ac35-ed626eb2aa97 Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 6babb2c2-9981-4643-afa3-7cbb16371eb8 status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-srv-laughing-agnesi","commercial_type":"DEV1-S","image":"f974feac-abae-4365-b988-8ec7d1cec10d","public_ip":"7f7e5c46-ed0a-425f-8d43-d0cfd77386dc","boot_type":"local","bootscript":"eb760e3c-30d8-49a3-b3ad-ad10c3aa440b","organization":"aba2d0d0-b01d-4d88-b322-935edc96d0fd"}' + body: '{"name":"cli-srv-romantic-bassi","commercial_type":"DEV1-S","image":"f974feac-abae-4365-b988-8ec7d1cec10d","public_ip":"a805d28c-708c-4b43-ac35-ed626eb2aa97","boot_type":"bootscript","bootscript":"eb760e3c-30d8-49a3-b3ad-ad10c3aa440b","organization":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test 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": "2020-02-11T13:51:59.909256+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": null, "id": "c10df408-0677-40ed-9d35-0debc673eb0f", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:52:00.158731+00:00", - "enable_ipv6": false, "hostname": "cli-srv-laughing-agnesi", "state": "stopped", - "bootscript": {"kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", - "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 longterm 4.14 latest", "dtb": "", "organization": - "11111111-1111-4111-8111-111111111111", "id": "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", - "public": true}, "location": null, "boot_type": "local", "ipv6": null, "commercial_type": - "DEV1-S", "placement_group": null, "tags": [], "arch": "x86_64", "extra_networks": - [], "compute_cluster": null, "name": "cli-srv-laughing-agnesi", "protected": - false, "volumes": {"0": {"size": 20000000000, "state": "available", "name": - "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", "modification_date": - "2020-02-11T13:52:00.143590+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:51:59.909256+00:00", "id": - "39b5a0a1-1d91-4166-bed8-6ce885c44034", "volume_type": "l_ssd", "server": {"id": - "c10df408-0677-40ed-9d35-0debc673eb0f", "name": "cli-srv-laughing-agnesi"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "158a8539-5292-4908-a5c0-184bc9d1c4f0", "name": "cli-srv-romantic-bassi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "bootscript", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-romantic-bassi", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "298c3563-924b-4d1e-8cf6-0a9a713a5b37", + "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": "158a8539-5292-4908-a5c0-184bc9d1c4f0", "name": "cli-srv-romantic-bassi"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:51:26.516270+00:00", + "modification_date": "2020-07-15T12:51:26.792676+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": + {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", "dynamic": + false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": + false, "private_ip": null, "creation_date": "2020-07-15T12:51:26.516270+00:00", + "modification_date": "2020-07-15T12:51:26.875976+00:00", "bootscript": {"id": + "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", "public": true, "title": "x86_64 longterm + 4.14 latest", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", + "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", + "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: - - "2845" + - "2971" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:59 GMT + - Wed, 15 Jul 2020 12:51:26 GMT Location: - - https://cp-par1.scaleway.com/servers/c10df408-0677-40ed-9d35-0debc673eb0f + - https://cp-par1.scaleway.com/servers/158a8539-5292-4908-a5c0-184bc9d1c4f0 Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 7fc8fe87-809e-4455-bbad-c70e9191322e status: 201 Created code: 201 duration: "" @@ -1167,63 +1213,66 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c10df408-0677-40ed-9d35-0debc673eb0f + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/158a8539-5292-4908-a5c0-184bc9d1c4f0 method: GET 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": "2020-02-11T13:51:59.909256+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": null, "id": "c10df408-0677-40ed-9d35-0debc673eb0f", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:52:00.158731+00:00", - "enable_ipv6": false, "hostname": "cli-srv-laughing-agnesi", "state": "stopped", - "bootscript": {"kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", - "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 longterm 4.14 latest", "dtb": "", "organization": - "11111111-1111-4111-8111-111111111111", "id": "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", - "public": true}, "location": null, "boot_type": "local", "ipv6": null, "commercial_type": - "DEV1-S", "placement_group": null, "tags": [], "arch": "x86_64", "extra_networks": - [], "compute_cluster": null, "name": "cli-srv-laughing-agnesi", "protected": - false, "volumes": {"0": {"size": 20000000000, "state": "available", "name": - "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", "modification_date": - "2020-02-11T13:52:00.143590+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:51:59.909256+00:00", "id": - "39b5a0a1-1d91-4166-bed8-6ce885c44034", "volume_type": "l_ssd", "server": {"id": - "c10df408-0677-40ed-9d35-0debc673eb0f", "name": "cli-srv-laughing-agnesi"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "158a8539-5292-4908-a5c0-184bc9d1c4f0", "name": "cli-srv-romantic-bassi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "bootscript", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-romantic-bassi", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "298c3563-924b-4d1e-8cf6-0a9a713a5b37", + "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": "158a8539-5292-4908-a5c0-184bc9d1c4f0", "name": "cli-srv-romantic-bassi"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:51:26.516270+00:00", + "modification_date": "2020-07-15T12:51:26.792676+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": + {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", "dynamic": + false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": + false, "private_ip": null, "creation_date": "2020-07-15T12:51:26.516270+00:00", + "modification_date": "2020-07-15T12:51:26.875976+00:00", "bootscript": {"id": + "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", "public": true, "title": "x86_64 longterm + 4.14 latest", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", + "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", + "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: - - "2845" + - "2971" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:52:00 GMT + - Wed, 15 Jul 2020 12:51:26 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 92e4b380-5c6a-4387-ae43-6ed06970a525 status: 200 OK code: 200 duration: "" @@ -1232,63 +1281,66 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c10df408-0677-40ed-9d35-0debc673eb0f + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/158a8539-5292-4908-a5c0-184bc9d1c4f0 method: GET 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": "2020-02-11T13:51:59.909256+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": null, "id": "c10df408-0677-40ed-9d35-0debc673eb0f", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:52:00.158731+00:00", - "enable_ipv6": false, "hostname": "cli-srv-laughing-agnesi", "state": "stopped", - "bootscript": {"kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", - "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 longterm 4.14 latest", "dtb": "", "organization": - "11111111-1111-4111-8111-111111111111", "id": "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", - "public": true}, "location": null, "boot_type": "local", "ipv6": null, "commercial_type": - "DEV1-S", "placement_group": null, "tags": [], "arch": "x86_64", "extra_networks": - [], "compute_cluster": null, "name": "cli-srv-laughing-agnesi", "protected": - false, "volumes": {"0": {"size": 20000000000, "state": "available", "name": - "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", "modification_date": - "2020-02-11T13:52:00.143590+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:51:59.909256+00:00", "id": - "39b5a0a1-1d91-4166-bed8-6ce885c44034", "volume_type": "l_ssd", "server": {"id": - "c10df408-0677-40ed-9d35-0debc673eb0f", "name": "cli-srv-laughing-agnesi"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "158a8539-5292-4908-a5c0-184bc9d1c4f0", "name": "cli-srv-romantic-bassi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "bootscript", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-romantic-bassi", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "298c3563-924b-4d1e-8cf6-0a9a713a5b37", + "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": "158a8539-5292-4908-a5c0-184bc9d1c4f0", "name": "cli-srv-romantic-bassi"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:51:26.516270+00:00", + "modification_date": "2020-07-15T12:51:26.792676+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": + {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", "dynamic": + false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": + false, "private_ip": null, "creation_date": "2020-07-15T12:51:26.516270+00:00", + "modification_date": "2020-07-15T12:51:26.875976+00:00", "bootscript": {"id": + "eb760e3c-30d8-49a3-b3ad-ad10c3aa440b", "public": true, "title": "x86_64 longterm + 4.14 latest", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.14-latest/vmlinuz", + "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", + "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: - - "2845" + - "2971" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:52:00 GMT + - Wed, 15 Jul 2020 12:51:26 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 16b22793-da36-42c6-9ef5-1860f137f393 status: 200 OK code: 200 duration: "" @@ -1297,8 +1349,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c10df408-0677-40ed-9d35-0debc673eb0f + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/158a8539-5292-4908-a5c0-184bc9d1c4f0 method: DELETE response: body: "" @@ -1310,15 +1362,17 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:52:00 GMT + - Wed, 15 Jul 2020 12:51:26 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 978b3e44-934f-4afd-981c-8210af9add2c status: 204 No Content code: 204 duration: "" @@ -1327,8 +1381,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/7f7e5c46-ed0a-425f-8d43-d0cfd77386dc + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/a805d28c-708c-4b43-ac35-ed626eb2aa97 method: DELETE response: body: "" @@ -1340,15 +1394,17 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:52:00 GMT + - Wed, 15 Jul 2020 12:51:27 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - c32fa00d-3266-4e95-9a80-4db8648d953d status: 204 No Content code: 204 duration: "" @@ -1357,8 +1413,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/39b5a0a1-1d91-4166-bed8-6ce885c44034 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/298c3563-924b-4d1e-8cf6-0a9a713a5b37 method: DELETE response: body: "" @@ -1370,15 +1426,17 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:52:00 GMT + - Wed, 15 Jul 2020 12:51:27 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - ba33a452-b162-4492-95e0-65232c75f7c7 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-start.cassette.yaml b/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-start.cassette.yaml index d45fa2f952..f26b13aec7 100644 --- a/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-start.cassette.yaml +++ b/internal/namespaces/instance/v1/testdata/test-create-server-simple-with-start.cassette.yaml @@ -6,329 +6,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers - method: GET - response: - body: '{"servers": {"VC1S": {"monthly_price": 2.99, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 2, "ram": 2147483648, - "arch": "x86_64", "volumes_constraint": {"min_size": 50000000000, "max_size": - 50000000000}, "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, - "ipv6_support": true}, "hourly_price": 0.006, "alt_names": ["X64-2GB"], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "GP1-XS": - {"monthly_price": 39.0, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 4, "ram": 17179869184, "arch": "x86_64", - "volumes_constraint": {"min_size": 150000000000, "max_size": 150000000000}, - "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 524288000}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 524288000, "ipv6_support": true}, "hourly_price": - 0.078, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "DEV1-M": {"monthly_price": 7.99, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 3, "ram": 4294967296, - "arch": "x86_64", "volumes_constraint": {"min_size": 40000000000, "max_size": - 40000000000}, "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 314572800}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 314572800, "ipv6_support": true}, "hourly_price": - 0.016, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "DEV1-L": {"monthly_price": 15.99, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 4, "ram": 8589934592, - "arch": "x86_64", "volumes_constraint": {"min_size": 80000000000, "max_size": - 80000000000}, "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 419430400}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 419430400, "ipv6_support": true}, "hourly_price": - 0.032, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "START1-XS": {"monthly_price": 1.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 1, "ram": - 1073741824, "arch": "x86_64", "volumes_constraint": {"min_size": 25000000000, - "max_size": 25000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 104857600}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 104857600, "ipv6_support": true}, "hourly_price": 0.004, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-8GB": - {"monthly_price": 11.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 8, "ram": 8589934592, "arch": "arm64", - "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, - "ipv6_support": true}, "hourly_price": 0.024, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "DEV1-S": - {"monthly_price": 2.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 2, "ram": 2147483648, "arch": "x86_64", - "volumes_constraint": {"min_size": 20000000000, "max_size": 20000000000}, "network": - {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": null}, - {"internal_bandwidth": null, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 209715200, "ipv6_support": true}, "hourly_price": - 0.006, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "RENDER-S": {"monthly_price": 499.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 10, - "ram": 48318382080, "arch": "x86_64", "volumes_constraint": {"min_size": 400000000000, - "max_size": 400000000000}, "network": {"interfaces": [{"internal_bandwidth": - 104857600, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 1073741824, "ipv6_support": true}, "hourly_price": 1.0, "alt_names": [], "capabilities": - {"boot_types": ["local", "rescue"], "hot_snapshots_local_volume": true, "placement_groups": - true, "block_storage": true, "default_boot_type": "local", "private_network": - 8}, "baremetal": false, "gpu": 1}, "GP1-XL": {"monthly_price": 569.0, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 48, - "ram": 274877906944, "arch": "x86_64", "volumes_constraint": {"min_size": 600000000000, - "max_size": 600000000000}, "network": {"interfaces": [{"internal_bandwidth": - 104857600, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10737418240}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 10737418240, "ipv6_support": true}, "hourly_price": 1.138, "alt_names": [], - "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": true, "default_boot_type": - "local", "private_network": 8}, "baremetal": false, "gpu": null}, "C2S": {"monthly_price": - 11.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "ncpus": 4, "ram": 8589934592, "arch": "x86_64", "volumes_constraint": - {"min_size": 50000000000, "max_size": 1000000000000}, "network": {"interfaces": - [{"internal_bandwidth": 2684354560, "internet_bandwidth": 314572800}], "sum_internal_bandwidth": - 2684354560, "sum_internet_bandwidth": 314572800, "ipv6_support": true}, "hourly_price": - 0.024, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue"], - "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": - false, "default_boot_type": "bootscript", "private_network": 0}, "baremetal": - true, "gpu": null}, "X64-15GB": {"monthly_price": 24.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 6, "ram": - 16106127360, "arch": "x86_64", "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 262144000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 262144000, "ipv6_support": true}, "hourly_price": 0.05, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-2GB": - {"monthly_price": 2.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 4, "ram": 2147483648, "arch": "arm64", - "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "network": - {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}], - "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "ipv6_support": - true}, "hourly_price": 0.006, "alt_names": [], "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": true, "placement_groups": - true, "block_storage": false, "default_boot_type": "bootscript", "private_network": - 0}, "baremetal": false, "gpu": null}, "DEV1-XL": {"monthly_price": 23.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 4, "ram": - 12884901888, "arch": "x86_64", "volumes_constraint": {"min_size": 120000000000, - "max_size": 120000000000}, "network": {"interfaces": [{"internal_bandwidth": - 104857600, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 524288000}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 524288000, "ipv6_support": true}, "hourly_price": 0.048, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": true, "default_boot_type": - "local", "private_network": 8}, "baremetal": false, "gpu": null}, "C1": {"monthly_price": - 2.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "ncpus": 4, "ram": 2147483648, "arch": "arm", "volumes_constraint": - {"min_size": 50000000000, "max_size": 1000000000000}, "network": {"interfaces": - [{"internal_bandwidth": 1073741824, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": - 1073741824, "sum_internet_bandwidth": 209715200, "ipv6_support": false}, "hourly_price": - 0.006, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue"], - "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": - false, "default_boot_type": "bootscript", "private_network": 0}, "baremetal": - true, "gpu": null}, "VC1M": {"monthly_price": 5.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 4, "ram": - 4294967296, "arch": "x86_64", "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 209715200, "ipv6_support": true}, "hourly_price": 0.012, "alt_names": ["X64-4GB"], - "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "C2L": - {"monthly_price": 23.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 8, "ram": 34359738368, "arch": "x86_64", - "volumes_constraint": {"min_size": 50000000000, "max_size": 1000000000000}, - "network": {"interfaces": [{"internal_bandwidth": 2684354560, "internet_bandwidth": - 629145600}, {"internal_bandwidth": 2684354560, "internet_bandwidth": null}], - "sum_internal_bandwidth": 5368709120, "sum_internet_bandwidth": 629145600, "ipv6_support": - true}, "hourly_price": 0.048, "alt_names": [], "capabilities": {"boot_types": - ["bootscript", "rescue"], "hot_snapshots_local_volume": false, "placement_groups": - false, "block_storage": false, "default_boot_type": "bootscript", "private_network": - 0}, "baremetal": true, "gpu": null}, "C2M": {"monthly_price": 17.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 8, "ram": - 17179869184, "arch": "x86_64", "volumes_constraint": {"min_size": 50000000000, - "max_size": 1000000000000}, "network": {"interfaces": [{"internal_bandwidth": - 2684354560, "internet_bandwidth": 524288000}, {"internal_bandwidth": 2684354560, - "internet_bandwidth": null}], "sum_internal_bandwidth": 5368709120, "sum_internet_bandwidth": - 524288000, "ipv6_support": true}, "hourly_price": 0.036, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue"], "hot_snapshots_local_volume": false, - "placement_groups": false, "block_storage": false, "default_boot_type": "bootscript", - "private_network": 0}, "baremetal": true, "gpu": null}, "ARM64-4GB": {"monthly_price": - 5.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "ncpus": 6, "ram": 4294967296, "arch": "arm64", "volumes_constraint": - {"min_size": 100000000000, "max_size": 100000000000}, "network": {"interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 209715200}], "sum_internal_bandwidth": - null, "sum_internet_bandwidth": 209715200, "ipv6_support": true}, "hourly_price": - 0.012, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "default_boot_type": "bootscript", "private_network": 0}, "baremetal": - false, "gpu": null}, "ARM64-128GB": {"monthly_price": 279.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 64, - "ram": 137438953472, "arch": "arm64", "volumes_constraint": {"min_size": 500000000000, - "max_size": 1000000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 1073741824, "ipv6_support": true}, "hourly_price": 0.56, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "START1-S": - {"monthly_price": 3.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 2, "ram": 2147483648, "arch": "x86_64", - "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "network": - {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}], - "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "ipv6_support": - true}, "hourly_price": 0.008, "alt_names": [], "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": true, "placement_groups": - true, "block_storage": false, "default_boot_type": "bootscript", "private_network": - 0}, "baremetal": false, "gpu": null}, "X64-30GB": {"monthly_price": 49.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 8, "ram": - 32212254720, "arch": "x86_64", "volumes_constraint": {"min_size": 300000000000, - "max_size": 400000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 524288000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 524288000, "ipv6_support": true}, "hourly_price": 0.1, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "GP1-L": - {"monthly_price": 299.0, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 32, "ram": 137438953472, "arch": "x86_64", - "volumes_constraint": {"min_size": 600000000000, "max_size": 600000000000}, - "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 5368709120}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 5368709120, "ipv6_support": true}, "hourly_price": - 0.598, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "GP1-M": {"monthly_price": 159.0, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "ncpus": 16, "ram": 68719476736, - "arch": "x86_64", "volumes_constraint": {"min_size": 600000000000, "max_size": - 600000000000}, "network": {"interfaces": [{"internal_bandwidth": 104857600, - "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1610612736}], "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": - 1610612736, "ipv6_support": true}, "hourly_price": 0.318, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": true, "default_boot_type": - "local", "private_network": 8}, "baremetal": false, "gpu": null}, "ARM64-64GB": - {"monthly_price": 139.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 48, "ram": 68719476736, "arch": "arm64", - "volumes_constraint": {"min_size": 400000000000, "max_size": 800000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 1073741824, - "ipv6_support": true}, "hourly_price": 0.28, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "GP1-S": - {"monthly_price": 79.0, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "ncpus": 8, "ram": 34359738368, "arch": "x86_64", - "volumes_constraint": {"min_size": 300000000000, "max_size": 300000000000}, - "network": {"interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 838860800}], "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 838860800, "ipv6_support": true}, "hourly_price": - 0.158, "alt_names": [], "capabilities": {"boot_types": ["bootscript", "rescue", - "local"], "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "default_boot_type": "local", "private_network": 8}, "baremetal": false, - "gpu": null}, "START1-L": {"monthly_price": 15.99, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "ncpus": 8, "ram": - 8589934592, "arch": "x86_64", "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "network": {"interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 419430400}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": - 419430400, "ipv6_support": true}, "hourly_price": 0.032, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "START1-M": - {"monthly_price": 7.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 4, "ram": 4294967296, "arch": "x86_64", - "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 314572800}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 314572800, - "ipv6_support": true}, "hourly_price": 0.016, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "VC1L": - {"monthly_price": 9.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 6, "ram": 8589934592, "arch": "x86_64", - "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, - "ipv6_support": true}, "hourly_price": 0.02, "alt_names": ["X64-8GB"], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-32GB": - {"monthly_price": 69.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 32, "ram": 34359738368, "arch": "arm64", - "volumes_constraint": {"min_size": 300000000000, "max_size": 600000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 524288000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, - "ipv6_support": true}, "hourly_price": 0.14, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "X64-120GB": - {"monthly_price": 179.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 12, "ram": 128849018880, "arch": "x86_64", - "volumes_constraint": {"min_size": 500000000000, "max_size": 1000000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 1073741824, - "ipv6_support": true}, "hourly_price": 0.36, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "ARM64-16GB": - {"monthly_price": 34.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 16, "ram": 17179869184, "arch": "arm64", - "volumes_constraint": {"min_size": 200000000000, "max_size": 400000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 524288000}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, - "ipv6_support": true}, "hourly_price": 0.07, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}, "X64-60GB": - {"monthly_price": 89.99, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "ncpus": 10, "ram": 64424509440, "arch": "x86_64", - "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, - "network": {"interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}], "sum_internal_bandwidth": null, "sum_internet_bandwidth": 1073741824, - "ipv6_support": true}, "hourly_price": 0.18, "alt_names": [], "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "default_boot_type": - "bootscript", "private_network": 0}, "baremetal": false, "gpu": null}}}' - headers: - Cache-Control: - - no-cache - Content-Length: - - "23699" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 11 Feb 2020 13:50:38 GMT - Link: - - ; rel="last" - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Total-Count: - - "32" - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: @@ -348,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", @@ -438,9 +117,10 @@ interactions: "categories": ["distribution"], "name": "CentOS 7.6", "modification_date": "2019-03-26T14:00:50.839069+00:00", "versions": [{"creation_date": "2019-03-18T09:29:00.247544+00:00", "modification_date": "2019-03-18T09:29:00.247544+00:00", "id": "53138072-3099-4566-8b18-de7b2739696a", - "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": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", + "local_images": [{"compatible_commercial_types": ["VC1S", "GP1-XS", "DEV1-M", + "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "VC1M", + "C2L", "C2M", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", + "START1-M", "VC1L", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", "zone": "ams1"}, {"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", @@ -550,13 +230,31 @@ interactions: "zone": "ams1"}], "name": "2018-04-26T10:18:10.196011"}], "current_public_version": "be2293b6-9eba-4497-9659-2cfb927483b5", "label": "alpine_linux", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Debian is a free operating system, developed - 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": "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", + {"valid_until": null, "description": "The CentOS Project is a community-driven + free software effort focused on delivering a robust open source ecosystem.", + "creation_date": "2020-04-29T11:48:57.810456+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", + "id": "293a2ddf-6e33-4e63-81f0-fbdd90641480", "categories": ["distribution"], + "name": "CentOS 8", "modification_date": "2020-07-13T09:06:18.993441+00:00", + "versions": [{"creation_date": "2020-07-09T16:38:28.316416+00:00", "modification_date": + "2020-07-09T16:38:28.316416+00:00", "id": "85f4c001-26a9-4e0c-a103-22285b2f9929", + "local_images": [{"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "0d154c82-7938-49a8-b768-b64fe09f05c7", + "zone": "ams1"}, {"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "13cec602-73aa-4c97-9601-8606072d08b9", + "zone": "par1"}], "name": "2020-07-09T16:38:28.281968+00:00"}], "current_public_version": + "85f4c001-26a9-4e0c-a103-22285b2f9929", "label": "centos_8", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"valid_until": null, "description": "Debian is a free operating + system, developed 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": + "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": @@ -723,7 +421,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": @@ -899,38 +597,52 @@ 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", - "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": "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": + {"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-07-13T09:04:23.114051+00:00", + "versions": [{"creation_date": "2020-07-09T12:11:07.013896+00:00", "modification_date": + "2020-07-09T12:11:07.013896+00:00", "id": "3eab241d-44e3-4fba-a0ee-33f5004052fc", + "local_images": [{"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc", + "zone": "par1"}, {"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB"], "arch": "x86_64", "id": "0ac9b9f4-f771-47f1-adec-a7472cb3f6b0", + "zone": "ams1"}], "name": "2020-07-09T12:11:06.971199+00:00"}], "current_public_version": + "3eab241d-44e3-4fba-a0ee-33f5004052fc", "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-07-15T09:58:44.029227+00:00", "versions": [{"creation_date": "2020-07-10T08:44:25.531079+00:00", + "modification_date": "2020-07-10T08:44:25.531079+00:00", "id": "d11fe800-ac24-4c8f-90c0-2f3d4b15511f", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "de04f3cf-363e-4b10-a67c-15a90a078de6", "zone": "par1"}, {"compatible_commercial_types": + ["RENDER-S"], "arch": "x86_64", "id": "648b7fd3-f61f-4254-adff-ade2da31e90a", + "zone": "par1"}], "name": "2020-07-10T08:44:25.491772+00:00"}], "current_public_version": + "d11fe800-ac24-4c8f-90c0-2f3d4b15511f", "label": "ubuntu_bionic_ml_10.1", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}}, {"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": + "2020-07-15T11:08:43.613020+00:00", "versions": [{"creation_date": "2020-07-15T10:17:44.680636+00:00", + "modification_date": "2020-07-15T10:17:44.680636+00:00", "id": "f6625fe9-6f9f-4416-9023-dd81246f7bb3", + "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", + "id": "648b7fd3-f61f-4254-adff-ade2da31e90a", "zone": "par1"}], "name": "2020-07-15T10:16:54.906584+00:00"}], + "current_public_version": "f6625fe9-6f9f-4416-9023-dd81246f7bb3", "label": "ubuntu_bionic_ml_9.2", + "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances + User Resources Build System"}}, {"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", @@ -953,25 +665,27 @@ interactions: Cache-Control: - no-cache Content-Length: - - "52747" + - "55793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:38 GMT + - Wed, 15 Jul 2020 12:48:53 GMT Link: - ; rel="last" Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 11ceb86d-c2cb-4bb4-ade1-7c19609c28ba X-Total-Count: - - "30" + - "32" status: 200 OK code: 200 duration: "" @@ -980,148 +694,478 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/f974feac-abae-4365-b988-8ec7d1cec10d method: GET response: - body: '{"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}}' + body: '{"image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", "name": "Ubuntu + Bionic Beaver", "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", + "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"}}' headers: Cache-Control: - no-cache Content-Length: - - "1004" + - "1044" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:38 GMT + - Wed, 15 Jul 2020 12:48:53 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 2662952e-5eb9-44b9-8bde-fb89fb9b8dcc status: 200 OK code: 200 duration: "" - request: - body: '{"organization":"aba2d0d0-b01d-4d88-b322-935edc96d0fd"}' + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers + method: GET + response: + body: '{"servers": {"ARM64-128GB": {"alt_names": [], "arch": "arm64", "ncpus": + 64, "ram": 137438953472, "gpu": null, "volumes_constraint": {"min_size": 500000000000, + "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 279.99, "hourly_price": 0.56, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "ARM64-16GB": {"alt_names": [], "arch": "arm64", "ncpus": 16, + "ram": 17179869184, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 34.99, "hourly_price": + 0.07, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "ARM64-2GB": + {"alt_names": [], "arch": "arm64", "ncpus": 4, "ram": 2147483648, "gpu": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "ARM64-32GB": {"alt_names": [], "arch": "arm64", "ncpus": 32, + "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, + "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 69.99, "hourly_price": + 0.14, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 524288000, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "ARM64-4GB": + {"alt_names": [], "arch": "arm64", "ncpus": 6, "ram": 4294967296, "gpu": null, + "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": false, "monthly_price": 5.99, "hourly_price": 0.012, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + null, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": + null, "internet_bandwidth": 209715200}]}}, "ARM64-64GB": {"alt_names": [], "arch": + "arm64", "ncpus": 48, "ram": 68719476736, "gpu": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 800000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 139.99, "hourly_price": 0.28, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "ARM64-8GB": {"alt_names": [], "arch": "arm64", "ncpus": 8, + "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 11.99, "hourly_price": + 0.024, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "C1": {"alt_names": + [], "arch": "arm", "ncpus": 4, "ram": 2147483648, "gpu": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + true, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + false, "placement_groups": false, "block_storage": false, "private_network": + 0}, "network": {"ipv6_support": false, "sum_internal_bandwidth": 1073741824, + "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": 1073741824, + "internet_bandwidth": 209715200}]}}, "C2L": {"alt_names": [], "arch": "x86_64", + "ncpus": 8, "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": + 50000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": true, "monthly_price": + 23.99, "hourly_price": 0.048, "capabilities": {"boot_types": ["bootscript", + "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + false, "placement_groups": false, "block_storage": false, "private_network": + 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5368709120, + "sum_internet_bandwidth": 629145600, "interfaces": [{"internal_bandwidth": 2684354560, + "internet_bandwidth": 629145600}, {"internal_bandwidth": 2684354560, "internet_bandwidth": + null}]}}, "C2M": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, + "gpu": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 1000000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": true, "monthly_price": 17.99, "hourly_price": 0.036, "capabilities": + {"boot_types": ["bootscript", "rescue"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5368709120, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + 2684354560, "internet_bandwidth": 524288000}, {"internal_bandwidth": 2684354560, + "internet_bandwidth": null}]}}, "C2S": {"alt_names": [], "arch": "x86_64", "ncpus": + 4, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 50000000000, + "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": true, "monthly_price": + 11.99, "hourly_price": 0.024, "capabilities": {"boot_types": ["bootscript", + "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + false, "placement_groups": false, "block_storage": false, "private_network": + 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 2684354560, + "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": 2684354560, + "internet_bandwidth": 314572800}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", + "ncpus": 4, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": + 80000000000, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": + 15.99, "hourly_price": 0.032, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 8}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 419430400, "sum_internet_bandwidth": + 419430400, "interfaces": [{"internal_bandwidth": 419430400, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": null, + "volumes_constraint": {"min_size": 40000000000, "max_size": 40000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": + false, "monthly_price": 7.99, "hourly_price": 0.016, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 8}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 314572800, "sum_internet_bandwidth": + 314572800, "interfaces": [{"internal_bandwidth": 314572800, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 314572800}]}}, "DEV1-S": + {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, + "volumes_constraint": {"min_size": 20000000000, "max_size": 20000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": + false, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 8}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 209715200, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": 209715200, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": null, + "volumes_constraint": {"min_size": 120000000000, "max_size": 120000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 23.99, "hourly_price": 0.048, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 524288000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": + 137438953472, "gpu": null, "volumes_constraint": {"min_size": 600000000000, + "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 800000000000}}, "baremetal": false, "monthly_price": 299.0, "hourly_price": + 0.598, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5368709120, "sum_internet_bandwidth": 5368709120, "interfaces": [{"internal_bandwidth": + 5368709120, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5368709120}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": + 68719476736, "gpu": null, "volumes_constraint": {"min_size": 600000000000, "max_size": + 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": + 800000000000}}, "baremetal": false, "monthly_price": 159.0, "hourly_price": + 0.318, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1610612736, "sum_internet_bandwidth": 1610612736, "interfaces": [{"internal_bandwidth": + 1610612736, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1610612736}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, "max_size": + 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": + 800000000000}}, "baremetal": false, "monthly_price": 79.0, "hourly_price": 0.158, + "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 838860800, "sum_internet_bandwidth": 838860800, "interfaces": [{"internal_bandwidth": + 838860800, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 838860800}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": + 274877906944, "gpu": null, "volumes_constraint": {"min_size": 600000000000, + "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 800000000000}}, "baremetal": false, "monthly_price": 569.0, "hourly_price": + 1.138, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 10737418240, "sum_internet_bandwidth": 10737418240, "interfaces": [{"internal_bandwidth": + 10737418240, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10737418240}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 17179869184, "gpu": null, "volumes_constraint": {"min_size": 150000000000, "max_size": + 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": + 800000000000}}, "baremetal": false, "monthly_price": 39.0, "hourly_price": 0.078, + "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 524288000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, + "ram": 48318382080, "gpu": 1, "volumes_constraint": {"min_size": 400000000000, + "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 800000000000}}, "baremetal": false, "monthly_price": 499.99, "hourly_price": + 1.0, "capabilities": {"boot_types": ["local", "rescue"], "default_boot_type": + "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1073741824, "sum_internet_bandwidth": 1073741824, "interfaces": [{"internal_bandwidth": + 1073741824, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, + "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 15.99, "hourly_price": + 0.032, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 419430400, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "START1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": null, + "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": false, "monthly_price": 7.99, "hourly_price": 0.016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + null, "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": + null, "internet_bandwidth": 314572800}]}}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 3.99, "hourly_price": 0.008, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": null, "volumes_constraint": {"min_size": 25000000000, + "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 1.99, "hourly_price": + 0.004, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 104857600, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 104857600}]}}, "VC1L": {"alt_names": + ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 9.99, "hourly_price": 0.02, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": + 4, "ram": 4294967296, "gpu": null, "volumes_constraint": {"min_size": 100000000000, + "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 5.99, "hourly_price": + 0.012, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 209715200, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "VC1S": {"alt_names": + ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 209715200}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": null, "volumes_constraint": {"min_size": 500000000000, + "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 179.99, "hourly_price": 0.36, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, + "ram": 16106127360, "gpu": null, "volumes_constraint": {"min_size": 200000000000, + "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, + "max_size": 200000000000}}, "baremetal": false, "monthly_price": 24.99, "hourly_price": + 0.05, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": + "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, + "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, + "sum_internal_bandwidth": null, "sum_internet_bandwidth": 262144000, "interfaces": + [{"internal_bandwidth": null, "internet_bandwidth": 262144000}]}}, "X64-30GB": + {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": null, + "volumes_constraint": {"min_size": 300000000000, "max_size": 400000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "baremetal": false, "monthly_price": 49.99, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + null, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": + null, "internet_bandwidth": 524288000}]}}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": + false, "monthly_price": 89.99, "hourly_price": 0.18, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": false, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": null, "sum_internet_bandwidth": + 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1073741824}]}}}}' + headers: + Cache-Control: + - no-cache + Content-Length: + - "23709" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 15 Jul 2020 12:48:53 GMT + Link: + - ; rel="last" + Server: + - agw_listener_public_vip + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 31ec082b-6c85-40c7-98d8-cfa0f8ed6d41 + X-Total-Count: + - "32" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"project":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "reverse": - null, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", "server": null, "address": - "163.172.182.243"}}' + body: '{"ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "reverse": null, "server": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "zone": "fr-par-1", "tags": + []}}' headers: Cache-Control: - no-cache Content-Length: - - "173" + - "254" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:39 GMT + - Wed, 15 Jul 2020 12:48:53 GMT Location: - - https://cp-par1.scaleway.com/ips/7f7e5c46-ed0a-425f-8d43-d0cfd77386dc + - https://cp-par1.scaleway.com/ips/a805d28c-708c-4b43-ac35-ed626eb2aa97 Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 40721082-6109-4a26-bf55-f8676b20edd6 status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-srv-quirky-elgamal","commercial_type":"DEV1-S","image":"f974feac-abae-4365-b988-8ec7d1cec10d","public_ip":"7f7e5c46-ed0a-425f-8d43-d0cfd77386dc","boot_type":"local","organization":"aba2d0d0-b01d-4d88-b322-935edc96d0fd"}' + body: '{"name":"cli-srv-priceless-poincare","commercial_type":"DEV1-S","image":"f974feac-abae-4365-b988-8ec7d1cec10d","public_ip":"a805d28c-708c-4b43-ac35-ed626eb2aa97","organization":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test 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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": null, "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:39.917814+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "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": - "DEV1-S", "placement_group": null, "tags": [], "arch": "x86_64", "extra_networks": - [], "compute_cluster": null, "name": "cli-srv-quirky-elgamal", "protected": - false, "volumes": {"0": {"size": 20000000000, "state": "available", "name": - "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", "modification_date": - "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": + {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", "dynamic": + false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": + false, "private_ip": null, "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.827436+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", + "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", + "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: - - "2854" + - "2990" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:39 GMT + - Wed, 15 Jul 2020 12:48:54 GMT Location: - - https://cp-par1.scaleway.com/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - https://cp-par1.scaleway.com/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 3caef2e3-f07f-473f-855e-742c9f6af5eb status: 201 Created code: 201 duration: "" @@ -1132,14 +1176,14 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0/action + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0/action method: POST response: - body: '{"task": {"status": "pending", "description": "server_batch_poweron", "href_result": - "/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0", "terminated_at": null, "href_from": - "/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0/action", "started_at": "2020-02-11T13:50:41.472383+00:00", - "id": "02628c2d-4578-4aea-a7bb-2f3db5f5202e"}}' + body: '{"task": {"id": "13c432f9-0069-4fff-8ae9-f601d3256daa", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0/action", + "href_result": "/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "started_at": + "2020-07-15T12:48:55.429186+00:00", "terminated_at": null}}' headers: Content-Length: - "322" @@ -1148,17 +1192,19 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:41 GMT + - Wed, 15 Jul 2020 12:48:56 GMT Location: - - https://p10-compute.pv.ocshq.com/tasks/02628c2d-4578-4aea-a7bb-2f3db5f5202e + - https://cp-par1.scaleway.com/tasks/13c432f9-0069-4fff-8ae9-f601d3256daa Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - a2d2c433-6179-4a55-8e3a-d14020358eb9 status: 202 Accepted code: 202 duration: "" @@ -1167,63 +1213,66 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "allocating node", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": null, "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:39.962323+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "starting", - "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": - "DEV1-S", "placement_group": null, "tags": [], "arch": "x86_64", "extra_networks": - [], "compute_cluster": null, "name": "cli-srv-quirky-elgamal", "protected": - false, "volumes": {"0": {"size": 20000000000, "state": "available", "name": - "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", "modification_date": - "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "starting", "protected": false, "state_detail": "allocating + node", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.969022+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", + "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", + "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2876" + - "3012" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:41 GMT + - Wed, 15 Jul 2020 12:48:56 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 63629c20-ab00-4ec0-871b-5cb6b6f4a5f0 status: 200 OK code: 200 duration: "" @@ -1232,64 +1281,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "provisioning node", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:39.962323+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "starting", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "starting", "protected": false, "state_detail": "provisioning + node", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:48:54.969022+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2983" + - "3122" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:46 GMT + - Wed, 15 Jul 2020 12:49:01 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - cfba321a-2200-4cd9-b400-155c254064ed status: 200 OK code: 200 duration: "" @@ -1298,64 +1350,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "provisioning node", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:39.962323+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "starting", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "starting", "protected": false, "state_detail": "provisioning + node", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:48:54.969022+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2983" + - "3122" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:51 GMT + - Wed, 15 Jul 2020 12:49:06 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 460207d2-98a0-4ce8-88d6-bd672ad536b3 status: 200 OK code: 200 duration: "" @@ -1364,64 +1419,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "provisioning node", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:39.962323+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "starting", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "starting", "protected": false, "state_detail": "provisioning + node", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:48:54.969022+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2983" + - "3122" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:50:56 GMT + - Wed, 15 Jul 2020 12:49:11 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 4e51e4c9-6815-4828-ac56-f493d07d50d3 status: 200 OK code: 200 duration: "" @@ -1430,64 +1488,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "maintenances": [], "state_detail": "booting kernel", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:58.664632+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "running", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "starting", "protected": false, "state_detail": "provisioning + node", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:48:54.969022+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "3014" + - "3122" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:02 GMT + - Wed, 15 Jul 2020 12:49:16 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 9e351593-9b1a-4517-8394-db960ac40425 status: 200 OK code: 200 duration: "" @@ -1496,64 +1557,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "maintenances": [], "state_detail": "booting kernel", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:58.664632+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "running", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "starting", "protected": false, "state_detail": "provisioning + node", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:48:54.969022+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "3014" + - "3122" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:02 GMT + - Wed, 15 Jul 2020 12:49:21 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 3b8d405a-e92a-4182-99bf-047460a13ac6 status: 200 OK code: 200 duration: "" @@ -1562,64 +1626,205 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "maintenances": [], "state_detail": "booting kernel", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:50:58.664632+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "running", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "running", "protected": false, "state_detail": "booting + kernel", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:25.442463+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Cache-Control: + - no-cache + Content-Length: + - "3153" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 15 Jul 2020 12:49:26 GMT + Server: + - agw_listener_public_vip + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4919f076-b20a-47e8-96b5-38e733062ac8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 + method: GET + response: + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "running", "protected": false, "state_detail": "booting + kernel", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:25.442463+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "3014" + - "3153" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:02 GMT + - Wed, 15 Jul 2020 12:49:26 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 642b7675-ac25-4931-b6fe-c987e8847a89 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 + method: GET + response: + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "running", "protected": false, "state_detail": "booting + kernel", "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": + "51.158.121.43", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:25.442463+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Cache-Control: + - no-cache + Content-Length: + - "3153" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 15 Jul 2020 12:49:27 GMT + Server: + - agw_listener_public_vip + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e9f15664-2e7c-4c1f-9d06-2b07e6654bf1 status: 200 OK code: 200 duration: "" @@ -1630,14 +1835,14 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0/action + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0/action method: POST response: - body: '{"task": {"status": "pending", "description": "server_poweroff", "href_result": - "/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0", "terminated_at": null, "href_from": - "/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0/action", "started_at": "2020-02-11T13:51:02.613761+00:00", - "id": "33c29dee-f28d-4c6a-a7df-bcc757429c0b"}}' + body: '{"task": {"id": "2fba7da2-9895-4247-8b51-29bef1520ce8", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0/action", + "href_result": "/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "started_at": + "2020-07-15T12:49:27.936062+00:00", "terminated_at": null}}' headers: Content-Length: - "317" @@ -1646,17 +1851,19 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:02 GMT + - Wed, 15 Jul 2020 12:49:27 GMT Location: - - https://p10-compute.pv.ocshq.com/tasks/33c29dee-f28d-4c6a-a7df-bcc757429c0b + - https://cp-par1.scaleway.com/tasks/2fba7da2-9895-4247-8b51-29bef1520ce8 Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 3e46e826-b416-4399-a2b5-242995d97fe4 status: 202 Accepted code: 202 duration: "" @@ -1665,64 +1872,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:02 GMT + - Wed, 15 Jul 2020 12:49:27 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 478d0e18-8ecc-49ac-917a-5f2f4b587be1 status: 200 OK code: 200 duration: "" @@ -1731,64 +1941,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:07 GMT + - Wed, 15 Jul 2020 12:49:32 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - a953af14-e7bf-4171-80e8-b3e780895918 status: 200 OK code: 200 duration: "" @@ -1797,64 +2010,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:12 GMT + - Wed, 15 Jul 2020 12:49:37 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 0f5dd3c8-227f-45aa-9027-62f4202da7a9 status: 200 OK code: 200 duration: "" @@ -1863,64 +2079,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:17 GMT + - Wed, 15 Jul 2020 12:49:43 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 974dd447-af61-47de-a774-f061f13a6114 status: 200 OK code: 200 duration: "" @@ -1929,64 +2148,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:23 GMT + - Wed, 15 Jul 2020 12:49:48 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 687f4db3-6574-4c8f-a189-4d37acd7a898 status: 200 OK code: 200 duration: "" @@ -1995,64 +2217,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:28 GMT + - Wed, 15 Jul 2020 12:49:53 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 44652d7d-0cf8-44ed-8ece-506e54922778 status: 200 OK code: 200 duration: "" @@ -2061,64 +2286,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:33 GMT + - Wed, 15 Jul 2020 12:49:58 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 4de620a7-85fe-4ab1-8833-0b9c13bfabc7 status: 200 OK code: 200 duration: "" @@ -2127,64 +2355,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:38 GMT + - Wed, 15 Jul 2020 12:50:03 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - aa7477b7-4a0b-4280-8363-2e4069b864fd status: 200 OK code: 200 duration: "" @@ -2193,64 +2424,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:43 GMT + - Wed, 15 Jul 2020 12:50:08 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 90bc4b8f-9cd8-4e75-961e-b91638ea244e status: 200 OK code: 200 duration: "" @@ -2259,64 +2493,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:48 GMT + - Wed, 15 Jul 2020 12:50:13 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - b45678d3-70f9-4864-a35e-7edbcbb7485a status: 200 OK code: 200 duration: "" @@ -2325,64 +2562,67 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET response: - body: '{"server": {"allowed_actions": ["stop_in_place", "backup"], "maintenances": - [], "state_detail": "stopping", "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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": "10.68.6.89", "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:02.366734+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "state": "stopping", - "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": {"platform_id": "14", "hypervisor_id": "202", - "node_id": "45", "cluster_id": "35", "zone_id": "par1"}, "boot_type": "local", - "ipv6": null, "commercial_type": "DEV1-S", "placement_group": null, "tags": - [], "arch": "x86_64", "extra_networks": [], "compute_cluster": null, "name": - "cli-srv-quirky-elgamal", "protected": false, "volumes": {"0": {"size": 20000000000, - "state": "available", "name": "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", - "modification_date": "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' headers: Cache-Control: - no-cache Content-Length: - - "2974" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:53 GMT + - Wed, 15 Jul 2020 12:50:19 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - bd1efaf4-4557-4541-b804-e2731f16bc00 status: 200 OK code: 200 duration: "" @@ -2391,63 +2631,135 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: GET 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": "2020-02-11T13:50:39.669219+00:00", - "public_ip": {"dynamic": false, "id": "7f7e5c46-ed0a-425f-8d43-d0cfd77386dc", - "address": "163.172.182.243"}, "private_ip": null, "id": "81116541-0f94-4b19-abe7-74d9ee90f6a0", - "dynamic_ip_required": false, "modification_date": "2020-02-11T13:51:56.748939+00:00", - "enable_ipv6": false, "hostname": "cli-srv-quirky-elgamal", "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": - "DEV1-S", "placement_group": null, "tags": [], "arch": "x86_64", "extra_networks": - [], "compute_cluster": null, "name": "cli-srv-quirky-elgamal", "protected": - false, "volumes": {"0": {"size": 20000000000, "state": "available", "name": - "snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13", "modification_date": - "2020-02-11T13:50:39.906266+00:00", "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", - "export_uri": null, "creation_date": "2020-02-11T13:50:39.669219+00:00", "id": - "e8a2890a-d236-4d3c-8421-7eff47f2b960", "volume_type": "l_ssd", "server": {"id": - "81116541-0f94-4b19-abe7-74d9ee90f6a0", "name": "cli-srv-quirky-elgamal"}}}, - "security_group": {"id": "49822f6c-1d32-465c-a017-720691d159b2", "name": "Default - security group"}, "organization": "aba2d0d0-b01d-4d88-b322-935edc96d0fd", "private_nics": - []}}' + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopping", "protected": false, "state_detail": "stopping", + "public_ip": {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", + "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": "10.68.206.67", "creation_date": + "2020-07-15T12:48:54.406344+00:00", "modification_date": "2020-07-15T12:49:27.443492+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", + "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", + "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": + "14", "cluster_id": "37", "hypervisor_id": "1202", "node_id": "34"}, "maintenances": + [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, + "private_nics": [], "zone": "fr-par-1"}}' + headers: + Cache-Control: + - no-cache + Content-Length: + - "3113" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 15 Jul 2020 12:50:24 GMT + Server: + - agw_listener_public_vip + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f72f4bbc-6b8c-4f08-91aa-2070a585ff13 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 + method: GET + response: + body: '{"server": {"id": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "hostname": "cli-srv-priceless-poincare", "image": {"id": "f974feac-abae-4365-b988-8ec7d1cec10d", + "name": "Ubuntu Bionic Beaver", "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", + "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": "ae823d2c-285f-4e32-b748-d06a3594cd4a", + "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": "4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0", "name": "cli-srv-priceless-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:48:54.727316+00:00", "zone": "fr-par-1"}}, + "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": + {"id": "a805d28c-708c-4b43-ac35-ed626eb2aa97", "address": "51.158.121.43", "dynamic": + false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": + false, "private_ip": null, "creation_date": "2020-07-15T12:48:54.406344+00:00", + "modification_date": "2020-07-15T12:50:28.233807+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", + "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", + "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: - - "2854" + - "2990" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:58 GMT + - Wed, 15 Jul 2020 12:50:29 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 25209c03-8511-45c7-a8bf-7dd85dd34068 status: 200 OK code: 200 duration: "" @@ -2456,8 +2768,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/81116541-0f94-4b19-abe7-74d9ee90f6a0 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ec5fec9-6e05-4f3f-a5a6-6bd984b4e7b0 method: DELETE response: body: "" @@ -2469,15 +2781,17 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:58 GMT + - Wed, 15 Jul 2020 12:50:29 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 03d477fe-be25-46a3-b4e2-025be9d53473 status: 204 No Content code: 204 duration: "" @@ -2486,8 +2800,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/7f7e5c46-ed0a-425f-8d43-d0cfd77386dc + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/a805d28c-708c-4b43-ac35-ed626eb2aa97 method: DELETE response: body: "" @@ -2499,15 +2813,17 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:58 GMT + - Wed, 15 Jul 2020 12:50:29 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - 30bdb529-7735-43f8-97b6-87d4feb3a3a0 status: 204 No Content code: 204 duration: "" @@ -2516,8 +2832,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.13.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e8a2890a-d236-4d3c-8421-7eff47f2b960 + - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/ae823d2c-285f-4e32-b748-d06a3594cd4a method: DELETE response: body: "" @@ -2529,15 +2845,17 @@ interactions: Content-Type: - application/json Date: - - Tue, 11 Feb 2020 13:51:58 GMT + - Wed, 15 Jul 2020 12:50:30 GMT Server: - - scaleway_api + - agw_listener_public_vip Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: - nosniff X-Frame-Options: - DENY + X-Request-Id: + - abba4dfd-5385-417e-a6c7-2d0479000419 status: 204 No Content code: 204 duration: ""