From 004be26bfdd52a1127d456879b589dd594e9c18e Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Wed, 23 Oct 2024 14:11:47 +0200 Subject: [PATCH] tests(instance): remove unsupported routed ip test We cannot create a server without routed-ip supported anymore --- .../instance/v1/custom_server_action_test.go | 32 - ...rver-enable-routed-ip-simple.cassette.yaml | 3269 ----------------- ...test-server-enable-routed-ip-simple.golden | 187 - 3 files changed, 3488 deletions(-) delete mode 100644 internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.cassette.yaml delete mode 100644 internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.golden diff --git a/internal/namespaces/instance/v1/custom_server_action_test.go b/internal/namespaces/instance/v1/custom_server_action_test.go index bec0fc7d88..4a6eeaa3ef 100644 --- a/internal/namespaces/instance/v1/custom_server_action_test.go +++ b/internal/namespaces/instance/v1/custom_server_action_test.go @@ -141,35 +141,3 @@ func Test_ServerAction(t *testing.T) { ), })) } - -func Test_ServerEnableRoutedIP(t *testing.T) { - t.Run("simple", core.Test(&core.TestConfig{ - Commands: instance.GetCommands(), - BeforeFunc: core.ExecStoreBeforeCmd("Server", "scw instance server create zone=fr-par-3 type=PRO2-XXS image=ubuntu_jammy routed-ip-enabled=false ip=new --wait"), - Cmd: `scw instance server enable-routed-ip zone=fr-par-3 {{ .Server.ID }} --wait`, - Check: core.TestCheckCombine( - func(t *testing.T, ctx *core.CheckFuncCtx) { - t.Helper() - storedServer := ctx.Meta["Server"].(*instanceSDK.Server) - api := instanceSDK.NewAPI(ctx.Client) - server, err := api.GetServer(&instanceSDK.GetServerRequest{ - Zone: storedServer.Zone, - ServerID: storedServer.ID, - }) - assert.Nil(t, err) - assert.Equal(t, scw.BoolPtr(true), server.Server.RoutedIPEnabled) //nolint: staticcheck // Field is deprecated but tested - ip, err := api.GetIP(&instanceSDK.GetIPRequest{ - Zone: storedServer.Zone, - IP: storedServer.PublicIP.ID, - }) - assert.Nil(t, err) - assert.Equal(t, instanceSDK.IPTypeRoutedIPv4, ip.IP.Type) - }, - core.TestCheckGolden(), - core.TestCheckExitCode(0), - ), - AfterFunc: core.AfterFuncCombine( - core.ExecAfterCmd("scw instance server delete zone=fr-par-3 {{ .Server.ID }} force-shutdown=true with-ip=true with-volumes=local"), - ), - })) -} diff --git a/internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.cassette.yaml b/internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.cassette.yaml deleted file mode 100644 index 0cc406a74b..0000000000 --- a/internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.cassette.yaml +++ /dev/null @@ -1,3269 +0,0 @@ ---- -version: 1 -interactions: -- request: - body: '{"local_images":[{"id":"f60026aa-f2f9-464b-bb49-6b34b2f234e9","arch":"x86_64","zone":"fr-par-3","compatible_commercial_types":["GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G"],"label":"ubuntu_jammy","type":"instance_local"},{"id":"f9e60698-292c-4f43-ad16-5d31937469fb","arch":"arm64","zone":"fr-par-3","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"label":"ubuntu_jammy","type":"instance_local"}],"total_count":2}' - 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_jammy&order_by=type_asc&type=instance_local&zone=fr-par-3 - method: GET - response: - body: '{"local_images":[{"id":"f60026aa-f2f9-464b-bb49-6b34b2f234e9","arch":"x86_64","zone":"fr-par-3","compatible_commercial_types":["GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G"],"label":"ubuntu_jammy","type":"instance_local"},{"id":"f9e60698-292c-4f43-ad16-5d31937469fb","arch":"arm64","zone":"fr-par-3","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"label":"ubuntu_jammy","type":"instance_local"}],"total_count":2}' - headers: - Content-Length: - - "1132" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:28 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40ea74ee-91cc-453e-abae-b9c0bb11f509 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", "name": "Ubuntu - 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}}' - 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-3/images/f60026aa-f2f9-464b-bb49-6b34b2f234e9 - method: GET - response: - body: '{"image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", "name": "Ubuntu - 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "620" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:28 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8ea042d8-26ee-4816-b2bf-c3a1b5eef434 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"servers": {"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": - 3861.7, "hourly_price": 5.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": - 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": - 1284.8, "hourly_price": 1.76, "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": - 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": - 642.4, "hourly_price": 0.88, "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}]}}, "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": - 321.2, "hourly_price": 0.44, "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": - 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": - 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": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 161.33, "hourly_price": 0.221, "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}]}}, "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": - 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": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "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": 433.912, "hourly_price": 0.5944, "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": 217.686, "hourly_price": 0.2982, "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-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": 107.748, "hourly_price": 0.1476, "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}]}}, "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": - 646.05, "hourly_price": 0.885, "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-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": - 80.4825, "hourly_price": 0.1103, "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": - 1291.1, "hourly_price": 1.77, "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-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": - 160.965, "hourly_price": 0.2205, "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-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": - 2573.25, "hourly_price": 3.525, "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": - 317.55, "hourly_price": 0.435, "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": - 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": - 466.032, "hourly_price": 0.6384, "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-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": - 58.254, "hourly_price": 0.0798, "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": - 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": - 932.064, "hourly_price": 1.2768, "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-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": - 116.508, "hourly_price": 0.1596, "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": - 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": - 1864.128, "hourly_price": 2.5536, "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-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": - 233.016, "hourly_price": 0.3192, "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": - 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": - 902.28, "hourly_price": 1.236, "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-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": - 112.785, "hourly_price": 0.1545, "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": - 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": - 1804.56, "hourly_price": 2.472, "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-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": - 225.57, "hourly_price": 0.309, "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": - 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": - 3609.12, "hourly_price": 4.944, "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-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": - 451.14, "hourly_price": 0.618, "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": - 959.95, "hourly_price": 1.315, "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": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 480.34, "hourly_price": 0.658, "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}]}}, "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": - 240.17, "hourly_price": 0.329, "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": - 119.72, "hourly_price": 0.164, "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": - 59.86, "hourly_price": 0.082, "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}]}}}}' - 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-3/products/servers?page=1 - method: GET - response: - body: '{"servers": {"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": - 3861.7, "hourly_price": 5.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": - 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": - 1284.8, "hourly_price": 1.76, "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": - 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": - 642.4, "hourly_price": 0.88, "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}]}}, "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": - 321.2, "hourly_price": 0.44, "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": - 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": - 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": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 161.33, "hourly_price": 0.221, "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}]}}, "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": - 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": - 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "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": 433.912, "hourly_price": 0.5944, "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": 217.686, "hourly_price": 0.2982, "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-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": 107.748, "hourly_price": 0.1476, "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}]}}, "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": - 646.05, "hourly_price": 0.885, "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-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": - 80.4825, "hourly_price": 0.1103, "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": - 1291.1, "hourly_price": 1.77, "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-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": - 160.965, "hourly_price": 0.2205, "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-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": - 2573.25, "hourly_price": 3.525, "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": - 317.55, "hourly_price": 0.435, "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": - 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": - 466.032, "hourly_price": 0.6384, "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-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": - 58.254, "hourly_price": 0.0798, "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": - 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": - 932.064, "hourly_price": 1.2768, "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-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": - 116.508, "hourly_price": 0.1596, "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": - 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": - 1864.128, "hourly_price": 2.5536, "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-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": - 233.016, "hourly_price": 0.3192, "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": - 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": - 902.28, "hourly_price": 1.236, "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-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": - 112.785, "hourly_price": 0.1545, "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": - 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": - 1804.56, "hourly_price": 2.472, "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-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": - 225.57, "hourly_price": 0.309, "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": - 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": - 3609.12, "hourly_price": 4.944, "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-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": - 451.14, "hourly_price": 0.618, "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": - 959.95, "hourly_price": 1.315, "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": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 480.34, "hourly_price": 0.658, "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}]}}, "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": - 240.17, "hourly_price": 0.329, "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": - 119.72, "hourly_price": 0.164, "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": - 59.86, "hourly_price": 0.082, "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}]}}}}' - headers: - Content-Length: - - "25006" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:28 GMT - Link: - - ; rel="last" - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 19a280fe-38bb-4777-bcb3-8a5d6d92afaa - X-Total-Count: - - "33" - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-3", "type": - "nat", "state": "attached", "tags": [], "ipam_id": null}}' - 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-3/ips - method: POST - response: - body: '{"ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-3", "type": - "nat", "state": "attached", "tags": [], "ipam_id": null}}' - headers: - Content-Length: - - "322" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:29 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-3/ips/d7d84522-e12c-4bd8-8c65-548a4ce4713b - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - beabf7c7-535c-432e-8195-229ad46f7de5 - status: 201 Created - code: 201 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}, "public_ips": [{"id": - "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", "dynamic": - false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", - "routed_ip_enabled": false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-3"}}' - 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-3/servers - method: POST - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}, "public_ips": [{"id": - "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", "dynamic": - false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": - "dhcp", "tags": [], "state": "attached", "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", - "routed_ip_enabled": false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3126" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:30 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cbf94297-a55b-4548-aa48-b1f3311c057c - status: 201 Created - code: 201 - duration: "" -- request: - body: '{"task": {"id": "c14c014b-ca70-4e64-a76a-ba7d7b5f3b10", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action", - "href_result": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050", "started_at": - "2024-07-05T13:12:30.911805+00:00", "terminated_at": null, "progress": 0, "zone": - "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action - method: POST - response: - body: '{"task": {"id": "c14c014b-ca70-4e64-a76a-ba7d7b5f3b10", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action", - "href_result": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050", "started_at": - "2024-07-05T13:12:30.911805+00:00", "terminated_at": null, "progress": 0, "zone": - "fr-par-3"}}' - headers: - Content-Length: - - "357" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:30 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-3/tasks/c14c014b-ca70-4e64-a76a-ba7d7b5f3b10 - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ae329172-0d32-4bfe-80fb-3f23e0855a7a - status: 202 Accepted - code: 202 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:30.415794+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:30.415794+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": null, "private_nics": - [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3148" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:31 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8131fd1a-60bd-4e0a-aff9-929453533077 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - false, "private_ip": "10.199.103.15", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:33.094926+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - false, "private_ip": "10.199.103.15", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:33.094926+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup", "enable_routed_ip"], "placement_group": null, "private_nics": [], - "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3291" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:36 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5a666e27-8ae0-4f6c-b610-c1a04d835ec8 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"task": {"id": "c01066d8-6150-4546-a585-887eb90cdfcd", "description": - "server_enable_routed_ip", "status": "pending", "href_from": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action", - "href_result": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050", "started_at": - "2024-07-05T13:12:36.553208+00:00", "terminated_at": null, "progress": 0, "zone": - "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action - method: POST - response: - body: '{"task": {"id": "c01066d8-6150-4546-a585-887eb90cdfcd", "description": - "server_enable_routed_ip", "status": "pending", "href_from": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action", - "href_result": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050", "started_at": - "2024-07-05T13:12:36.553208+00:00", "terminated_at": null, "progress": 0, "zone": - "fr-par-3"}}' - headers: - Content-Length: - - "360" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:36 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-3/tasks/c01066d8-6150-4546-a585-887eb90cdfcd - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 53fdd6ea-8240-44ef-ad31-88787075e9f7 - status: 202 Accepted - code: 202 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching enable_routed_ip task", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - false, "private_ip": "10.199.103.15", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:36.373685+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching enable_routed_ip task", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": null, "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": null}], "mac_address": "de:00:00:12:5a:49", "routed_ip_enabled": - false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": - false, "private_ip": "10.199.103.15", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:36.373685+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup", "enable_routed_ip"], "placement_group": - null, "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:36 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7188b3ae-1f11-4fc1-bf84-ac05fdcb7c8b - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3304" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:41 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 06226243-f096-4a2c-a89c-981a6c19a9bd - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3304" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:47 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b79b09cb-26f5-4f74-8ad9-78a2f16e748d - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3304" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:52 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a181ef6f-a23a-476a-9ae1-0694bfc27ffb - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3304" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:12:57 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ea9fdb85-3091-4d9f-ad3e-30217f280289 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3304" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:02 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b95dfdee-bc54-4cfd-823c-efb6a34c7951 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "rebooting", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3304" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:07 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a2e7eb9d-3cdf-43fd-b3c9-641cb494d7e4 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3343" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:12 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 79c15821-e2d5-49f0-b9f7-60b8144d8d33 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3343" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:13 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1e53ce21-0a00-4a27-b06b-aef9028db829 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "prefix": null, "reverse": null, "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", - "name": "cli-srv-condescending-faraday"}, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-3", "type": - "routed_ipv4", "state": "attached", "tags": [], "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}}' - 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-3/ips/d7d84522-e12c-4bd8-8c65-548a4ce4713b - method: GET - response: - body: '{"ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "prefix": null, "reverse": null, "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", - "name": "cli-srv-condescending-faraday"}, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-3", "type": - "routed_ipv4", "state": "attached", "tags": [], "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}}' - headers: - Content-Length: - - "447" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:13 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 30dda775-a53d-4572-98fe-ea2cb3c27008 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3343" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:13 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7e696ba1-088b-4dda-aa6a-dde285b505b2 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:37.046417+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3343" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:13 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bd6adad4-682a-4cac-a10d-a4c214fb2090 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"task": {"id": "14c62e1f-8ba3-4a9e-84e5-d5252df6a85a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action", - "href_result": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050", "started_at": - "2024-07-05T13:13:14.096900+00:00", "terminated_at": null, "progress": 0, "zone": - "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action - method: POST - response: - body: '{"task": {"id": "14c62e1f-8ba3-4a9e-84e5-d5252df6a85a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050/action", - "href_result": "/servers/1ffc7827-8cdc-48b9-a203-860a05499050", "started_at": - "2024-07-05T13:13:14.096900+00:00", "terminated_at": null, "progress": 0, "zone": - "fr-par-3"}}' - headers: - Content-Length: - - "352" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:13 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-3/tasks/14c62e1f-8ba3-4a9e-84e5-d5252df6a85a - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0330b8f7-80ca-4142-89d2-fb56a027e453 - status: 202 Accepted - code: 202 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3303" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:13 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 74e0dab3-1035-4b80-94bb-81b5b8b7f893 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3303" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:19 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 45af20b5-7b11-4238-a733-af7f6828dce4 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3303" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:24 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f633c5e2-8fde-45ca-a089-9f9bc90e015c - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3303" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:29 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8aea9dc6-84d5-4cab-b5ba-9ae8361e341b - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3303" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:35 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f4ffa3a6-07e3-4b86-af4c-c9e4dd9906ac - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3303" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:39 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9a526fab-6ffd-468e-be9e-577a0dac1667 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": - "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], "mac_address": "de:00:00:12:5a:4b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:13:13.919006+00:00", "bootscript": {"id": - "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": {"zone_id": "fr-par-3", "platform_id": - "60", "cluster_id": "5", "hypervisor_id": "301", "node_id": "8"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-3"}}' - headers: - Content-Length: - - "3303" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:45 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ff7a806f-11fc-44b3-afca-1557d2df88c5 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, - "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], - "mac_address": "de:00:00:12:5a:4b", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:12:29.844418+00:00", "modification_date": - "2024-07-05T13:13:45.317365+00:00", "bootscript": {"id": "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", - "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-3"}}' - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: GET - response: - body: '{"server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday", - "arch": "x86_64", "commercial_type": "PRO2-XXS", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-faraday", "image": {"id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T16:07:58.483515+00:00", - "modification_date": "2024-07-03T16:07:58.483515+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-3"}, - "volumes": {"0": {"boot": false, "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", "volume_type": "b_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "1ffc7827-8cdc-48b9-a203-860a05499050", "name": "cli-srv-condescending-faraday"}, - "size": 10000000000, "state": "available", "creation_date": "2024-07-05T13:12:29.844418+00:00", - "modification_date": "2024-07-05T13:12:29.844418+00:00", "tags": [], "zone": - "fr-par-3"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}, - "public_ips": [{"id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", "address": "51.159.82.11", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6"}], - "mac_address": "de:00:00:12:5a:4b", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:12:29.844418+00:00", "modification_date": - "2024-07-05T13:13:45.317365+00:00", "bootscript": {"id": "346edd9d-a17a-45f5-b2ac-bbf282c3ce3c", - "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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-3"}, "security_group": {"id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-3"}}' - headers: - Content-Length: - - "3189" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c028ab0d-0748-4bd3-8baf-e4a2f51b26c7 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - 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-3/servers/1ffc7827-8cdc-48b9-a203-860a05499050 - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:50 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 49756d53-f041-4ed3-8ef8-d1b476307470 - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - 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-3/ips/d7d84522-e12c-4bd8-8c65-548a4ce4713b - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:13:51 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8a128168-da55-4734-a713-408417b16377 - status: 204 No Content - code: 204 - duration: "" diff --git a/internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.golden b/internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.golden deleted file mode 100644 index 6654a86da6..0000000000 --- a/internal/namespaces/instance/v1/testdata/test-server-enable-routed-ip-simple.golden +++ /dev/null @@ -1,187 +0,0 @@ -🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 -🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 1ffc7827-8cdc-48b9-a203-860a05499050 -Name cli-srv-condescending-faraday -Organization ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -Project ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -AllowedActions.0 poweroff -AllowedActions.1 terminate -AllowedActions.2 reboot -AllowedActions.3 stop_in_place -AllowedActions.4 backup -CommercialType PRO2-XXS -CreationDate few seconds ago -DynamicIPRequired true -RoutedIPEnabled true -EnableIPv6 false -Hostname cli-srv-condescending-faraday -Image.ID f60026aa-f2f9-464b-bb49-6b34b2f234e9 -Image.Name Ubuntu 22.04 Jammy Jellyfish -Image.Arch x86_64 -Image.CreationDate few seconds ago -Image.ModificationDate few seconds ago -Image.ExtraVolumes 0 -Image.FromServer - -Image.Organization 51b656e3-4865-41e8-adbc-0c45bdd780db -Image.Public true -Image.RootVolume 89f733e9-a53f-4c2f-bdcb-30cbcfb34d33 -Image.State available -Image.Project 51b656e3-4865-41e8-adbc-0c45bdd780db -Image.Zone fr-par-3 -Protected false -PublicIP.ID d7d84522-e12c-4bd8-8c65-548a4ce4713b -PublicIP.Address 51.159.82.11 -PublicIP.Gateway 62.210.0.1 -PublicIP.Netmask 32 -PublicIP.Family inet -PublicIP.Dynamic false -PublicIP.ProvisioningMode dhcp -PublicIP.IpamID 13b9ae47-a872-4d56-b4bd-81f7269a69d6 -PublicIP.State attached -PublicIPs.0.ID d7d84522-e12c-4bd8-8c65-548a4ce4713b -PublicIPs.0.Address 51.159.82.11 -PublicIPs.0.Gateway 62.210.0.1 -PublicIPs.0.Netmask 32 -PublicIPs.0.Family inet -PublicIPs.0.Dynamic false -PublicIPs.0.ProvisioningMode dhcp -PublicIPs.0.IpamID 13b9ae47-a872-4d56-b4bd-81f7269a69d6 -PublicIPs.0.State attached -MacAddress de:00:00:12:5a:4b -ModificationDate few seconds ago -State running -Location fr-par-3 -BootType local -Volumes.0.ID 8c935774-18e4-4747-8765-820399eaaab8 -Volumes.0.Name Ubuntu 22.04 Jammy Jellyfish -Volumes.0.Organization ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -Volumes.0.Server.ID 1ffc7827-8cdc-48b9-a203-860a05499050 -Volumes.0.Server.Name cli-srv-condescending-faraday -Volumes.0.Size 10 GB -Volumes.0.VolumeType b_ssd -Volumes.0.CreationDate few seconds ago -Volumes.0.ModificationDate few seconds ago -Volumes.0.State available -Volumes.0.Project ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -Volumes.0.Boot false -Volumes.0.Zone fr-par-3 -SecurityGroup.ID 2da7f6cb-2774-4873-aff8-bc03dae3a32e -SecurityGroup.Name Default security group -StateDetail booting kernel -Arch x86_64 -Zone fr-par-3 -🟩🟩🟩 JSON STDOUT 🟩🟩🟩 -{ - "id": "1ffc7827-8cdc-48b9-a203-860a05499050", - "name": "cli-srv-condescending-faraday", - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "allowed_actions": [ - "poweroff", - "terminate", - "reboot", - "stop_in_place", - "backup" - ], - "tags": [], - "commercial_type": "PRO2-XXS", - "creation_date": "1970-01-01T00:00:00.0Z", - "dynamic_ip_required": true, - "routed_ip_enabled": true, - "enable_ipv6": false, - "hostname": "cli-srv-condescending-faraday", - "image": { - "id": "f60026aa-f2f9-464b-bb49-6b34b2f234e9", - "name": "Ubuntu 22.04 Jammy Jellyfish", - "arch": "x86_64", - "creation_date": "1970-01-01T00:00:00.0Z", - "modification_date": "1970-01-01T00:00:00.0Z", - "default_bootscript": null, - "extra_volumes": {}, - "from_server": "", - "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "public": true, - "root_volume": { - "id": "89f733e9-a53f-4c2f-bdcb-30cbcfb34d33", - "name": "Ubuntu 22.04 Jammy Jellyfish", - "size": 10000000000, - "volume_type": "unified" - }, - "state": "available", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "tags": [], - "zone": "fr-par-3" - }, - "protected": false, - "private_ip": null, - "public_ip": { - "id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", - "gateway": "62.210.0.1", - "netmask": "32", - "family": "inet", - "dynamic": false, - "provisioning_mode": "dhcp", - "tags": [], - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6", - "state": "attached" - }, - "public_ips": [ - { - "id": "d7d84522-e12c-4bd8-8c65-548a4ce4713b", - "address": "51.159.82.11", - "gateway": "62.210.0.1", - "netmask": "32", - "family": "inet", - "dynamic": false, - "provisioning_mode": "dhcp", - "tags": [], - "ipam_id": "13b9ae47-a872-4d56-b4bd-81f7269a69d6", - "state": "attached" - } - ], - "mac_address": "de:00:00:12:5a:4b", - "modification_date": "1970-01-01T00:00:00.0Z", - "state": "running", - "location": { - "cluster_id": "5", - "hypervisor_id": "301", - "node_id": "8", - "platform_id": "60", - "zone_id": "fr-par-3" - }, - "ipv6": null, - "boot_type": "local", - "volumes": { - "0": { - "id": "8c935774-18e4-4747-8765-820399eaaab8", - "name": "Ubuntu 22.04 Jammy Jellyfish", - "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": { - "id": "1ffc7827-8cdc-48b9-a203-860a05499050", - "name": "cli-srv-condescending-faraday" - }, - "size": 10000000000, - "volume_type": "b_ssd", - "creation_date": "1970-01-01T00:00:00.0Z", - "modification_date": "1970-01-01T00:00:00.0Z", - "state": "available", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "boot": false, - "zone": "fr-par-3" - } - }, - "security_group": { - "id": "2da7f6cb-2774-4873-aff8-bc03dae3a32e", - "name": "Default security group" - }, - "maintenances": [], - "state_detail": "booting kernel", - "arch": "x86_64", - "placement_group": null, - "private_nics": [], - "zone": "fr-par-3", - "admin_password_encryption_ssh_key_id": null, - "admin_password_encrypted_value": null -}