From 8a4237a31e76c985b963028c1ccb222510f6cec3 Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Wed, 23 Oct 2024 14:10:11 +0200 Subject: [PATCH] tests(instance): fix server creation with ipv6 only --- .../instance/v1/custom_server_create_test.go | 10 +- ...-create-server-ips-with-ipv6.cassette.yaml | 4230 +++++++++-------- 2 files changed, 2185 insertions(+), 2055 deletions(-) diff --git a/internal/namespaces/instance/v1/custom_server_create_test.go b/internal/namespaces/instance/v1/custom_server_create_test.go index fd38689156..33615df011 100644 --- a/internal/namespaces/instance/v1/custom_server_create_test.go +++ b/internal/namespaces/instance/v1/custom_server_create_test.go @@ -11,6 +11,7 @@ import ( blockSDK "github.com/scaleway/scaleway-sdk-go/api/block/v1alpha1" instanceSDK "github.com/scaleway/scaleway-sdk-go/api/instance/v1" "github.com/scaleway/scaleway-sdk-go/scw" + "github.com/stretchr/testify/require" ) // deleteServerAfterFunc deletes the created server and its attached volumes and IPs. @@ -390,13 +391,14 @@ func Test_CreateServer(t *testing.T) { t.Run("with ipv6", core.Test(&core.TestConfig{ Commands: instance.GetCommands(), - Cmd: "scw instance server create image=ubuntu_bionic routed-ip-enabled=false ipv6=true -w", // IPv6 is created at runtime + Cmd: "scw instance server create image=ubuntu_bionic ip=ipv6 dynamic-ip-required=false -w", // IPv6 is created at runtime Check: core.TestCheckCombine( func(t *testing.T, ctx *core.CheckFuncCtx) { t.Helper() - assert.NotNil(t, ctx.Result) - assert.NotNil(t, ctx.Result.(*instanceSDK.Server).IPv6) - assert.NotEmpty(t, ctx.Result.(*instanceSDK.Server).IPv6.Address) + require.NotNil(t, ctx.Result, "Server is nil") + server := ctx.Result.(*instanceSDK.Server) + assert.Len(t, server.PublicIPs, 1) + assert.Equal(t, instanceSDK.ServerIPIPFamilyInet6, server.PublicIPs[0].Family) }, core.TestCheckExitCode(0), ), diff --git a/internal/namespaces/instance/v1/testdata/test-create-server-ips-with-ipv6.cassette.yaml b/internal/namespaces/instance/v1/testdata/test-create-server-ips-with-ipv6.cassette.yaml index f9214df06d..1644c501c6 100644 --- a/internal/namespaces/instance/v1/testdata/test-create-server-ips-with-ipv6.cassette.yaml +++ b/internal/namespaces/instance/v1/testdata/test-create-server-ips-with-ipv6.cassette.yaml @@ -1,82 +1,6 @@ --- version: 1 interactions: -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:01:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 85c989bc-1837-4605-9da2-aacf4dffd464 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:01:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 622cf93e-0d5c-49fe-97e3-6e7aa0851f4b - status: 200 OK - code: 200 - duration: "" - request: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": @@ -87,52 +11,55 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 83886080}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": 32, + "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 167772160}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": 8, + "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": + 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 36.1496, "hourly_price": 0.04952, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 209715200}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -141,16 +68,17 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 9.9864, "hourly_price": 0.01368, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 104857600}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -159,25 +87,26 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": - 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": + 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 6400000000}]}, "block_bandwidth": + 6710886400}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -186,26 +115,27 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": - 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": + 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 12800000000}]}, "block_bandwidth": + 13421772800}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], @@ -213,43 +143,46 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 576.262, "hourly_price": 0.7894, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, + "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 149.066, "hourly_price": 0.2042, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 524288000}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -258,26 +191,28 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 314572800}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 1220.122, "hourly_price": 1.6714, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, + "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": - 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 500000000}]}, "block_bandwidth": + 314572800}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], @@ -285,17 +220,18 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 83886080}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": + 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], @@ -303,16 +239,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": - 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": + 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 3200000000}]}, "block_bandwidth": + 3355443200}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -321,34 +258,36 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-2C-8G": {"alt_names": [], "arch": "x86_64", "ncpus": 2, + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 419430400}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": - 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": + 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 6400000000}]}, "block_bandwidth": + 6710886400}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -357,16 +296,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-4C-16G": {"alt_names": [], "arch": "x86_64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 838860800}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -375,34 +315,36 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-64C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 64, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": - 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": + 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 12800000000}]}, "block_bandwidth": + 13421772800}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": 8, + "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": + 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": - 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": + 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}, "block_bandwidth": + 1677721600}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -411,16 +353,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-HC-2C-4G": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 419430400}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -429,16 +372,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-HC-4C-8G": {"alt_names": [], "arch": "x86_64", "ncpus": - 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 838860800}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -447,16 +391,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-HC-8C-16G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": - 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": + 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}, "block_bandwidth": + 1677721600}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -465,16 +410,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-HM-2C-16G": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 419430400}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -483,16 +429,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-HM-4C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 4, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 838860800}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -501,38 +448,40 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-HM-8C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": - 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 6000000000, "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": - 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6000000000}]}}, "PRO2-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": + 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}, "block_bandwidth": + 1677721600}, "POP2-HN-10": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], + 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": - 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": + 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 3000000000}]}, "block_bandwidth": + 419430400}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -545,52 +494,55 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 83886080}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": 32, + "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 167772160}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": 8, + "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": + 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 36.1496, "hourly_price": 0.04952, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 209715200}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -599,16 +551,17 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 9.9864, "hourly_price": 0.01368, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 104857600}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -617,25 +570,26 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": - 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": + 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 6400000000}]}, "block_bandwidth": + 6710886400}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -644,26 +598,27 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": - 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": + 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 12800000000}]}, "block_bandwidth": + 13421772800}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], @@ -671,43 +626,46 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 576.262, "hourly_price": 0.7894, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, + "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 149.066, "hourly_price": 0.2042, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 524288000}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -716,26 +674,28 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 314572800}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 1220.122, "hourly_price": 1.6714, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, + "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": - 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 500000000}]}, "block_bandwidth": + 314572800}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], @@ -743,17 +703,18 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 83886080}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": + 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], @@ -761,16 +722,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": - 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": + 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 3200000000}]}, "block_bandwidth": + 3355443200}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -779,34 +741,36 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-2C-8G": {"alt_names": [], "arch": "x86_64", "ncpus": 2, + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 419430400}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": - 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": + 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 6400000000}]}, "block_bandwidth": + 6710886400}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -815,16 +779,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-4C-16G": {"alt_names": [], "arch": "x86_64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 838860800}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -833,34 +798,36 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-64C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 64, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": - 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": + 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 12800000000}]}, "block_bandwidth": + 13421772800}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": 8, + "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": + 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": - 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": + 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}, "block_bandwidth": + 1677721600}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -869,16 +836,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-HC-2C-4G": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 419430400}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -887,16 +855,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-HC-4C-8G": {"alt_names": [], "arch": "x86_64", "ncpus": - 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 838860800}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -905,16 +874,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-HC-8C-16G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": - 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": + 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}, "block_bandwidth": + 1677721600}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -923,16 +893,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-HM-2C-16G": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 419430400}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -941,16 +912,17 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-HM-4C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 4, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": - 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": + 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}, "block_bandwidth": + 838860800}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": @@ -959,48 +931,50 @@ interactions: false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-HM-8C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": - 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 6000000000, "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": - 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6000000000}]}}, "PRO2-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": + 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}, "block_bandwidth": + 1677721600}, "POP2-HN-10": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], + 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": - 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "baremetal": false, "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": + 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 3000000000}]}, "block_bandwidth": + 419430400}}}' headers: Content-Length: - - "38026" + - "39559" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:12 GMT + - Wed, 23 Oct 2024 12:06:17 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1008,59 +982,88 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ce6115d-9670-4dc2-8155-043f1a661e79 + - 53ca2a9e-68d5-4b9e-bf7f-cf0319ede41e X-Total-Count: - - "66" + - "69" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"POP2-HN-5": {"alt_names": [], "arch": "x86_64", "ncpus": + 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}, "PRO2-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 6000000000, "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 700000000}]}, "block_bandwidth": 262144000}, "PRO2-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 350000000}]}, "block_bandwidth": 131072000}, "RENDER-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, + "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 1000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": + 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 100000000}]}, "block_bandwidth": + 52428800}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": @@ -1069,17 +1072,18 @@ interactions: true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": - 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 41943040}, "START1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": + 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 300000000}]}, "block_bandwidth": + 41943040}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -1088,17 +1092,18 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": + 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 100000000}]}, "block_bandwidth": + 41943040}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": 6, + "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, @@ -1106,18 +1111,19 @@ interactions: "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 11.3515, "hourly_price": 0.01555, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": 2, + "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": @@ -1125,37 +1131,38 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": - 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}, "block_bandwidth": + 41943040}, "X64-30GB": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 300000000000, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 86.9138, "hourly_price": 0.11906, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 500000000}]}, "block_bandwidth": + 41943040}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": @@ -1163,60 +1170,90 @@ interactions: true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}, "block_bandwidth": + 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"POP2-HN-5": {"alt_names": [], "arch": "x86_64", "ncpus": + 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}, "PRO2-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 6000000000, "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": + 700000000}]}, "block_bandwidth": 262144000}, "PRO2-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 350000000}]}, "block_bandwidth": 131072000}, "RENDER-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, + "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": + 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 100000000}]}, "block_bandwidth": + 52428800}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": @@ -1225,17 +1262,18 @@ interactions: true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": - 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}, "block_bandwidth": + 41943040}, "START1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": + 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": + 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 300000000}]}, "block_bandwidth": + 41943040}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": @@ -1244,17 +1282,18 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": + {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": + true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": + {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": + 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 100000000}]}, "block_bandwidth": + 41943040}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": 6, + "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, @@ -1262,18 +1301,19 @@ interactions: "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 11.3515, "hourly_price": 0.01555, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": 2, + "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": @@ -1281,37 +1321,38 @@ interactions: true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": - 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}, "block_bandwidth": + 41943040}, "X64-30GB": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": + 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 300000000000, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "baremetal": false, "monthly_price": 86.9138, "hourly_price": 0.11906, + "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, + "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 500000000}]}, "block_bandwidth": + 41943040}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": @@ -1319,21 +1360,22 @@ interactions: true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}, "block_bandwidth": + 41943040}}}' headers: Content-Length: - - "12534" + - "15351" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:12 GMT + - Wed, 23 Oct 2024 12:06:17 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1341,43 +1383,139 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee7cc169-caad-4f8a-a211-98d17522c257 + - 4b373d74-a0d7-4612-bb23-a7b7fde3c15c X-Total-Count: - - "66" + - "69" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + headers: + Content-Length: + - "779" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 23 Oct 2024 12:06:17 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 661eb8d1-97b7-4126-b539-29e6ae286f90 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 23 Oct 2024 12:06:17 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 96fb4f45-396b-4052-8486-d40a1e66948d status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "nat", "state": "attached", "tags": [], "ipam_id": null}}' + body: '{"ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": null, + "prefix": "2001:bc8:710:5417::/64", "reverse": null, "server": null, "organization": + "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "zone": "fr-par-1", "type": "routed_ipv6", "state": "detached", "tags": [], + "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "nat", "state": "attached", "tags": [], "ipam_id": null}}' + body: '{"ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": null, + "prefix": "2001:bc8:710:5417::/64", "reverse": null, "server": null, "organization": + "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "zone": "fr-par-1", "type": "routed_ipv6", "state": "detached", "tags": [], + "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}}' headers: Content-Length: - - "323" + - "374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:12 GMT + - Wed, 23 Oct 2024 12:06:18 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ddd8f677-0a69-4da1-8eb9-020637f901fb + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/db6fafda-3a12-403d-8c9c-1a1cb1c315ba Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1385,103 +1523,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b41b618d-0062-45bc-93d8-84e60cedfa96 + - 5e15013b-b73f-498c-9f63-a263e5abf99c status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", - "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}, "public_ips": [{"id": - "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", "dynamic": - false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", - "routed_ip_enabled": false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": true, "private_ip": null, "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-1"}}' + "", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], + "mac_address": "de:00:00:78:47:db", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": + null, "creation_date": "2024-10-23T12:06:18.668001+00:00", "modification_date": + "2024-10-23T12:06:18.668001+00:00", "bootscript": null, "security_group": {"id": + "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", - "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}, "public_ips": [{"id": - "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", "dynamic": - false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", - "routed_ip_enabled": false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": true, "private_ip": null, "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-1"}}' + "", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], + "mac_address": "de:00:00:78:47:db", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": + null, "creation_date": "2024-10-23T12:06:18.668001+00:00", "modification_date": + "2024-10-23T12:06:18.668001+00:00", "bootscript": null, "security_group": {"id": + "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3080" + - "2739" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:13 GMT + - Wed, 23 Oct 2024 12:06:19 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1489,29 +1619,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c88eeaa9-6c96-4177-83b7-6e7012fc3b45 + - 4448bd46-1c3f-4596-8d2b-a551afc8a4df status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "1bd7f7d2-0d68-4194-b829-e7a9599b395e", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a/action", - "href_result": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a", "started_at": - "2024-07-05T13:01:13.598779+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "8aa00b22-0c6a-4a4b-9539-75194408e48b", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b/action", + "href_result": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b", "started_at": + "2024-10-23T12:06:20.199941+00:00", "terminated_at": null, "progress": 0, "zone": "par1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b/action method: POST response: - body: '{"task": {"id": "1bd7f7d2-0d68-4194-b829-e7a9599b395e", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a/action", - "href_result": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a", "started_at": - "2024-07-05T13:01:13.598779+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "8aa00b22-0c6a-4a4b-9539-75194408e48b", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b/action", + "href_result": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b", "started_at": + "2024-10-23T12:06:20.199941+00:00", "terminated_at": null, "progress": 0, "zone": "par1"}}' headers: Content-Length: @@ -1521,11 +1651,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:13 GMT + - Wed, 23 Oct 2024 12:06:20 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/1bd7f7d2-0d68-4194-b829-e7a9599b395e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8aa00b22-0c6a-4a4b-9539-75194408e48b Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1533,101 +1663,91 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc24c52c-7a8d-473c-ba54-68b0f201d01d + - 77c53047-2af2-4a52-9258-3d1ffc5d0ff0 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": null, "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-1"}}' + "allocating node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": null, "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-1"}}' + "allocating node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3102" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:13 GMT + - Wed, 23 Oct 2024 12:06:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1635,105 +1755,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc5af273-75ec-4b83-9c3b-f591fa3f1d95 + - bb441fac-1a1d-4f41-ba89-df5506f028bb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "provisioning node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "provisioning node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3293" + - "2860" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:18 GMT + - Wed, 23 Oct 2024 12:06:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,105 +1851,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2442328b-ee4b-4cb7-9b8d-579deada4274 + - c3977f0d-6961-4c74-b84f-6dc1cc47dfc4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "provisioning node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "provisioning node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3293" + - "2860" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:23 GMT + - Wed, 23 Oct 2024 12:06:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1847,105 +1947,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36b555e5-c2c9-4eeb-b354-2f9fdeb370df + - 2f41c414-a1ec-4330-b904-85c0ac056f6c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "provisioning node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "provisioning node", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:19.596422+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3293" + - "2860" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:29 GMT + - Wed, 23 Oct 2024 12:06:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1953,105 +2043,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de0cfd14-a3e0-40b6-b915-268c0bd6fe18 + - 54652ef5-4eb7-489e-b1bf-c2ef7928dcdb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:37.103979+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.409719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:37.103979+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3293" + - "2891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:33 GMT + - Wed, 23 Oct 2024 12:06:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,107 +2139,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c7825c5-8a9b-42cc-96ed-be3757592828 + - 18ace9e2-0433-4765-890d-39525b54a4b5 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:35.391934+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-1"}}' + "booting kernel", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:37.103979+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:35.391934+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-1"}}' + "booting kernel", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:37.103979+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3324" + - "2891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:39 GMT + - Wed, 23 Oct 2024 12:06:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2167,107 +2235,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c00a5cfe-07fb-471e-adf8-f962688e7e1d + - dfaef1ab-025f-457c-bdab-1084301c2464 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:35.391934+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-1"}}' + "booting kernel", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:37.103979+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:35.391934+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-1"}}' + "booting kernel", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:37.103979+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3324" + - "2891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:39 GMT + - Wed, 23 Oct 2024 12:06:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2275,107 +2331,139 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28de88b7-4b64-4bf6-983e-402bc73211eb + - 95703855-38ad-4029-957e-27ee17e7e94e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"task": {"id": "672895d6-6eec-4d97-a709-9264463a38d3", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b/action", + "href_result": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b", "started_at": + "2024-10-23T12:06:41.758440+00:00", "terminated_at": null, "progress": 0, "zone": + "par1"}}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b/action + method: POST + response: + body: '{"task": {"id": "672895d6-6eec-4d97-a709-9264463a38d3", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b/action", + "href_result": "/servers/3b501aef-3907-410a-b0bb-8c949db1308b", "started_at": + "2024-10-23T12:06:41.758440+00:00", "terminated_at": null, "progress": 0, "zone": + "par1"}}' + headers: + Content-Length: + - "348" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 23 Oct 2024 12:06:41 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/672895d6-6eec-4d97-a709-9264463a38d3 + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5ab2ced8-537a-4cc2-a8a7-46eb70c2e8bb + status: 202 Accepted + code: 202 + duration: "" +- request: + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:35.391934+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-1"}}' + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "launching poweroff task", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", - "address": "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": - false, "ipv6": {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", - "netmask": "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - true, "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:35.391934+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-1"}}' + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "launching poweroff task", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, + "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3324" + - "2866" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:39 GMT + - Wed, 23 Oct 2024 12:06:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2383,43 +2471,191 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41ddefe1-d3da-4eb8-9570-8ea76176f55f + - 62048654-2163-42e7-a95b-303c2ed4410c status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "c6e5fc75-8ad9-48f7-9bc8-c9a323b95ecc", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a/action", - "href_result": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a", "started_at": - "2024-07-05T13:01:40.161736+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b + method: GET + response: + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2851" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json + Date: + - Wed, 23 Oct 2024 12:06:46 GMT + Server: + - Scaleway API Gateway (fr-par-2;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6ff6d274-f6a5-4239-8387-1f4eb824d26d + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a/action - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b + method: GET response: - body: '{"task": {"id": "c6e5fc75-8ad9-48f7-9bc8-c9a323b95ecc", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a/action", - "href_result": "/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a", "started_at": - "2024-07-05T13:01:40.161736+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:39 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c6e5fc75-8ad9-48f7-9bc8-c9a323b95ecc + - Wed, 23 Oct 2024 12:06:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2427,105 +2663,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 712b3421-0ef4-423e-945f-055a07320035 - status: 202 Accepted - code: 202 + - 31f4ff0f-3c4f-4b17-9adc-3c3e6d57bcb0 + status: 200 OK + code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3284" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:40 GMT + - Wed, 23 Oct 2024 12:06:57 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2533,105 +2759,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7fa1b53-882f-4220-89cd-05995d567c82 + - 01b472b0-10e7-4ace-8348-f0fe9944eb20 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3284" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:45 GMT + - Wed, 23 Oct 2024 12:07:02 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2639,105 +2855,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8fe2edc0-61ef-467a-8622-edd2a5bb4a19 + - 3e79713c-8229-410f-a3d9-49743d0924a4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3284" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:50 GMT + - Wed, 23 Oct 2024 12:07:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2745,105 +2951,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - be6b16e4-9359-49f0-9fdb-bcd0e9cbdb20 + - 65616648-085d-4948-87f5-0b505af96a30 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3284" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:01:55 GMT + - Wed, 23 Oct 2024 12:07:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2851,105 +3047,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 996804e0-d0e6-404d-b9fb-b22a9ef50daf + - 12421fc2-d1fa-4e89-8453-ddcbb09584f2 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3282" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:01 GMT + - Wed, 23 Oct 2024 12:07:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2957,105 +3143,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7c40f93-0d45-469e-9e4d-5599bbcbbafa + - 9a9f2ebb-4299-4b84-a6c2-73b4afec6f56 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3282" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:06 GMT + - Wed, 23 Oct 2024 12:07:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3063,105 +3239,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3bc2c0fc-7f0f-4b5c-a005-936814dec12a + - 21b61455-2ddc-41d8-8b16-c6499a917748 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3282" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:11 GMT + - Wed, 23 Oct 2024 12:07:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3169,105 +3335,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4243da6-b4f5-48b9-8f0f-40aeb5d5f5f3 + - 09eb5cb0-04bd-43f5-a523-959cb94cbc20 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3282" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:17 GMT + - Wed, 23 Oct 2024 12:07:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3275,105 +3431,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99c6c685-28e1-4705-9dff-47676a66d32d + - 45ba42cd-a141-4f22-b806-3d1829c9edfb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3282" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:22 GMT + - Wed, 23 Oct 2024 12:07:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3381,105 +3527,95 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fde66017-52db-41d6-903a-b454fd407276 + - 7a7458eb-51ea-4a92-839f-2f9b4028367f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "booted", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}, "public_ips": [{"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": - "51.15.140.139", "dynamic": false, "gateway": null, "netmask": "32", "family": - "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": - null}], "mac_address": "de:00:00:5f:a2:0b", "routed_ip_enabled": false, "ipv6": - {"address": "2001:bc8:600:170e::1", "gateway": "2001:bc8:600:170e::", "netmask": - "64"}, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": true, - "private_ip": "10.68.46.29", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:40.040812+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "35", "hypervisor_id": "1202", "node_id": "15"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "stopping", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": + "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", + "netmask": "64", "family": "inet6", "provisioning_mode": "slaac", "tags": [], + "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": + [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], "mac_address": "de:00:00:78:47:db", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + false, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:41.618614+00:00", "bootscript": null, + "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "1601", "node_id": "3"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3282" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:27 GMT + - Wed, 23 Oct 2024 12:07:43 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3487,99 +3623,91 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 701e0bca-7f29-4d6e-855f-e991db0341da + - 8fd5ea62-0797-4d39-82b7-2dcef61af336 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", - "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}, "public_ips": [{"id": - "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", "dynamic": - false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", - "routed_ip_enabled": false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": true, "private_ip": null, "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:02:31.697229+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-1"}}' + "", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], + "mac_address": "de:00:00:78:47:db", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": + null, "creation_date": "2024-10-23T12:06:18.668001+00:00", "modification_date": + "2024-10-23T12:07:46.960892+00:00", "bootscript": null, "security_group": {"id": + "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: GET response: - body: '{"server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth", + body: '{"server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-busy-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-competent-ramanujan", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "652d2905-bd6a-475f-bfcf-93ce8b2c05f8", + "volumes": {"0": {"boot": false, "id": "9959a253-ffc0-4d9d-b28d-3e2df2df380c", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "f2ca5a2d-dc9e-4b49-8061-667cae78864a", "name": "cli-srv-busy-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:01:13.107512+00:00", "tags": [], "zone": + "server": {"id": "3b501aef-3907-410a-b0bb-8c949db1308b", "name": "cli-srv-competent-ramanujan"}, + "size": 20000000000, "state": "available", "creation_date": "2024-10-23T12:06:18.668001+00:00", + "modification_date": "2024-10-23T12:06:18.668001+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", - "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}, "public_ips": [{"id": - "ddd8f677-0a69-4da1-8eb9-020637f901fb", "address": "51.15.140.139", "dynamic": - false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}], "mac_address": "de:00:00:5f:a2:0b", - "routed_ip_enabled": false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": true, "private_ip": null, "creation_date": "2024-07-05T13:01:13.107512+00:00", - "modification_date": "2024-07-05T13:02:31.697229+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-1"}}' + "", "public_ip": {"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", + "dynamic": false, "gateway": "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": + "inet6", "provisioning_mode": "slaac", "tags": [], "state": "attached", "ipam_id": + "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}, "public_ips": [{"id": "db6fafda-3a12-403d-8c9c-1a1cb1c315ba", + "address": "2001:bc8:710:5417:dc00:ff:fe78:47db", "dynamic": false, "gateway": + "fe80::dc00:ff:fe78:47dc", "netmask": "64", "family": "inet6", "provisioning_mode": + "slaac", "tags": [], "state": "attached", "ipam_id": "46f4f7dd-d216-45a1-8cdc-4a8de652b125"}], + "mac_address": "de:00:00:78:47:db", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": + null, "creation_date": "2024-10-23T12:06:18.668001+00:00", "modification_date": + "2024-10-23T12:07:46.960892+00:00", "bootscript": null, "security_group": {"id": + "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3080" + - "2739" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:32 GMT + - Wed, 23 Oct 2024 12:07:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3587,7 +3715,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51703337-bed2-4a5d-983d-b9ca334049fc + - 0c55573e-5426-43ab-ba54-ba6a7d892da3 status: 200 OK code: 200 duration: "" @@ -3596,8 +3724,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f2ca5a2d-dc9e-4b49-8061-667cae78864a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3b501aef-3907-410a-b0bb-8c949db1308b method: DELETE response: body: "" @@ -3607,9 +3735,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:32 GMT + - Wed, 23 Oct 2024 12:07:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3617,7 +3745,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6cf01e8-f577-412c-a2fd-05afef3008fb + - 05544e13-0294-47be-af89-3c537d671a99 status: 204 No Content code: 204 duration: "" @@ -3626,8 +3754,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ddd8f677-0a69-4da1-8eb9-020637f901fb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/db6fafda-3a12-403d-8c9c-1a1cb1c315ba method: DELETE response: body: "" @@ -3637,9 +3765,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:32 GMT + - Wed, 23 Oct 2024 12:07:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3647,7 +3775,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5893d5b-3b53-4ead-a7bd-34cd6b36789b + - 9818275c-961c-4ab2-8c36-585f44f61afc status: 204 No Content code: 204 duration: "" @@ -3656,8 +3784,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/652d2905-bd6a-475f-bfcf-93ce8b2c05f8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; arm64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/9959a253-ffc0-4d9d-b28d-3e2df2df380c method: DELETE response: body: "" @@ -3667,9 +3795,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:02:32 GMT + - Wed, 23 Oct 2024 12:07:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3677,7 +3805,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 463b34ae-131a-47a0-8c43-7dc3f1e66b97 + - 8789d9b0-97d9-4871-883b-240521285691 status: 204 No Content code: 204 duration: ""